home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
omnia201.iso
/
mondo3d
/
anfobj.dir
/
00053_Script_53
< prev
Wrap
Text File
|
2000-11-17
|
414b
|
20 lines
on mouseEnter
global gLastRoll
set ns=the currentSpriteNum
set the ink of sprite ns to 39
set the cursor of sprite ns to [member "dito", member "dito_mask"]
puppetsound member "roll" of castlib "suoni"
updateStage
set gLastRoll = ns
end
on mouseLeave
global gLastRoll
set the ink of sprite gLastRoll to 0
set the cursor of sprite gLastRoll to 0
updateStage
end