Jumping while running with controls
Michael Wallen
Member, BASIC Posts: 18
I've been trying for several days now to get my actor to jump while running left or right. I've read through the jumping tutorial and some of the posts on this forum and I still can't get it to work. I have left and right buttons as actors and I also have a jump button. Any help would be greatly appreciated.
Comments
then a rule in your player if attribute jump =1 change attribute self position y to self position y+100
That should work while your running, and to make it jump higher or lower just change the 100 number
cheers