Media Summary: This video covers: -Translation -Vanishing Point Change -Rotation -Perspective Angle Change. Here is the actionscript... onEnterFrame = function(){ ball1._x = _xmouse; } The script must go on a blank layer. Make sure your ... - Here we will explain how to make a simple text effect with
Flash Tutorial 1 Move Objects - Detailed Analysis & Overview
This video covers: -Translation -Vanishing Point Change -Rotation -Perspective Angle Change. Here is the actionscript... onEnterFrame = function(){ ball1._x = _xmouse; } The script must go on a blank layer. Make sure your ... - Here we will explain how to make a simple text effect with The code is: onClipEvent (load) { _x = 0; _y = 0; speed = 5; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root.