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
whenclicked
setghost ▼effect to100foreverwait untiltouching colorbroadcastright hit!
now the left detector:whenclicked
forevergo toplayer ▼
whenclicked
setghost ▼effect to100foreverwait untiltouching colorbroadcastleft hit!
Then add these scripts to the player:whenclicked
forevergo toplayer ▼
when I receiveright hit! ▼move-3steps
Also allows wall jumping!when I receiveleft hit! ▼move3steps
Last edited by SFollis (2012-07-05 17:26:49)
Offline