home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global volume, k, ROLLNUMBER
- if the text of member 3 <> the short time then
- set the text of member 3 to the short time
- end if
- repeat with i in [7, 44, 45, 46, 47]
- if rollOver(i) then
- set test to test + 1
- case i of
- 7:
- flag(7, "KILL CONTROL PANEL")
- 44:
- flag(44, "VOLUME CONTROLS")
- set ROLLNUMBER to 10
- if (volume >= 1) and (volume <= 7) then
- set the castNum of sprite 44 to the number of member ("VOL" & volume & "1") + k
- end if
- 45:
- flag(45, "TO MAIN MENU")
- 46:
- flag(46, "PANIC SCREEN")
- 47:
- flag(47, "ACTIVATE HELP SCREEN")
- end case
- end if
- end repeat
- if not test then
- flag(0, "BLENDER EDITION 3.4")
- end if
- go(the frame)
- end
-