Page 1 of 1

delete topic plz

PostPosted: Sat Jan 05, 2008 2:18 pm
by stevenp
delete topic plz

Re: reduce moving speed question

PostPosted: Sat Jan 05, 2008 2:28 pm
by Bee-Ant
Use a timer

Re: reduce moving speed question

PostPosted: Sat Jan 05, 2008 10:58 pm
by stevenp
i dont think that will work, pressing "A" moves him left at a velocity of 2, "when something happens" i want his "A' button to reduce his speed to a velocity of 1

Re: reduce moving speed question

PostPosted: Sat Jan 05, 2008 11:47 pm
by stevenp
ok soi got it working, i just changed directional velocity from -2 to -1 but this creates motion blur cuz its pushing my char when the event takes place

Re: reduce moving speed question

PostPosted: Sun Jan 06, 2008 12:16 am
by DarkParadox
easyest way:
Code: Select all
Directional_Velocity = Directional_Velocity - 1;

Re: reduce moving speed question

PostPosted: Sun Jan 06, 2008 7:18 am
by Bee-Ant
WRONG CODE!!!diormeh!!!
It should...
Code: Select all
directional_velocity=directional_velocity-1;

Re: reduce moving speed question

PostPosted: Tue Jan 08, 2008 10:40 pm
by DarkParadox
sorry :oops:
i thought there was capitals.
i wasn't using GE at the time.

Re: reduce moving speed question

PostPosted: Wed Jan 09, 2008 3:10 am
by Bee-Ant
OK :wink: