fundo4 wrote:
i was wondering how to make a sprite walk up ramps
It can be done the simple way.
Make a map of any color you choose, and then use this
when gf clicked forever if <touching color [black]> change y by [1] else change y by [-1]
It's a very simple way, and works quite well. If you need it to go faster, you can change the 1 to 5 or anything you want.
Offline
thescratchytim wrote:
fundo4 wrote:
i was wondering how to make a sprite walk up ramps
It can be done the simple way.
Make a map of any color you choose, and then use thiswhen gf clicked forever if <touching color [#000000]?> change y by (1) else change y by (-1)It's a very simple way, and works quite well. If you need it to go faster, you can change the 1 to 5 or anything you want.
Fixed the script.
EDIT: Fixed an error.
Last edited by jontmy00 (2012-12-31 08:09:32)
Offline