home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 6 / cybernetinteractivo06.ISO / cybint6 / bin / poluciao.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  148 b   |  11 lines

  1. on exitFrame
  2.   global voltas
  3.   if voltas < 4 then
  4.     set voltas to voltas + 1
  5.     go("l")
  6.   else
  7.     unLoadCast(2, 14)
  8.     go("loop")
  9.   end if
  10. end
  11.