home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / pc / main.dxr / behaviours_34_openbonus_namo.ls < prev    next >
Encoding:
Text File  |  2004-01-09  |  260 b   |  13 lines

  1. property spriteNum, pNum, pName
  2.  
  3. on beginSprite me
  4.   pNum = sprite(me.spriteNum)
  5.   pName = pNum.member.name
  6. end
  7.  
  8. on mouseUp me
  9.   filetorun = "\contents\bonus\full\namo_web_editor_3\"
  10.   Ok = baOpenFile(the moviePath & filetorun, "normal")
  11.   pNum.cursor = 0
  12. end
  13.