English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

**Error** Scene=Scene 1, layer=action, frame=1:Line 2: Syntax error.
getURL{"http://gnome.deseloper.com", "_blank"};

Total ActionScript Errors: 1 Reported Errors: 1

2007-03-26 11:39:51 · 1 answers · asked by Yangster 5 in Computers & Internet Programming & Design

after changing it to brackets this pops up

must be followed by an operand
);

Total ActionScript Errors: 3 Reported Errors: 3

2007-03-26 12:56:53 · update #1

**Error** Scene=Scene 1, layer=action, frame=1:Line 1: '{' expected
inv_btn.onRelease = function()(

**Error** Scene=Scene 1, layer=action, frame=1:Line 2: ')' expected
getURL("http://gnome.deseloper.com", "_blank");

**Error** Scene=Scene 1, layer=action, frame=1:Line 3: Operator '=' must be followed by an operand
);

Total ActionScript Errors: 3 Reported Errors: 3

2007-03-26 13:00:36 · update #2

1 answers

you are using braces, instead of parenthesis.

use ( )
not { }

2007-03-26 11:43:42 · answer #1 · answered by Fabian 2 · 1 0

fedest.com, questions and answers