home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 30 / Creative-Review-CD-ROM-30.iso / pc / gallery / demo.dir / 00295_Script_295 < prev    next >
Text File  |  1996-10-14  |  134b  |  9 lines

  1. on exitFrame
  2.   global count
  3.   set count = count +1
  4.   if count = 3 then 
  5.     go marker (1)
  6.   else 
  7.     go "spin"
  8.     end if
  9. end