Game Development Community

Any update functinos?

by ITCarlow (#0030) · in Technical Issues · 01/24/2007 (5:02 pm) · 2 replies

Hi every one. i have one small question.

well that what i am trying to do, i have 2 objects on my map, one object(shape) has a function onPlayerCollision which rotate second object(static shape). Function working OK, the only problem is that that you need to press F11 and click on second object to see result.

is there any update, redraw or any other function which can help me ?

Thank you.

#1
01/24/2007 (8:07 pm)
Have you tried echo(%resulthere);

If I get what your trying to do right.
#2
01/25/2007 (2:59 am)
Well all that i am trying to do is to create a script to rotate an object. Some kinda puzzle for a game. Function working fine, right ofter collision with the first object(trigger) u can see that center(dot with 3 axis) of the second object is changed it position, but model itself is still on the old place, so when i go to level editor mode (F11) and just click on this second object it jumps to where it supposed to be. So i need some function to redraw this object on the new coordinates.

thanks.