How to jump over a Moving constant Actor Help

kajutokajuto Member Posts: 314
edited March 2012 in Miscellaneous
hi there and thanks in advance! i have a actor that move a constant Y axis i put a :

Timer
-every 1.5 second and run to completion
(Rule Att)
- self position Y to 341.039
- change att
-self up&down to false
(Rule Att)
- self up&down is true
-interpolate
- self position Y to 341.039 duration 1 function Linear
-(Rule Att)
- self position Y =72
- change att
-self up&down to true
-(Rule Att)
-Self up&down is false
-Interpolate
- self position Y to 72 duration 1 function Linear

and also i have a actor that can move left,right, up & down like ex. Mario Bros a tutorial that made by T-shirtbooth, but EACH time i jump over the moving actor i CAN'T jump again is stick together with the moving actor, how can i made the Actor to jump over top of moving actor every time i want????

appreciate your help
Sign In or Register to comment.