home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21A.mdf / mmm / demos.dxr / 00125.ls < prev    next >
Encoding:
Text File  |  1999-09-27  |  332 b   |  15 lines

  1. global hydrolijst, Muslijst
  2.  
  3. on exitFrame
  4.   if hydrolijst = [] then
  5.     maakDehydrosActief("ho0")
  6.   end if
  7.   back = new(script("cb"), 15, "back id", "back hi", "back md", "bck")
  8.   cbbtn(getAt(hydrolijst, 1))
  9.   cbbtn(getAt(hydrolijst, 2))
  10.   cbbtn(getAt(hydrolijst, 3))
  11.   cbbtn(getAt(hydrolijst, 4))
  12.   cbbtn(back)
  13.   go(the frame)
  14. end
  15.