home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / search.dir / 00074_Script_74 < prev    next >
Text File  |  1996-03-11  |  410b  |  10 lines

  1. --on mouseDown
  2. --  global gMakerNum,ItemDel
  3. --  
  4. --  put "body,power,discover,senses,mind,design" into temp
  5. --  
  6. --  set num = bsearch(the name of cast the castNum of sprite the clickOn,"fullList")
  7. --  set file = value(item 2 of line num of field "fullList")
  8. --  set gMakerNum = num
  9. --  go to frame "database" of movie string("MAKERS"&ItemDel&"DATABASE"&ItemDel&string(item file of temp&".dir"))
  10. --end