This has been flagged as spam show
Operator '=' must be followed by an operand, X = _root._xmouse - 10 and
Statement must appear within on/onClipEvent handler, _root.onEnterFrame = function(){ ... please help :/
ThreeArrowVideos 1 year ago
it works , and here is the Action Script:
_root.onEnterFrame = function(){
X = _root._xmouse - 10
Y = _root._ymouse - 10
flower._x = flower._x + (X - flower._x)/10
flower._y = flower._y + (Y - flower._y)/10
}
mixinghoney 2 years ago
it doesn't works
1. it dont work 2. why carnt u put the bludy code in the description -.-
Pivmasterklb 2 years ago
Why not put the code in the descrpition on Youtube! Much easier to understand.
SLBeat1 3 years ago
You have to have your regist on the convert to symbol page in the middle if you dont, that was my problem
WhosAlex 3 years ago
Who knows a good joint for tutoirals that tell you WHY it follows the mouse just HOW to make it follow the mouse?
but otherwise awesome :D
Tutvid!
name the movieclip tat u drawn to "g"(without the quote)
put it in the frame actionscript:-
_root.onEnterFrame = function () { g._x=g._x+(_root._xmouse-_root.g._x)/10 g._y=g._y+(_root._ymouse-_root.g._y)/10
};
3dw1n94 3 years ago
or u can do tis draw a movieclip
then put tis into the movieclip actionscript:-
onClipEvent (enterFrame) { this._x = this._x+(_root._xmouse-this._x)/10; this._y = this._y+(_root._ymouse-this._y)/10;
u gotta name the movie clip flower thats all im pretty sure
aspcajaye 3 years ago
im not able to make that parentesis
davix8 4 years ago
press "alt gr" + "7" to open "9" to loock
FlashLan 3 years ago
This has been flagged as spam show
Operator '=' must be followed by an operand, X = _root._xmouse - 10 and
Statement must appear within on/onClipEvent handler, _root.onEnterFrame = function(){ ... please help :/
ThreeArrowVideos 1 year ago
it works , and here is the Action Script:
_root.onEnterFrame = function(){
X = _root._xmouse - 10
Y = _root._ymouse - 10
flower._x = flower._x + (X - flower._x)/10
flower._y = flower._y + (Y - flower._y)/10
}
mixinghoney 2 years ago
it doesn't works
mixinghoney 2 years ago
1. it dont work 2. why carnt u put the bludy code in the description -.-
Pivmasterklb 2 years ago
Why not put the code in the descrpition on Youtube! Much easier to understand.
SLBeat1 3 years ago
You have to have your regist on the convert to symbol page in the middle if you dont, that was my problem
WhosAlex 3 years ago
Who knows a good joint for tutoirals that tell you WHY it follows the mouse just HOW to make it follow the mouse?
but otherwise awesome :D
WhosAlex 3 years ago
Tutvid!
SLBeat1 3 years ago
name the movieclip tat u drawn to "g"(without the quote)
put it in the frame actionscript:-
_root.onEnterFrame = function () { g._x=g._x+(_root._xmouse-_root.g._x)/10 g._y=g._y+(_root._ymouse-_root.g._y)/10
};
3dw1n94 3 years ago
or u can do tis draw a movieclip
then put tis into the movieclip actionscript:-
onClipEvent (enterFrame) { this._x = this._x+(_root._xmouse-this._x)/10; this._y = this._y+(_root._ymouse-this._y)/10;
}
3dw1n94 3 years ago
u gotta name the movie clip flower thats all im pretty sure
aspcajaye 3 years ago
im not able to make that parentesis
davix8 4 years ago
press "alt gr" + "7" to open "9" to loock
FlashLan 3 years ago