Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: onClipEvent(data) |
From: | Helen Triolo |
Date: | Thu, 14 Sep 2000 23:47:16 +0100 |
Has anyone successfully used onClipEvent(data)? I have a movieclip that
does a LoadVariables and returns a variable to the main timeline from a
perl script. If I put a standard 2-frame wait loop in, it works fine --
the variable shows up in the Flash movie. But if I replace the loop
with an instance of the movieclip that has
onClipEvent(data) {
_root.gotoAndStop("display");
}
as the Object Action on one frame (labelled loop), and
gotoAndPlay("loop") in the next frame, I never get past the "loop"
frame. Does the variable have to be returned to the movieclip instead
of the main timeline? (I tried that and couldn't get it to work
either). I don't think I need to have a loop at all, but how do I get
past the onClipEvent(data) frame? Any examples of this on the net
anywhere? (I tried macromedia and flashkit -- no luck)
tia,
Helen
---------------------------------------------------
Flash 5 Journal: http://i-technica.com/flash5
Flash Q&A archive: http://i-technica.com/flashlist
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: onClipEvent(data), Randy Kato
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]