home *** CD-ROM | disk | FTP | other *** search
/ Comic Book Maker: The Smurfs / COMIC.iso / pc / data_w / dialog / 00156_tstBtn.ls < prev    next >
Encoding:
Text File  |  1999-07-07  |  190 b   |  9 lines

  1. global gObj5, gObj6, gPlatForm
  2.  
  3. on mouseUp
  4.   set gPlatForm to 0
  5.   set gObj5 to new(script "test")
  6.   set gObj6 to new(script "test")
  7.   displayDialog(value(field "tstNo"), "temp", "this")
  8. end
  9.