home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 February / PCA0297.ISO / demos / shine / ee.dxr / 00070.ls < prev    next >
Encoding:
Text File  |  1996-08-18  |  129 b   |  10 lines

  1. on exitFrame
  2.   global drehs
  3.   if drehs < 1 then
  4.     set drehs to 1
  5.     go("drehstuhl")
  6.   else
  7.     goloc(label("1"))
  8.   end if
  9. end
  10.