So what I have so far:
when gf clicked set <Life> to 3 forever if <touching Sprite1> change <Life> by -1But when the script happens, it makes the life change a lot more than I want it to. What I want it to do is I want it to do is to change the life by negative 1 each time it touches it!
Offline
Never mind I fixed it with this (just in case someone else needs help with this issue:
when gf clicked set <Life> to 3 forever if <touching Sprite1> change <Life> by -1 wait 1 secs
Offline
joshamunga wrote:
Never mind I fixed it with this (just in case someone else needs help with this issue:
when gf clicked set [Life v] to [3] forever if <touching [Sprite1 v]?> change [Life v] by (-1) wait until <not <touching [Sprite 1 v]?>>
Scratch blocks fixed and improved.
Offline