quote:
Originally posted by KillaW0lf04
Hey guys,
Today i decided to start learning some scripting for Messenger Plus so i can customize it to the way i see fit I although have some questions regarding this scripting. I heard this is almost exactly like java, so will i be able to use java commands (I don't know much java, but i do know a lot of actionscript in flash and they are also similar). How do i perform a function on the event that certain keys are pressed? (i know in action script its if(Key.isDown()) but i dont know what it is in java)
Thanks in advance for being patient with a n00b
It's not like Java, It's JScript. There are differences between, JScript, Javascript and Java. There is no built in function to detect key presses or mouse clicks... you can look into windows API calls to detect them, but this is a bit more advanced. As said already, the scripting documentation is a good place to start though.
EDIT: If you PM me with your WLM address, I'll add you and give you help whenever you need it