Pages: 1
Topic closed
i making a game and i was wondering how to make it stay on a platform then jump then fall down off a platform?i got the walking and stuff.
Offline
Is the platform one color?You could try:
if touching color X go to
Last edited by wjack2010 (2012-03-03 07:25:33)
it is two colors actually but... i can make it one color. thanks for helping!!
tinypuppy wrote:it is two colors actually but... i can make it one color. thanks for helping!!
If it's two colors, you can put this in the if:
<<touching color [#FF0000]?> and <touching color [#00FF00]?>>