home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / Media / NETC.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1999-12-01  |  305 b   |  17 lines

  1. on enterFrame
  2.   global categO, Adlin, IndicT
  3.   puppetSound(0)
  4.   delay(1 * 60)
  5.   categO = 7
  6.   init()
  7.   Adlin = 1
  8.   IndicT = 1
  9.   put EMPTY into field "version"
  10.   put EMPTY into field "auteur"
  11.   put EMPTY into field "contact"
  12.   put EMPTY into field "des"
  13.   Prod()
  14.   go("ProdB7")
  15.   sprite(22).visible = 0
  16. end
  17.