home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / Doubleshotz / Doubleshotz.dcr / Internal_18_passScore.ls < prev    next >
Encoding:
Text File  |  2007-09-27  |  128 b   |  7 lines

  1. property spriteNum
  2. global gPassedScore
  3.  
  4. on beginSprite me
  5.   sprite(spriteNum).setVariable("dirScore", string(gPassedScore))
  6. end
  7.