Page 1 of 1

Question

PostPosted: Wed May 24, 2006 6:48 pm
by The achievement
Hi guys, two questions.


1) Is there a way i can make a key disable in mid-air? ex. if i want to stop jumping while im in mid-air.

2) How do i make my actor run faster? Can i just do x = x +10? or a higher int?

PostPosted: Wed May 24, 2006 11:35 pm
by Game A Gogo
2)
on key down (left and right...): (the script for the speed)...
and for running faster, key down event(right alt+ left and right...): the sript whit a mor important number.

sorry if it isn very discriptive.

PostPosted: Thu May 25, 2006 8:19 pm
by The achievement
Ok i did it thanks man!

PostPosted: Thu May 25, 2006 8:34 pm
by Game A Gogo
and for the animation for it to go faster, just do: animpos+=1;
im not shure if you do 0.5 would work.