Sorry, I guess the codes didnt post right. Since I have been playing around with the code, it now says line 61, which is a loop.
What should I post at the top of the loop? Its the Darthsters 20 line winner, to those of you who know.
When I take the jump code out, it works just fine, but thwn I add the jump code, it doesnt work.
If I move the jump code to the bottom of the entire code, it gives me this error...
#100012: Could not close nest at line 67.
Where 67 is an ENDIF
I will try to post the code again, but I dont know if it will work unlike it did last time.
If Spacekey()=1 then YSPD#=3
`Change the following line to set the fall rate
Dec YSPD#,0.2
if PY#<Y#
PY#=Y#
if BOUNCE=1
YSPD#=0.00-(YSPD#/2)
`Dampen if less than .5, otherwise it'll bounce forever
if yspd#>0 and yspd#<0.5 then yspd#=0
else
YSPD#=0
endif
Lets hope that works.
Thanks,