ok on my frame I have this
and on my object I have thisCode:set (mousex, _xmouse);
set (mousey, _ymouse);
and when I test it I get this error messsageCode:onClipEvent (enterFrame) {
if (mousex = 29.9 && mousey = 54.2) {
_root.gotoAndStop(7);
}
}
Code:**Error** Scene=Scene 1, layer=back, frame=5:Line 2: Left side of assignment operator must be variable or property.
if ("mousex" = 29.9 && "mousey" = 54.2) {
Total ActionScript Errors: 1 Reported Errors: 1
please help...its a game where you have to keep your mouse in a certain area(picture) and if you rollOut it goes here and if the mouse coordinates are that you go here...I got pretty much everything to work except this
