home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / rollerrush / game.dcr / Internal_46_SelectProfile.ls < prev    next >
Encoding:
Text File  |  2007-10-01  |  182 b   |  8 lines

  1. global gSelectedProfile
  2.  
  3. on mouseUp me
  4.   playSound(9, "mousedown1")
  5.   gSelectedProfile = me.spriteNum - 174
  6.   sprite(179).loc = sprite(174 + gSelectedProfile).loc + point(0, 10)
  7. end
  8.