Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: instance behavior vs. default behavior |
From: | John Dowdell |
Date: | Thu, 7 Oct 1999 20:34:17 +0100 |
At 10:56 AM 10/7/99, Higgins III, Eugene, E. wrote:
>i've noticed that an instance On(press) handler will override a button's
>down state, which results in my button being more static than a balloon
>at a carpet-rubbing convention. is there any way, as in director, to
>allow the mouseclick to "pass" down the line so that the default
>behavior may also take place?
Sorry, while the larger Lingo scripting environment has various methods of
routing events and messages, these constructs aren't in the small, fast
Flash Player.
But if you change your button's default condition from "release" to
"press", then you wouldn't expect to see the down state, right? This action
would execute when the button is clicked, so you'd branch off or whatever.
The default "release" gives you a down state in the button, because nothing
actually happens until you let the mouse up.
If you use the "release" event handler, then does this look as you wish...?
jd
John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [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-managerchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]