Flasher Archive

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


Subject: FLASH: Re: Translating from slash syntax to dot syntax
From: Sibyl Perkins
Date: Mon, 9 Oct 2000 19:35:31 +0100

Never mind. I figured it out just after I sent the last message. Doh!

In case anyone wants to know, the new code is:

on (release) {
_root.gotoAndPlay("join");
}

I think I need some coffee....

.Sibyl



-----Original Message-----
From: Sibyl Perkins [sibylatgreenpaint [dot] com (mailto:sibylatgreenpaint [dot] com)]
Sent: Monday, October 09, 2000 9:48 AM
To: flasheratchinwag [dot] com
Subject: Translating from slash syntax to dot syntax


Hello All,

I'm trying to get a button in a movie clip to move the main timeline to a
different frame. Simple huh? I have it working fine using:

on (release) {
tellTarget ("/") {
gotoAndPlay ("join");
}
}

BUT, since Tell Target is deprecated in Flash 5, I'm wondering what would be
the correct dot syntax to translate this code into. I've been dinking around
with it for a while and haven't gotten it right yet. Could someone point me
in the right direction?

-Sibyl


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 helpatchinwag [dot] com


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