MoveDownMoveUp


MoveDown/MoveUp

This command moves an object down or up while maintaining its orientation known as strafing ).

 object.MoveDown(distance, time, animation, animation speed) object.MoveUp(distance, time, animation, animation speed) 

Parameters

distance

The distance object is to move

time

The number of seconds that the move will take (if omitted, the movement is immediate)

animation

The animation name to play (only for 3D objects)

animation speed

The speed of the animation from 0 (slowest) to 100 ( fastest ).

Sample Code

 oworld = New World(); ocamera = New Camera(oworld); sphere = oworld.CreateSphere(50,50,50,25,25); ocamera.MoveBack(1200); //Move the sphere. sphere.MoveDown(400,5); //Loop While(TRUE); 



Elementary Game Programming and Simulators Using Jamagic
Elementary Game Programming & Simulations Using Jamagic (Charles River Media Game Development)
ISBN: 1584502614
EAN: 2147483647
Year: 2002
Pages: 105
Authors: Sergio Perez

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net