home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / schwieri.dxr / Schwierigk_71_Knöppe-Sensor.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  219 b   |  11 lines

  1. global gDifficulty
  2.  
  3. on mouseUp
  4.   set DiffOld to gDifficulty
  5.   set diff to the clickOn - 22 + 1
  6.   set gDifficulty to diff
  7.   SetWetteParamsTextfeld()
  8.   playsound(2, "SchiebeRegler")
  9.   go(the frame + (diff - DiffOld))
  10. end
  11.