home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / g_gen.dir / 00051_g_vr07Handlers.ls < prev    next >
Encoding:
Text File  |  2000-10-17  |  270 b   |  12 lines

  1. on handleNodeEnterG_vr07 pNodeID
  2.   global gCountDown
  3.   if pNodeID = 132 then
  4.     sound stop 2
  5.     set gCountDown to -1
  6.     set the MovieMouseClick of sprite(1) to 0
  7.     moveToBack(window "m_navig")
  8.     set the visible of window "m_navig" to 0
  9.     go(">24")
  10.   end if
  11. end
  12.