To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Flash ActionScript

Reply
 
Thread Tools Search this Thread Display Modes
Old 09-02-2007, 01:45 AM   #1
nocomply
Junior Member
 
Join Date: Aug 2007
Posts: 10
Switching scenes from movie clips

Ok so I have my main time line...I have 2 scenes (scene 1 and scene 2) I put a movie clip into the first keyframe of scene 1. the movie clip has 30 frames...in the last frame of the movie clip I have a script that says

on(release) {
gotoAndStop("Scene 2", 1);
}

So basically when the movie clip reaches the end I want my movie to goto scene 2.....It's not working ...Not switching scenes..I've also tried to do it by frame label like-

gotoAndStop(".Scene 2", "name");

where name is my frame label.

What am I doing wrong?
nocomply is offline   Reply With Quote
Old 09-02-2007, 08:51 AM   #2
a_modified_dog
FK'n_dog
 
a_modified_dog's Avatar
 
Join Date: Apr 2003
Location: "aaarf"
Posts: 9,176
do not use the Scene name. It is not recognised in a movieclip timeline.

add the path to the main timeline (_parent)
and use the frame label only -

_parent.gotoAndStop("my_label");
a_modified_dog is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Flash ActionScript

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:03 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.