Scene=Scene 1, Layer=Layer 2, Frame=1: Line 2: Unexpected '.' encountered
.duplicateMovieClip("/window","/window"&x, x);
Scene=Scene 1, Layer=Layer 2, Frame=1: Line 3: Statement must appear within on handler
x = "x+1";
Scene=Scene 1, Layer=Layer 2, Frame=1: Line 4: Unexpected '}' encountered
}
this is the error i'm getting guys, what does this mean..
this is the code i used....
On (Release)
Duplicate Movie Clip ("/window", "/window" & x, x)
Set Variable: "x" = x + 1
End On
execpt his variable had perenthesis and my value does..is that the problem?.the way the load veriable worked in the actions tab it put the "" around the value, i could not stop it from doing that..is that my problem?..also in this tutorial it did not explain to me how to get this movie clip to drop down inside my current scene where i want it to..how do i do that?.i want to click on the button and have that clip drop down in the middle of scene one frame one..the clip is in the fla, labled window..it is just a chessy one, was planning on making the window alot nicer..just wanted to do a quick one to see if i could get it to work..the actions to open the window are nested in the actions for the services button..
please help dave or old...
.duplicateMovieClip("/window","/window"&x, x);
Scene=Scene 1, Layer=Layer 2, Frame=1: Line 3: Statement must appear within on handler
x = "x+1";
Scene=Scene 1, Layer=Layer 2, Frame=1: Line 4: Unexpected '}' encountered
}
this is the error i'm getting guys, what does this mean..
this is the code i used....
On (Release)
Duplicate Movie Clip ("/window", "/window" & x, x)
Set Variable: "x" = x + 1
End On
execpt his variable had perenthesis and my value does..is that the problem?.the way the load veriable worked in the actions tab it put the "" around the value, i could not stop it from doing that..is that my problem?..also in this tutorial it did not explain to me how to get this movie clip to drop down inside my current scene where i want it to..how do i do that?.i want to click on the button and have that clip drop down in the middle of scene one frame one..the clip is in the fla, labled window..it is just a chessy one, was planning on making the window alot nicer..just wanted to do a quick one to see if i could get it to work..the actions to open the window are nested in the actions for the services button..
please help dave or old...