home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 August / CHIP_CD_1998_08_PL.iso / Software / testsoft / tatry / tatry2.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1998-06-09  |  277 b   |  11 lines

  1. global ktora_bitmapa, nr_tla
  2.  
  3. on enterFrame
  4.   set the visible of sprite 9 to 0
  5.   puppetSprite(9, 0)
  6.   set the member of sprite 9 to member (string(nr_tla) & "s0" & ktora_bitmapa & "01")
  7.   set the visible of sprite 9 to 1
  8.   puppetTransition(51, 2, 4, 1)
  9.   go(the frame + 1)
  10. end
  11.