Im really hoping that someone can help me! I have built a project in flash AS3 and have done everything that I needed to, however when attempting to build a game I couldn't get my head around writing global varriables in AS3 so I wrote them in AS2 thinking that I could do a simple code to call the SWF (game) file into the AS3 (main project) and then reverse the code in the game file to return to the main project when the menu button is selected. I have used this code:
stop()
var ld:Loader = new Loader()
ld.load(new URLRequest("game.swf"))
addChild(ld)
to call the SWF game file within the AS3 project. However when trying to reverse this within the AS2 file it wont open the AS3 project again?
Please can someone help me:( xxxx