home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / lang.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  372 b   |  19 lines

  1. on exitFrame
  2.   MenuRollover(11, 13, 3)
  3.   go(the frame)
  4. end
  5.  
  6. on mouseDown
  7.   global Language
  8.   set x to 0
  9.   set i to the rollOver
  10.   if (i >= 11) and (i <= 13) then
  11.     set x to the name of member the memberNum of sprite (i - 6)
  12.     set Language to char the number of chars in x of x
  13.     tell the stage
  14.       SetDynamics()
  15.     end tell
  16.     forget(window "Lang")
  17.   end if
  18. end
  19.