|
-
Back button to reload main swf
My main swf loads other swf's via this timeline code:
var req:URLRequest = new URLRequest("scene1.swf");
var loader:Loader = new Loader();
loader.load(req);
addChild(loader);
Does anyone have AS3 code for a button click to take me back to the main swf (at a particular frame label?) Thx!!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|