home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 1 / MOBICLIC.ISO / mac / SKEET / TAB.dir / 00029_Script_29 < prev    next >
Text File  |  1997-02-20  |  594b  |  33 lines

  1. on scripjuju
  2.   if the frame=3 then
  3.     put field "nom" into field "nom1"
  4.     savemovie "tab.dir"
  5.     go to 20
  6.   end if
  7.   
  8.   if the frame=6 then
  9.     put field "nom" into field "nom2"
  10.     savemovie "tab.dir"
  11.     go to 20
  12.   end if
  13.   
  14.   if the frame=9 then
  15.     put field "nom" into field "nom3"
  16.     savemovie "tab.dir"
  17.     go to 20
  18.   end if
  19.   
  20.   if the frame=12 then
  21.     put field "nom" into field "nom4"
  22.     savemovie "tab.dir"
  23.     go to 20
  24.   end if
  25.   
  26.   if the frame=15 then
  27.     put field "nom" into field "nom5"
  28.     savemovie "tab.dir"
  29.     go to 20
  30.   end if
  31. end
  32.  
  33.