Use the sensor i made, no credit needed: http://scratch.mit.edu/projects/treebark1313/2250576
just don't claim as your own.
Offline
I know that uses a sprite, but it's best not to use the background
Offline
If you are looking to know how to make a wall on the side of the stage, then try using the <touching color [ ]?> block. Maybe something like this:
when gf clicked forever if <key [right arrow v] pressed?> if <not<touching color [#FF0000]?>> change x by (10) end end if <key [left arrow v] pressed?> if <not<touching color [#0000FF]?>> change x by (-10) end end endHope This Helps!
Last edited by mr_fish_fish (2012-02-03 20:27:24)
Offline