home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 26 / CDL26.iso / PICASSO / DATA / TIMELINE.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1996-12-09  |  1.1 KB  |  20 lines

  1. on exitFrame
  2.   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
  3.   set g_tl_pagelist to [2, 3, 1, 2, 2, 4, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3]
  4.   set g_tl_nbpage to getAt(g_tl_pagelist, g_tl_curuniv + 1)
  5.   set fileName to "T" & numToChar(g_tl_curuniv + 65) & "F.PCT"
  6.   set number to the number of member fileName
  7.   set the regPoint of cast number to point(0, 0)
  8.   puppetSprite(g_tl_sprite_fond, 1)
  9.   set the castNum of sprite g_tl_sprite_fond to number
  10.   set the loc of sprite g_tl_sprite_fond to point(0, 0)
  11.   set fileName to "T" & numToChar(g_tl_curuniv + 65) & "1"
  12.   set g_tl_cast_pictoL to the number of member (fileName & "L.PCT")
  13.   set g_tl_cast_pictoH to the number of member (fileName & "H.PCT")
  14.   set the regPoint of cast g_tl_cast_retour to point(0, 0)
  15.   puppetSprite(g_tl_sprite_retour, 1)
  16.   set the castNum of sprite g_tl_sprite_retour to g_tl_cast_retour
  17.   set the locH of sprite g_tl_sprite_retour to 600
  18.   set the locV of sprite g_tl_sprite_retour to 441
  19. end
  20.