You are here: DEVPPL Tutorials javascript mouse-tricks
NOTIFICATIONS
54.101
MEMBERS
15.693
TOPICS
62.273
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Javascript Tutorials - Mouse-tricks

mouse-tricks tutorials

Mouse events

Mouse events

Rating:
(0)
Clicks: 279
Category: JavaScript >> Mouse Tricks
Mouse-events.html is a template for handling three basic mouse events: Moving, pressing down on a button, and releasing the button. It works in IE 5+ and should also work in NS 6+. When used in conjunction with DHTML, this can be used to create drag and d
ELouai's Drag and Drop script

ELouai's Drag and Drop script

Rating:
(0)
Clicks: 267
Category: JavaScript >> Mouse Tricks
An extremly simple and useful script for implementing a cross browser drag and drop game (IE 4+, NN 6+, Firefox). Place code in the header and simply append all images that are draggable with the class name (class="dragme"). That's it!
^ Back to Top