home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00309.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  249 b   |  10 lines

  1. on enterFrame
  2.   global gTopicEditMode, oImport, gAddField
  3.   hReportStatus("Preparing data one moment please...")
  4.   hCallbirthforButtonsHere()
  5.   hGetAddList()
  6.   set gTopicEditMode to #add
  7.   go("TopicAdd")
  8.   mCheckImportScroll(oImport, gAddField)
  9. end
  10.