Jump to content


Photo

Error I keep getting


  • Please log in to reply
No replies to this topic

#1 bluestriker

bluestriker

    Young Padawan

  • Members
  • Pip
  • 33 posts
  • Location:Illinois

Posted 11 June 2005 - 10:02 PM

Here is an error I keep getting, and I have no clue why. I'm just adding a set of buttons that adjust the quality of the movie, and I have the buttons set as a symbol (to be more specific, a button), and it is basically saying that it isn't a button, because it is saying like the error below that mouse events are permitted only for button instances, but I already have it set as a button! If someone could help me solve this problem, that would be great.

**Error** Scene=Scene 1, layer=Low, frame=10:Line 1: Mouse events are permitted only for button instances
on(release, keyPress "<Down>"){ _quality = "LOW"; }

**Error** Scene=Scene 1, layer=Low, frame=10:Line 1: Mouse events are permitted only for button instances
on(release, keyPress "<Down>"){ _quality = "MEDIUM"; }

**Error** Scene=Scene 1, layer=Low, frame=10:Line 1: Mouse events are permitted only for button instances
on(release, keyPress "<Down>"){ _quality = "HIGH"; }

EDIT: Nevermind, I figured it out.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users