Groups | Blog | Home
all groups > flash (macromedia) > august 2005 >

flash (macromedia) : Error message in Output box


amcdowall
8/23/2005 8:33:36 PM
What would cause this error message and how do I get around it? Thanks!


**Error** Scene=Scene 1, layer=Action Layer, frame=2:Line 240: Left side of
assignment operator must be variable or property.
return(-c * (Math.sqrt(1 - t = t / d * t) - 1) + b);
Peter Blumenthal
8/24/2005 9:18:50 AM
Try:

return (-c*(Math.sqrt(1-(t/=d*t))-1)+b);

--
-------------------------------
Remove '_spamkiller_' to mail
-------------------------------

AddThis Social Bookmark Button