I am having trouble with this, and it is making my game very annoying! In my game I want to have sprites who live in a certain place and do not follow me everywhere when I switch backgrounds. I looked on the Scratch Wiki, and I did not find anything helpful!!!!!!!
Suggestions appreciated--thanks.
- hawktalon111
Offline
if <(background #)=[the one you want]> show else hide
Offline
if <([background # v] of [stage v])=[the one you want]> show else hidePhillipSyrrip, you got it wrong, background# is not a global variable. Fixed
Offline
Mabye make no scripts in for the sprite.
Offline