Search found 26 matches

by RedmoonX
Tue Feb 01, 2005 3:53 pm
Forum: Coding Questions
Topic: Blend Color
Replies: 0
Views: 526

Blend Color

:o hey i wonder how to change the color of a 3dsprite during run time
with something called "blend_color"

etc a completely White sprite will be 100 % the color the the blend color is
and black will stay black

but atleast how to change the hue of a sprite on runtime??

RedmoonX
by RedmoonX
Mon Jan 31, 2005 8:29 pm
Forum: Coding Questions
Topic: whats fastest
Replies: 4
Views: 957

its about making a game with many instances.. and i saw in the demo that follows that they using ELEMENTS to keep track of all instances and move them and draw them

but is it faster then having all of them being sorted in arrays

like structure arrays
by RedmoonX
Mon Jan 31, 2005 8:12 pm
Forum: Coding Questions
Topic: whats fastest
Replies: 4
Views: 957

whats fastest

whats fastest for having lots of instances on screen

using:
structures with arrays ex.

structure Instance
x.f[1000000]
y.f[1000000]
image.f[1000000]
endstructure

or using:

elements
like resetelements
addelements

:D

i would really need to know
by RedmoonX
Mon Jan 31, 2005 7:34 pm
Forum: Game Programming
Topic: How should i write this? (sloved)
Replies: 5
Views: 2203

ohh :o

that was bad :D

RedmoonX ( Slaughter from gmc )
by RedmoonX
Mon Jan 31, 2005 1:30 pm
Forum: Game Programming
Topic: How should i write this? (sloved)
Replies: 5
Views: 2203

keyboardinkey()

returns what key thats is pressed
by RedmoonX
Mon Jan 31, 2005 10:56 am
Forum: Coding Questions
Topic: Some Questions
Replies: 6
Views: 913

haha thanx for all replies

and the beeps it mostly for fun
i heard that u can do some cool songs :D lol
and not for terrorize others :o

and i saw the OGRE page and saw it was wonderful 3D... 8)
by RedmoonX
Sun Jan 30, 2005 11:15 pm
Forum: Coding Questions
Topic: Some Questions
Replies: 6
Views: 913

Some Questions

1:
what will the 3d ogre engine be capable to do when it get?
finished

2:
can Pure Basic use the sound card that is inbuild in the computer
that sounds that dos use.. all bleeps and such?

3:
when will purebasic 4.0 get out :) ?

RedmoonX
by RedmoonX
Sun Jan 30, 2005 12:48 pm
Forum: Coding Questions
Topic: Animations
Replies: 4
Views: 1655

Animations

is there any way to use GIF images to make animations

ir must u display differrent images

like show image1 then image2 then image 3

RedmoonX
by RedmoonX
Sat Jan 29, 2005 1:17 pm
Forum: Coding Questions
Topic: Hey :) How to get the number of frames ingame??
Replies: 1
Views: 718

Hey :) How to get the number of frames ingame??

like instead of "SetFrameRate()" i want to do this ingame to check
how many fps the program has "GetFrameRate()"
but i cant find anything :(

is it any algorithm to get fps??

RedmoonX
by RedmoonX
Thu Jan 27, 2005 10:55 pm
Forum: Coding Questions
Topic: Structure Problem
Replies: 5
Views: 1349

thx.. the structures isnt the same
the first is "my_struct, my_pointer" the second is
"my_struct2, my_pointer2"

but now i now how to share the variables

thx

it worked

RedmoonX
by RedmoonX
Thu Jan 27, 2005 10:49 pm
Forum: Coding Questions
Topic: Structure Problem
Replies: 5
Views: 1349

lol :D

haha when i try to make "my_struct2" or "my_pointer2" global
then i get error

variable already decleared with another type: my_pinter 2

all i did was adding "global my_pointer 22 before procedure my_struct2()


plzz help

RedmoonX
by RedmoonX
Thu Jan 27, 2005 10:22 pm
Forum: Coding Questions
Topic: Structure Problem
Replies: 5
Views: 1349

Structure Problem


; this works

Structure my_struct
my_x.l
my_y.l
my_sprite.l
EndStructure

my_pointer.my_struct

my_pointer\my_x = 2

Debug my_pointer\my_x

; this works not

Procedure function()
Structure my_struct2
my_x.l
my_y.l
my_sprite.l
EndStructure
my_pointer2.my_struct2
EndProcedure

Procedure set ...
by RedmoonX
Tue Jan 25, 2005 11:04 pm
Forum: Coding Questions
Topic: Movie Playing Problem (ignore)
Replies: 7
Views: 1735

okay ill try when i get a full version
by RedmoonX
Tue Jan 25, 2005 9:20 pm
Forum: Coding Questions
Topic: Movie Playing Problem (ignore)
Replies: 7
Views: 1735

try my code then its identcly but it wont work for me :cry:
i have demo version

the first movie gets black and then the next starts but first is black

and when i drag the window around i see both movies with much
fliks on the screen

and when i see one of the 2 movies it goes very laggy

may be ...
by RedmoonX
Tue Jan 25, 2005 7:10 pm
Forum: Coding Questions
Topic: Movie Playing Problem (ignore)
Replies: 7
Views: 1735

hehe i just maked almost the same thing before i looked at ur reply
and it worked


EDIT: :o

i tryed again with my code and with ur code and it wont show both movies
it only show one of the,

:D

thx
:wink: