home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / carr / 10LAT.CST / 00363_Script_s_prev2mod < prev    next >
Text File  |  1998-01-28  |  197b  |  12 lines

  1. on mouseUp
  2.   global g_ent,g_mleftstate
  3.   set g_ent=0
  4.   set g_mleftstate=0
  5.   
  6.   if the frame=(marker("beg")+1) then
  7.     go to marker("kon") 
  8.   else
  9.     go to the frame-3
  10.   end if    
  11. end
  12.