home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 14 / cd.iso / pc / MEDIA / NETC.DXR / 00001.ls next >
Encoding:
Text File  |  2000-01-31  |  397 b   |  16 lines

  1. on exitFrame
  2.   global type
  3.   if type = 1 then
  4.     set the textSize of member "prod" to 12
  5.     set the foreColor of field "themes" to 18
  6.   end if
  7.   if type = 2 then
  8.     set the textSize of member "prod" to 12
  9.     set the foreColor of field "themes" to 16777212
  10.   end if
  11.   set the visible of sprite 21 to 0
  12.   set the visible of sprite 22 to 0
  13.   set the visible of sprite 23 to 0
  14.   go(the frame)
  15. end
  16.