Author |
Objects |
Aubinator{=21st=} Admiral
Joined: October 18, 2002 Posts: 218 From: Winnipeg, Canada
| Posted: 2003-10-25 17:52  
I have been scripting for a couple of weeks now.. and all I've been getting is fail after fail after fail.. LMAO! I was wondering if there was a list of all the objects' names:
ie. ENGINEERING SHIP
or B27_fighter
or sumthn like that.... if I'd only knew what each object was called.. i could probably figure stuff out
_________________ Happy Huntin'!
|
Aubinator{=21st=} Admiral
Joined: October 18, 2002 Posts: 218 From: Winnipeg, Canada
| Posted: 2003-10-25 18:02  
on a second note.. I am trying to trap a different function
EX:
function onStep1()
pushChat( "click and hold the right mouse button" );
trapKey( <>, "onStep2()" );
end
function onStep2()
pushChat( "you clicked the right mouse button CONGRATULATIONS!")
pushChat( "press enter to continue"
trapkey( 13, "onStep3()" );
end
is it possible to trap the mouse functions?
_________________ Happy Huntin'!
|
Chromix Cadet
Joined: June 29, 2001 Posts: 3052
| Posted: 2003-10-28 07:53  
Nope, you can only trap keys. Try assigning i.e. the F6 or F7 key to one of your mouse buttons. You could probably trap that one.
_________________
|