Skip to main content
Participant
January 22, 2008
Question

Influence button state through AS

  • January 22, 2008
  • 2 replies
  • 289 views
I have a number of buttons of which I'd like to alter the overstate when I roll over another button. If I can't do that I'm going to have MovieClips out of all my buttons with frames which I wouldn't like.

So I'm curious, is it possible to make a SimpleButton change its state when I mouse over another button?
This topic has been closed for replies.

2 replies

Participant
January 22, 2008
You'll have to use a movieclip button. That will allow you to call the onOver handler with actionscript. It's a pain but this is a good habit to get into anyway.
kglad
Community Expert
Community Expert
January 22, 2008
no. use a movieclip button.