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

  1. global CzyByl, nr_tla
  2.  
  3. on exitFrame
  4.   if not CzyByl and (nr_tla <> 40) then
  5.     puppetTransition(48, 2, 5, 1)
  6.     set the visible of sprite 9 to 0
  7.     updateStage()
  8.     set CzyByl to 1
  9.   end if
  10.   go(the frame)
  11. end
  12.