home *** CD-ROM | disk | FTP | other *** search
/ Mind Games (Tessera) / MindGames.iso / mind_games / Files / memory.dxr / Internal_7_SendToInitTopic.ls < prev    next >
Encoding:
Text File  |  2002-11-22  |  243 b   |  10 lines

  1. global gTopicLetter, gTopic_list
  2.  
  3. on prepareFrame me
  4.   randomChoiceTopic = random(gTopic_list.count)
  5.   gTopicLetter = gTopic_list[randomChoiceTopic]
  6.   gTopic_list.deleteOne(randomChoiceTopic)
  7.   initTopic()
  8.   sendAllSprites(#initRollTopic)
  9. end
  10.