Dom - 2007-06-23

Logged In: YES
user_id=1766416
Originator: NO

they aren't implemented?
funny, the code in the following functions in ICTOAN seemed to work, but I guess I must be deluded.

function EVT_mouseUp_levelmanager(x,y,button)
function EVT_mouseDown_levelmanager(x,y,button)
function EVT_mouseMove_levelmanager(x,y,prevX,prevY,Lbutton,Rbutton)

this is surprising, since I thought that the mouse-chasing code for my game relied on those functions, as well as shooting and dropping mines. oh well, i guess i can delete those features for the time being.