Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
jay_architect webforumsuser@macromedia.com #1
Can actionscript change a "Button's" "Behavior"?
While a movie is playing in "level 0" a button is pressed to launch another movie in "level 1". Is there a way to change the button that was pressed from a "button" to a "graphic" using its behavior? Or is there another option?
Thank you in advance for your help.
j
jay_architect webforumsuser@macromedia.com Guest
-
Zoom tool is "-" instead of "+" as default how can I change
When I select the zoom tool, instead of a + zoom, I get a - zoom. I have to hold down the alt key to get magnification. I don't understand how it got... -
Change user role from "Publisher" to "Administrator"
Have three users on a particular website - all need to be "administrators". Two are listed as administrators (one of which is me), the third is... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
"User cannot change pwd" and "Pwd never expire" by using Directory
I create a account by using the DirectorySerive and it is running: --------------------------------------------------------- Dim ContainerEntry As... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
Myrddraal webforumsuser@macromedia.com #2
Re:Can actionscript change a "Button's" "Behavior"?
are you wanting to do this so that the hand cursor will not appear on that button??
If so, just use myButton.useHandCursor = false; and that'll do the trick
-Jason
Myrddraal webforumsuser@macromedia.com Guest
-
henri #3
Re: Can actionscript change a "Button's" "Behavior"?
You could use an MC with a onRelease f.i.
myMovieClip.onRelease = function() {
// your code
}
and put after selection a
delete myMovieClip.onRelease;
Henri
"jay_architect" <webforumsuser@macromedia.com> wrote in message
news:brt564$gmq$1@forums.macromedia.com...another movie in "level 1". Is there a way to change the button that was> While a movie is playing in "level 0" a button is pressed to launch
pressed from a "button" to a "graphic" using its behavior? Or is there
another option?>
> Thank you in advance for your help.
> j
>
>
henri Guest



Reply With Quote

