Originally posted by Michel

this is probably not the way so please give me some info on this MGB
Your idea is basically what I'm on about. On the button or frame event put;

if(_level0.whichBkd == bkgrnd2){
// do some stuff;
} else if (_level0.whichBkd==bkgrnd3){
// do other stuff;
}

On the preloaders of the levels for the background put;
if(_framesloaded==_totalframes){
_level0.whichBkd=bkgrnd2;
}

tell target is deprecated so it's best to use the dot notation.
[Edited by mgb on 04-22-2001 at 10:14 AM]