Flasher Archive

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


Subject: FLASH: RE:
From: Harrison, Len
Date: Fri, 12 May 2000 00:23:21 +0100

Use telltarget "_leveln" where n is the number of the level where your .swf
is loaded. That's assuming you really mean "level". A level is activated
through a loadmovie command into a level number. The only thing you can load
into a level is a .swf and the only way to get it in is with loadmovie.

If you are referring to movie clips, you probably are talking about a layer
(which is not important). A movie clip is loaded into a layer within a
keyframe. It is available anywhere down the timeline until deleted from that
layer. But you must give it an instance name. If you don't, you can't
address it. If it is one level down from the timeline its telltarget
"<instancename>". If it is called from another clip also one level down it
would be telltarget "../<instancename>".

len harrison

> -----Original Message-----
> From: steveatfuse-media [dot] com [steveatfuse-media [dot] com (mailto:steveatfuse-media [dot] com)]
> Sent: Thursday, May 11, 2000 3:13 PM
> To: flasheratchinwag [dot] com
> Subject:
>
>
> Hey yall, Heres the gist, I have a main movie on _level0 where I
> call other movies onto it at levels 1 and 2. On level 1 movies I have
> a button that sends a MC on level 1 to a certain frame. Things is, it
> does'nt work. I've tried ../, ../../, ../moviename:clip,
> ../moviename/clip, blahblahblah. What the hell am I doing wrong?
>
> Thanks in advance.
> --
> s t e v e | m e n d i z a b a l
> f u s e m e d i a | s t u f f t h a t d o e s s t u f f
>
> 4 0 4 . 5 2 3 . 6 7 0 0
>
> 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
>

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


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