home *** CD-ROM | disk | FTP | other *** search
/ PC Open 10 / pcopen10.iso / aaron / ini.dxr / Internal_49.ls < prev    next >
Encoding:
Text File  |  1997-09-24  |  162 b   |  12 lines

  1. on enterFrame
  2.   global larghezza, altezza
  3.   set larghezza to the mouseH
  4.   set altezza to the mouseV
  5.   pulsante()
  6.   Musica()
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.