Add Y Coordinate to Images (For Rotation of an Object)
August 3, 2009 12:00 AM
We can move an object in X or Y coordinate, including Learner control by use of a variable. Recommend adding a third corrdinate (call it whatever, my example is Y) so that an object can be rotated (360 degrees). Objects start at 0 degrees in the Y axis , but it essentially can be manipulted to any value between 0-359. Note: Limit values to 0-359, and if the value of 359 is incremented by +1, then automatically reverts to (Zero) 0. And vice-versa, when a value of (Zero) 0 is decreneted by -1, then it automatically reverts to 359.
Discussions have been disabled for this post