home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global languagechosen
- repeat with CounterY = 20 to 33
- puppetSprite(CounterY, 0)
- puppetSprite(CounterY, 1)
- set the blend of sprite CounterY to 30
- end repeat
- set the visible of sprite 13 to 1
- set the visible of sprite 14 to 1
- set the visible of sprite 15 to 1
- set the visible of sprite 16 to 1
- set the visible of sprite 17 to 1
- set the visible of sprite 18 to 1
- set the visible of sprite 19 to 1
- puppetSprite(7, 1)
- puppetSprite(8, 1)
- puppetSprite(19, 1)
- repeat with counter = 13 to 18
- puppetSprite(counter, 1)
- set tempVari to "ssffhousetx" & counter - 12
- set the member of sprite counter to member tempVari of castLib languagechosen
- end repeat
- set the member of sprite 19 to member "ssfftopthree" of castLib languagechosen
- set the member of sprite 7 to member "ssffmachine" of castLib languagechosen
- cursor(0)
- end
-