OLPCities/Mouse: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 11: Line 11:
Better to click this link and "save" the library at the same folder of the web page or put it at another folder at the same server and make a reference:
Better to click this link and "save" the library at the same folder of the web page or put it at another folder at the same server and make a reference:


[http://www.dmu.com/olpc/gamelib_sprites.js gamelib_mouse.js ]
[http://www.dmu.com/olpc/gamelib_mouse.js gamelib_mouse.js ]


If you put it at the same folder, the line would be:
If you put it at the same folder, the line would be:

Revision as of 21:02, 25 September 2006

This library is part of the Gamelib, created by Scott Porter and updated by Brent Silby. Gamelib is available under the terms of the GNU Library General Public Licence.



To use this library (this Class) add this line to the <HEAD> section of the web page of the Lot:

<script language="Javascript" src="http://www.dmu.com/olpc/gamelib_mouse.js"></script> 

Better to click this link and "save" the library at the same folder of the web page or put it at another folder at the same server and make a reference:

gamelib_mouse.js

If you put it at the same folder, the line would be:

<script language="Javascript" src="gamelib_mouse.js"></script> 

To create an "object" of the Class:

myMouse=Ms_initmouse(); 

You need to create an object of this Class to use somme properties of the Class Sprites