home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen.dir / 00053_custom1.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  503 b   |  18 lines

  1. on enterFrame
  2.   global gCatenaccio
  3.   set the MouseUpHandler of sprite(1) to "handleMouseUpVR12"
  4.   set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  5.   if getPos(gCatenaccio, #cielo) <> 0 then
  6.     set the DisableHotSpotID of sprite(1) to 107
  7.   end if
  8.   if getPos(gCatenaccio, #mare) <> 0 then
  9.     set the DisableHotSpotID of sprite(1) to 202
  10.   end if
  11.   set x to stageRight() - 96
  12.   set y to stageTop()
  13.   apriMiawTipo2("m_navig", x, y, 0)
  14.   cursor(200)
  15.   cursor(-1)
  16.   go(marker(-1) + 1)
  17. end
  18.