Thanks guys =)
Micro Script: Not sure if the naming of variables with a prefix would work, we wont discount the idea though. We would really need to see how this would work out in the development pipeline. Give the micro script a try first then if it is really needed we can update the snippets with the prefix's
The concept was to use the pre-made snippets of code to do common useful things such as make an object respond to a mouse click ( great for non coders), these can then be expanded with your own code.
The Events are just the main event callbacks available and the functions are 1 line commands such as we see in the api.
Note:
Snippets get added to the top of the current code window.
Commands get added/inserted at the cursor position.
Events get added below all of the code.
I am sure once we release this feature there will be many requests for commands and new snippets lol
On a personal note, I am finding these micro scripts to be great fun as you can just save your scene and forget about the script. No more unnecessary duplication of script files and chances of them being orphaned.
EG. Use the onCollision_Start() events to trigger a sound when the object collides, then duplicate the object, open the micro script and change the sound file; close and run and you then have 2 objects with different sounds played when the object collides ( bouncing ball making boing sounds ) or a torch that spawns a fire particle when the game is played hehe
