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

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