am i doing something wrong in macromedia flash mx?

  • Thread starter Thread starter eaglesridge
  • Start date Start date
E

eaglesridge

Guest
i put the code in, the code IS correct, but when i hit control + enter to do what it is supposed to do, nothing happens.

what IS supposed to happen is i made a button that read dont click me!! and when you click on it another screen pops up saying "ouch!!"

but when i hit control + enter, i can only click on it and nothing else happens. here is the code, maybe there is a type or something:

// Don't click Me Program
// Demonstrates button clicks

theButton.onRelease = function() {
trace ("Ouch!!");
} // end enterframe
 
Back
Top