Another Flash MX 2004 to Flash 8 bug I guess…
I have 2 buttons both with proper linkage identifiers both created in MX 2004 Professional and the containing files have now been in opened in and saved (exported from) Flash 8. Now the back button is not working, but the replay button is. How is this even possible?? Could it be a problem with the file being loaded? I don’t think so because one file I still have in MX 2004 format both buttons still work fine - and I resaved the file being loaded in Flash 8 format.
This is so frustrating. Are many of you having troubles going from previous version to 8? I feel like I am not seeing much about this…
The bolded code is the code that is no longer working…
_root.attachMovie("replay","replayEBS",996);
replayEBS._x = 785;
replayEBS._y = 700;
replayEBS._xscale = 75;
replayEBS._yscale = 75;
replayEBS.onRelease = function(){
loadMovie("EBSwhoweare.swf", _root);
}
**_root.attachMovie("back","backToMenu",995);
backToMenu._x = 875;
backToMenu._y = 696;
backToMenu._xscale = 75;
backToMenu._yscale = 75;
backtoMenu.onRelease = function(){
loadMovie("divisionMenu.swf", _root);
}**