home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / wd.dxr / Wettauswahl_48_LinksKopfSensor.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  215 b   |  11 lines

  1. on mouseUp
  2.   global gWetten
  3.   set the visible of sprite 35 to 1
  4.   playsound(1, "Bl├ñttern")
  5.   if the frame = label("Seitenauswahl") then
  6.     Wettseite(the frame + 3)
  7.   else
  8.     Wettseite(the frame - 1)
  9.   end if
  10. end
  11.