Hello,
I coulnt find a post that matched my question, so here it goes.
I have checked the instance names in this flash document to check that they match the action script. I use this action script:
//This script takes the user to Scene 2 when goScene_btn is released
hT_1-1_btn.onRelease = function (){
clicker_1_mc._x = 200;
clicker_1_mc._y = 150;
};
And get this error on publishing:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Syntax error.
hT_1-1_btn.onRelease = function (){
Total ActionScript Errors: 1 Reported Errors: 1
Does any one know why?
thank you in advance
solex
I coulnt find a post that matched my question, so here it goes.
I have checked the instance names in this flash document to check that they match the action script. I use this action script:
//This script takes the user to Scene 2 when goScene_btn is released
hT_1-1_btn.onRelease = function (){
clicker_1_mc._x = 200;
clicker_1_mc._y = 150;
};
And get this error on publishing:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Syntax error.
hT_1-1_btn.onRelease = function (){
Total ActionScript Errors: 1 Reported Errors: 1
Does any one know why?
thank you in advance
solex