CodeBase - move object to another object function
Return to the CodeBase listing
Category: Basic 3D
Version: 1.0
Information
Uploaded: 10th Jun 2004 21:46
Modified: 10th Jun 2004 21:47
Author: Soy Cocktail
Summary
function to move an object to anothe mobject given speed and distance to stop moving
Full Description
distance function in the function is from David T<br /> <br /> takes provided perimeters obj1 and obj2 and moves them together at speed untill they are distance apart from eachother. when they are distance apart or less movedone=1 and the only action proformed is a check to see if movedone=1 if so nothing else happens. put global movedone at the top of your code to be able to set movedone=0 to be able to use the code again<br /> <br />
Comments
No comments yet.