Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Flash General Questions > Other Flash General Questions

Reply
 
Thread Tools Rate Thread Display Modes
Old 12-31-2000, 03:14 AM   #1
futuresplash
Registered User
 
Join Date: Dec 2000
Location: Scotland
Posts: 5
Default

dear anyone,
i have this problem:
i know how to load movies and level them... but i don't know HOW to call or target (or whatever it may be) a frame in a certain loaded movie from another movie.

example:
i have a loaded movie for menu (level 0)
i have a loaded movie for credits (level 1)
i have a loaded movie for sources (level 1)
i know that when one is loaded in the same level, the other one unloads, as expected.

i have buttons in menu.swf that would load credits.swf and sources.swf > get it? The problem is, i want to have each movie in level 1 to have a fade effect when each unloads. I THOUGHT OF LABELLING A FRAME IN THE MOVIES IN LEVEL 1 THAT WOULD BE USED BY "tell target" in the buttons in my MENU.SWF. It didn't work... Are there alternative means? HELP!!!!!!!!!!!!!!

futuresplash is offline   Reply With Quote
Old 01-02-2001, 12:14 AM   #2
mgb
New Member
 
Join Date: Jan 2001
Posts: 245
Default

You can put the fade effect in the swf and on it's last frame put;

Load Movie(loader,1)

For your buttons on level 0 put;

Begin Tell Target ("_level 1")
Play
Set variable: "loader" = "credits.swf"
End Tell Target

Now when the fade ends your var. will hold the name of the next swf to be loaded and it will load and 'kick out' the current one. mgb
mgb is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading images in different frames.. nchagial ActionScript 2.0 22 12-21-2005 09:06 AM
external movie loaded problems ahungryghost ActionScript 1.0 (and below) 1 12-16-2005 06:51 PM
loaded swf affecting scrollbar component in main movie mrumbrellahead@ Components 4 01-12-2005 08:26 PM
stop loaded movie responding to mouse movement outside of it's area? raskolnikov ActionScript 1.0 (and below) 4 10-24-2004 09:42 AM
load a movie into a movie but then load an other movie into that loaded movie ? lesaint ActionScript 1.0 (and below) 1 03-23-2002 10:16 PM


All times are GMT. The time now is 03:44 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.