Flasher Archive

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


Subject: Re: FLASH: button in movieclip
From: Marc Hoffman, Poison Dart Frog Media
Date: Thu, 30 Dec 1999 23:36:08 GMT

At 11:25 AM 12/30/99 , you wrote:

>I have a button within a movie clip in scene 1. On release I want to go to
>frame 55 of scene 1 but it's not doing it.
>
>Here's my code, maybe someone can enlighten me regarding this..
>
>On (Press)
> Go to and Play (55)
>End On

Since this button is on the movie clip timeline, not the main timeline, you
must use TellTarget:

On (press)
TellTarget (target: /)
Go to and Play (55)
End TellTarget
End On

Also I would advise you to use frame labels instead of numbers. It will be
less confusing, especially if you add or delete frames from the timeline.
Use labels that start with an alpha (not numeric) character. In the future,
try to avoid using scenes as they make TellTarget, use of movie clips, and
sound, problematic.
Marc Hoffman

Poison Dart Frog Media: Specializing in Flash Animation and Digital Audio
Production
Our latest Flash job is on display at <http://www.dartfrogmedia.com/rickfrnd>
See our Flash portfolio at <http://www.dartfrogmedia.com/sampler>
(featured in Flash 3 Web Animation, by Ken Milburn)



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: button in movieclip, Angeline Geronimo

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