Skip to main content
May 23, 2010
Question

Error with linking Flash buttons

  • May 23, 2010
  • 1 reply
  • 1423 views

hello,

i m using flash  player 8

and when im trying to make a link button of my ready  tamplate im getting an error.

i program the link action like this:

on(release) {

           getURL("http://www.carmela-gallery.net");

}

but for some  reason i get this error when i press the check for errors button:

**Error**  Symbol=About us, layer=Layer 1, frame=1:Line 1: Mouse events are  permitted only for button instances
     on(release) {

Total  ActionScript Errors: 1      Reported Errors: 1

and of curse the link isnt  working when i test it. will be be happy if you help me to get forward  with this problem.

let me know how we get forward with it.

thanks,  Eden.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 23, 2010

you have an on(release) attached to a non-movieclip/non-button object.

use movie explorer to find the errant code.

May 23, 2010

sorry im new at this, can you give more details then this.

it's like reading chiness for me :S