home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global WhichFoto, WhichGroup, Fotos, CursorSpr, ilkkare, sonkare, Volum
- if WhichFoto < Fotos then
- set the castNum of sprite CursorSpr to the number of cast "‹kona Karesi"
- updateStage()
- set WhichFoto to WhichFoto + 1
- if WhichFoto = Fotos then
- set the cursor of sprite 4 to 0
- else
- set the cursor of sprite 4 to 200
- end if
- repeat with a = ilkkare to sonkare
- DuzeltCursor(a)
- end repeat
- set the volume of sound 2 to Volum
- puppetSprite(1, 1)
- go("ResetFoto")
- end if
- end
-