Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: sub movie problems
From: Mats Persson
Date: Thu, 11 May 2000 08:57:50 +0100

London, Wednesday, May 10, 2000, at 5:09 pm


If I understand you correctly this is how:

On (Release)
Begin Tell Target ("_level0")
Go to and Play ("Scene/2")
End Tell Target
End On

Your "Main movie" is loaded into _level0 by default.

If you want to target an MC in the main movie you would do as follows:

Begin Tell Target ("_level0:YOUR_MC") // (NOTE ! the ":" )
Go to and Play ("YOUR_MC_Scene")
End Tell Target

Once you understand Flash's Levels and MC's you're into a wonderfully
interesting world !!

Regards,

Mats
matsatimediatec [dot] co [dot] uk

PS. If you need a simple FLA, drop me a line


> From: "James Cutts" <jamesatinone [dot] co [dot] uk>
> Date: Wed, 10 May 2000 10:55:02 +0100
> Subject: FLASH: sub movie problems
>
> Hi all
>
> I have a movie consisting of 5 scenes. In one of the scenes is a movie clip
> which contains a button. How do I make the button tell the main movie to go
> to a specific scene (labeled in its first frame as Scene/2)
>
> ie:
> On (Release)
> Begin Tell Target ("../")
> Go to and Play ("Scene/2")
> End Tell Target
> End On
>
>
> This simply doesnt work. Any ideas?
>
> TIA
>
> J


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: sub movie problems, James Cutts

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]