Scratch Applet |
Scratch applet is an applet reproducting the scratch paper game. Use your mouse to scratch ( scrape ) on the applet to discover the hidden image.
Once you do that, the applet calls the URL you choose.
|
Index |
|
Example |
Scratch the applet to discover the game everybody loves..
|
HTML applet code |
code=grattmoi.class
id=grattmoi
width=130
height=170
param name="background" value="./pacman.gif"
param name="foreground" value="./bkgrn1.gif"
param name="URL" value="http://www.chez.com/ccaissotti/jeuxwina.htm"
param name="border" value="10"
|
|
Terms of use |
Scratch is a FreeWare for non commercial sites.
For professional / commercial use, you will need to obtain a "professional registration".
With this registration you can use CAGrid with no reference to me and I will send the complete source to you.
For more information about "Professional registration" :
C. Caissotti.
|
Scratch parameters
|
background | String | Url of the image to discover |
foreground | String | Foreground image |
URL | String | URL showed when the user discover the background image |
border | Integer | Border where the user is not obligated to scratch |
pourcent | Integer | Percent of the image to discover to see the URL ( default = 80 ) |
|