home *** CD-ROM | disk | FTP | other *** search
/ Greatest Childrens Stories Ever Told / Greatest_Stories.iso / demos / funtown / demo.dir / 00025_Script_25 < prev    next >
Text File  |  1994-11-08  |  127b  |  11 lines

  1. on mouseDown
  2.   global CIU
  3.   if CIU then
  4.     set CIU = 0
  5.     pointerCursor
  6.   else
  7.     doChalk
  8.   end if
  9. end mouseDown
  10.  
  11.