I am making a plat former, and I need to know how to make solid walls. How?

Offline
I hope this helps:
when gf clicked forever if <touching color (wall color)?> if < [right arrow v] key pressed?> move (-2) steps if < [left arrow v] key pressed?> move (2) steps end end end
Last edited by randomguy200 (2012-09-04 11:13:15)
Offline
randomguy200 wrote:
I hope this helps:
when gf clicked forever if <touching color (wall color)?> if < [right arrow v] key pressed?> move (-2) steps if < [left arrow v] key pressed?> move (2) steps end end end
Thank you!

Offline
lizzyhippo wrote:
randomguy200 wrote:
I hope this helps:
when gf clicked forever if <touching color (wall color)?> if < [right arrow v] key pressed?> move (-2) steps end if < [left arrow v] key pressed?> move (2) steps end end endThank you!
Doing it the original way wouldn't work, you need to have them independant
Offline