home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / m_ura01.dir / 00024.ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  389 b   |  23 lines

  1. on mouseUp
  2.   global count
  3.   if count = 1 then
  4.     go("├⌐├╕├▒ΓÇÜ├çQ")
  5.   else
  6.     if count = 2 then
  7.       go("├⌐├╕├▒ΓÇÜ├çR")
  8.     else
  9.       if count = 3 then
  10.         go("├⌐├╕├▒ΓÇÜ├çS")
  11.       else
  12.         if count = 4 then
  13.           go("├⌐├╕├▒ΓÇÜ├çT")
  14.         else
  15.           if count = 5 then
  16.             go("├ó^├¬┬«├ç├╖")
  17.           end if
  18.         end if
  19.       end if
  20.     end if
  21.   end if
  22. end
  23.