no...
its in the main loop..
Can u make me an easy example with 1 button?
here is what i got, and cmdXPPos and so on is the name of my buttons...
if eventtype()=MOUSE_CLICK and eventSource=cmdXPPos then Move_Pluss_X(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdXMPos then Move_Minus_X(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdYPPos then Move_Pluss_Y(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdYMPos then Move_Minus_Y(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdZPPos then Move_Pluss_Z(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdZMPos then Move_Minus_Z(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdXPAng then Rotate_Pluss_X(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdXMAng then Rotate_Minus_X(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdYPAng then Rotate_Pluss_Y(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdYMAng then Rotate_Minus_Y(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdZPAng then Rotate_Pluss_Z(PickObj)
if eventtype()=MOUSE_CLICK and eventSource=cmdZMAng then Rotate_Minus_Z(PickObj)