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

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