home *** CD-ROM | disk | FTP | other *** search
/ cyberXperience / c11.ISO / cyberaz / intro.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-05-14  |  213 b   |  14 lines

  1. on mouseUp
  2.   global full_video, idioma
  3.   set full_video to 0
  4.   if idioma = 1 then
  5.     go("normal_eng")
  6.   else
  7.     if idioma = 2 then
  8.       go("normal_esp")
  9.     else
  10.       go("normal_fran")
  11.     end if
  12.   end if
  13. end
  14.