PDA

View Full Version : my character does not jump



gencoglu
September 3rd, 2008, 02:46 PM
Hi,

I am tring to create a mario-like platform game .similir to the one on Kirupa.com.
I draw all the objects (char-ground-gun-enemy-pickups-walls-bullet..)
and I paste the code as in the orijinal FLA...it works fine but char does not jump..and I cant fix the problem..
Could you please have a look at my fla and corret the mistake..

Thanks

leetleet
September 3rd, 2008, 04:19 PM
I checked out the fla.
There's no declaration for a jump variable in there so yeah.
So on the char, onClipEvent(load), have a jump = 10 or something.