Originally Posted by PeterK.
View Post
I can't believe I know these ones... (I'm learning a lot with my Modern Bento heh).
button.onLeftClick() computes the entire "clicking" action, meaning pressing the button AND releasing it.
button.onLeftButtonDown computes ONLY when you press the mouse button (it can be used to do stuff in conjunction with button.onLeftButtonUp -that would be "releasing"-).
Originally Posted by PeterK.
View Post
I'm not sure about the exact function of this one, but what is usually used to do what you want is guiObject.onEnterArea() / guiObject.onLeaveArea().
A lot of the skinning / scripting functions like these can be found in your std.mi* file (and corresponding ones, like lib/pldir.mi for Playlist stuff and so on..).
*Usually found on your compiler folder.
Originally Posted by PeterK.
View Post
Awesome! Not only one of your skins is there, but 2!! Congrats!!
Comment