home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 April (DVD) / PCWELT_4_2006.ISO / Text.Dir / 00676.ls < prev    next >
Encoding:
Text File  |  2004-02-05  |  215 b   |  12 lines

  1. on exitFrame
  2.   global woher, warten
  3.   go(the frame)
  4.   if the mouseDown = 0 then
  5.     set warten to 0
  6.   end if
  7.   if (warten = 0) and (the mouseDown = 1) then
  8.     puppetSound("single click")
  9.     go(woher)
  10.   end if
  11. end
  12.