Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: [flasher] Simple tellTarget-Question?! |
From: | Helen Triolo |
Date: | Sun, 21 Jan 2001 20:43:41 -0000 |
hi Pascal,
You mean start a movieclip at frame labelled frame1 when a button in
level1 is pressed?
on (release) {
_level0.myMC.gotoAndPlay("frame1")
}
should work (assuming myMC has already loaded up to frame1).
Regards,
Helen
-----------------------------------------------------
i-Technica � http://i-technica.com � 301.424.6037
developer resources: http://i-technica.com/whitestuff
flasher �Pascal wrote:
>
> Hi Flashers
>
> maybe a very simple question but I can't seem to find the correct code!
> All I need is to telltarget an MC on _level0 from an swf on _level1..
>
> something like on release, telltarget _level0.root.myMC, goto and play
> frame1????
>
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]