|
Help
Dec 12, 2004 18:01:31 GMT -5
Post by Mew9000 on Dec 12, 2004 18:01:31 GMT -5
Hello,I am just wondering...
How do U make the guy from the Pokemon Games jump on ledges?If you know how,please email me at: mew90002005@yahoo.com
thanks
|
|
|
Help
Feb 8, 2005 15:59:27 GMT -5
Post by tssr07 on Feb 8, 2005 15:59:27 GMT -5
u could make an object that makes you go to a jumping sprite and go where u want when you are in a collision with it and place it at the ledge.
|
|
|
Help
Feb 8, 2005 22:12:59 GMT -5
Post by Xenith on Feb 8, 2005 22:12:59 GMT -5
what guy from pokemon games? and is your game sidescrolling? because i believe that pokemon is a turn-based rpg
|
|
|
Help
Feb 10, 2005 6:47:34 GMT -5
Post by Another Gamer on Feb 10, 2005 6:47:34 GMT -5
You still walk around Xenith.
I can't remember the exact code right now, but if you got a jumping sprite, make it solid 3 ways, and make it not solid
if <character>.y > y { solid=false } else { solid }
and in the collision event
if <character>.y > y and keyboard_check(movement letter) { sprite_index=jump sprite }
I hope that works heh.
|
|