Skip to main content
Known Participant
January 27, 2013
Answered

Yet another thing in Flash I can't get right -_-

  • January 27, 2013
  • 1 reply
  • 5424 views

I made a button called 'Hardcore' with an instance name of 'Hardcore'.

It is a red-button with white text that says 'Hardcore'. On 'Over' I made the text blue.

On 'Down' I made the text green. And on Hit I made the text white, and the button blue instead of red.

However when I test-it (CTRL+ENTER) the Hit part never works/runs. When I let go of my mouse-click, it instead goes to

the part under 'Over' (Blue text Red button). Anything I'm doing wrong? o.o

This topic has been closed for replies.
Correct answer kglad

the hit frame of a button is never displayed.  it determines the region where the mouse triggers the over and down frames.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 28, 2013

the hit frame of a button is never displayed.  it determines the region where the mouse triggers the over and down frames.

Known Participant
January 28, 2013

That sucks. Meh. Thanks :I

Known Participant
January 28, 2013

When I apply the StopAllSounds() [or whatever it was] it says I need an event-handler?