文件名称:15秒蚂蚁动画动画(蚂蚁)
文件大小:147KB
文件格式:FLA
更新时间:2013-12-05 16:00:02
动画
蚂蚁动画 15秒的动画 attachMovie("newmouse","newmouse",_root.getNextHighestDepth()); attachMovie("circle","circle",_root.getNextHighestDepth(),{_x:250,_y:200}); attachMovie("crosshair","crosshair",_root.getNextHighestDepth()); attachMovie("ball","ball",_root.getNextHighestDepth()); Mouse.hide(); friction = 0.9; speed_scale = 0.1; xspeed = 0; yspeed = 0; newmouse.onEnterFrame = function() { this._x =_root._xmouse; this._y =_root._ymouse; };