Can someone please tell me what is wrong with this simple script?
From Actionscript 2.0
on(release) {
getURL("http://yahoo.com");
}
I also tried this one from Actionscript 3.0...
on(release) {
flash.net.navigateToURL("http://yahoo.com");
}
For both, error message keeps saying-
1087: Syntax error: Extra characters found after end of program: Source }
There are no other characters.
Another error appears sometimes saying something like "mouse action permitted on instance of symbol only" but it is an instance of the button symbol in the library.
I am new to this and would appreciate any help. I'm going crazy!
Thanks
2007-11-15
15:35:43
·
4 answers
·
asked by
Hello Kitty
7
in
Computers & Internet
➔ Programming & Design