View Single Post
  #10  
Unread 07-09-2011, 04:38 AM
Fortunis's Avatar
Fortunis Fortunis is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Mar 2011
Location: Leeds, UK
Posts: 72
Quote:
Originally Posted by MrJackdaw
Don't know if this is any use, but this comes from when I was fooling around trying to understand the MouseWheel event;

Code:
Window.MouseWheel=function(sender, args)
Turbine.Shell.WriteLine(args.Direction)
end

if(args.Direction == -1) then
Are you kidding? This is perfect!!! Thanks MrJackdaw and D.H1cks

Ive learnt something new. I wonder what else you/i could find with debug dump. I did try to WriteLine(args) but got empty line printed (before making this thread). So i guess in the future when i get an empty line, it signifies that there is debug info attached to it.

__________________
Author of Mouse Cursor Highlighter Advanced

Last edited by Fortunis : 07-09-2011 at 05:00 AM.
Reply With Quote