actionscript 2.0

deamer44

Guest
May 25, 2008
168
0
0
Basically I have two files one which is the main project and one that is a quiz. I don't have any problem with linking the button within the main project to the quiz, however i have a menu system in my "quiz.swf", and i can only link the buttons back to the start of the "mainproject.swf". Is there any piece of code to enable me to link the menu buttons within "quiz.swf" to specifict frames within the other movie "mainproject.swf"??
Any help will be appreciated.

Thanks Tom
 

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
As mainproject.swf loadng quiz.swf as another movieclip? or are they two completely separate entities on the same page?
If the former it should be as simple as accessing the _parent within quiz.swf
If the latter possibly look into using sharedobjects
 

deamer44

Guest
May 25, 2008
168
0
0
sorry, "mainproject" and "quiz" are both separate swf files, im trying to link the menu system in "quiz.swf" to specific frames in "mainproject.swf"