home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global bluesprites, bluedelta, modality
- if modality <> 1 then
- if not listp(bluesprites) then
- set bluesprites to getspritelist("h_")
- set bluedelta to castsprite("l_About Shareware") - getAt(bluesprites, 1)
- end if
- repeat with spritenum in bluesprites
- set the visible of sprite spritenum to rollOver(spritenum + bluedelta)
- end repeat
- updateStage()
- end if
- go(the frame)
- end
-
- on keyDown
- set soundvol to min(max(value(the key) * 255 / 7, 0), 255)
- repeat with index = 1 to 4
- set the volume of sound index to soundvol
- end repeat
- end
-