home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global ilkkare, sonkare, movsp, Volum
- repeat with a = ilkkare to sonkare
- ParmakCursor(a)
- end repeat
- set the cursor of sprite 2 to 200
- set the cursor of sprite 3 to 200
- set the cursor of sprite 4 to 200
- if the movieRate of sprite movsp <> 1 then
- set the volume of sound 2 to Volum
- else
- set the volume of sound 2 to 0
- end if
- go("Euro")
- end
-