So, here a link to the project: (In progress) http://scratch.mit.edu/projects/notaloser/2656298
So the problem is that my guy is walking through walls....
please download it and fix it or tell me to add a script to it, im using this jumping script
http://wiki.scratch.mit.edu/wiki/Jumping
(the last one)
So any ideas?
Dont Remix.
Offline
create sprite "right detector" and sprite "left detector"
This would be the script for the right detector
when gf clicked set [ghost v] effect to [100] forever wait until <touching color [#FFFFFF]> broadcast [right hit!] end
when gf clicked forever go to [player v] endnow the left detector:
when gf clicked set [ghost v] effect to [100] forever wait until <touching color [#FFFFFF]> broadcast [left hit!] end
when gf clicked forever go to [player v] endThen add these scripts to the player:
when I receive [right hit! v] move [-3] steps
when I receive [left hit! v] move [3] stepsAlso allows wall jumping!
Last edited by SFollis (2012-07-05 17:26:49)
Offline