FLASHã®AS2ã§ãã ã¼ãã¼ã¯ãªããããµããµããããæ¹æ³ //åã®ä¸å¿ã®Xåº§æ¨ xCenter = Stage.width / 2; //åã®ä¸å¿ã®Yåº§æ¨ yCenter = Stage.height / 2; Degrees = 0; //å転é度 -> å¼ã³åºã度ã«åããå¤ããããã©ã³ãã å q1.sp = 1 + (Math.floor(Math.random() * 2)); q1.onEnterFrame = function(){ step = Math.abs(_root._xmouse - (Stage.width / 2)) / 300; //å転éå Degrees += this.sp+step; //åã®åº§æ¨ this._x = 10 * Math.cos(Degrees * Math.PI / 180); this._y = 2 * Math.sin(Degre
{{#tags}}- {{label}}
{{/tags}}