home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / COMMON8 / 00042_Script_pointer cursor < prev    next >
Encoding:
Text File  |  1998-10-02  |  184 b   |  7 lines

  1. on mouseEnter me
  2.   set cursor = the number of member "pointer"
  3.   set mask = the number of member "pointer mask"
  4.   set the cursor of sprite the spriteNum of me=[cursor,mask]
  5. end
  6.  
  7.