You could use broadcast
for instance, when sprite a hits sprite b,
you could say
if (sprite a is touching sprite b)
broadcast "stageswitch"
and then go to stage scripts and say
when i receive "stageswitch"
switch costume
sorry i didn't write it in blocks...it takes me forever!
Offline