I cant get my sprites to do anything when they touch. I have the
[scratchblocks]
if <(touching Carl the bard)V>
switch to costume <(Death)>V
script and it does nothing!
Offline
admad10 wrote:
You need to get a green flag control block an do this:
whenclicked
iftouching color blueswitch to costumeVdeath
I'd do this:
Don't replace:Whenclicked
When it startsforeveralways check for:iftouchingCarl the Bard ▼If touching Carlswitch to costumeDeath ▼Be dead
with:foreveriftouchingCarl ▼
. They are NOT the same.forever iftouchingCarl ▼
Last edited by Maltese_Falcon (2013-04-28 20:04:52)
Offline