home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global languagechosen, clickonflag
- repeat with counterT = 20 to 29
- puppetSprite(counterT, 1)
- set the blend of sprite counterT to 30
- end repeat
- repeat with counterT = 13 to 18
- set the visible of sprite counterT to 1
- end repeat
- puppetSprite(7, 1)
- puppetSprite(19, 1)
- set the member of sprite 7 to member "ssffwhere1" of castLib languagechosen
- set the member of sprite 19 to member "ssfftoptwo" of castLib languagechosen
- repeat with counterT = 15 to 18
- puppetSprite(counterT, 1)
- set tempvaro to "ssffwheredr" & counterT - 14
- set the member of sprite counterT to member tempvaro of castLib languagechosen
- end repeat
- puppetSprite(30, 1)
- cursor(0)
- set clickonflag to 0
- end
-