Rollovers
| There are many possible rollover effects and actions. Here is a simple one that introduces two new mouse event handlers and a command that changes the ink effect of a sprite on rollover. |
| on mouseWithin me set the ink of sprite(3) = 33 end on mouseLeave set the ink of sprite(3) = 8 end |
|
Ink effects are called by numbers in Lingo. They are: 0-copy |