Flasher Archive

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


Subject: Re: FLASH: Animated buttons
From: Marc Hoffman
Date: Fri, 1 Jan 1999 23:59:26 GMT

At 05:33 PM 12/31/98 -0300, you wrote:
>I'm trying to create an animated button with small balls.
>What I want is:
>
>When I pass the mouse over 3 balls get out of the this,
>when roll out the 3 balls get back to the main ball.
>

I think what you need is two actions for the button, RollOver and RollOut,
like this:

On (MouseRollover)
Begin TellTarget (make the target the instance name of the movie clip)
Go to and Play Frame Label (specify the name of the label where the
rollover action begins)
End TellTarget
On (Mouse Rollout)
Begin TellTarget (same movie clip instance)
Go to and Play Frame Label (specify name of label where rollout action
begins)
End TellTarget

At the end of your movie clip have an action that loops it to the parked frame.

The movie clip must be separate from the button and must have an instance
name, which is applied by calling up Instance Properties and clicking the
Definition tab. Give it this name before programming the button.


Marc Hoffman
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
marcatdartfrogmedia [dot] com (mailto:marcatdartfrogmedia [dot] com)
View my Flash3 work: <http://www.jps.net/dartfrog/sampler>.
Play a virtual marimba: <www.dartfrogmedia.com>.
Read about Flash: <http://www.jps.net/dartfrog/sampler/flashinf>

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


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