3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: [1]

Author Topic: HELP ON EVENT OBJECT TO SCRIPT AND IKEYCODES  (Read 465 times)

« on: October 01, 2013, 12:32:43 AM »
Can anyone give me the process of script version of event objects and keycodes of keyboard keys. It would be easier to understand the scripts.
« Reply #1 on: October 01, 2013, 03:28:06 AM »
I think you are looking for the script object reference. You can access it through the script object help page.

as for the keycodes, have a look at this http://msdn.microsoft.com/en-us/library/windows/desktop/ee418641(v=vs.85).aspx

Good luck  :)
« Reply #2 on: October 01, 2013, 05:43:17 AM »
I want to use script instead of objects. So I asked for help.
« Reply #3 on: October 02, 2013, 03:10:58 PM »
...and you've been given help.

Trust me, the script object reference may seem pretty daunting and useless, but between that and the script object tutorials (included in the 3dRad/3dRad_res/projects/Script_Functions_Usage_Examples folder) you will have more than enough information to understand basic scripting functions in 3d Rad.

Once again, good luck  :)
« Reply #4 on: October 03, 2013, 12:42:06 AM »
You know himel.. objects are ready made pieces of script that do things.

Your just starting out, why not use them first to learn how 3drad works then you can get into the scripting end of it to extend what the ready made objects cant do so easily ..
Pages: [1]