home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global g_tl_xfile, g_tl_nbpage, g_tl_path_picto, g_tl_cast_pictoH, g_tl_cast_pictoL, g_tl_sprite_picto, g_tl_curuniv, g_tl_path_fond, g_tl_cast_fond, g_tl_sprite_fond, g_tl_cast_retour, g_tl_sprite_retour, g_tl_cast_dummy, g_tl_cast_palidx
- set g_tl_pagelist to [2, 3, 1, 2, 2, 4, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3]
- set g_tl_nbpage to getAt(g_tl_pagelist, g_tl_curuniv + 1)
- set fileName to "T" & numToChar(g_tl_curuniv + 65) & "F.PCT"
- set number to the number of member fileName
- set the regPoint of cast number to point(0, 0)
- puppetSprite(g_tl_sprite_fond, 1)
- set the castNum of sprite g_tl_sprite_fond to number
- set the loc of sprite g_tl_sprite_fond to point(0, 0)
- set fileName to "T" & numToChar(g_tl_curuniv + 65) & "1"
- set g_tl_cast_pictoL to the number of member (fileName & "L.PCT")
- set g_tl_cast_pictoH to the number of member (fileName & "H.PCT")
- set the regPoint of cast g_tl_cast_retour to point(0, 0)
- puppetSprite(g_tl_sprite_retour, 1)
- set the castNum of sprite g_tl_sprite_retour to g_tl_cast_retour
- set the locH of sprite g_tl_sprite_retour to 600
- set the locV of sprite g_tl_sprite_retour to 441
- end
-