Monte Goulding wrote:

> Hi All
>
> I don't have much QT experience so I need a quick question answered.
>
> Is it possible to just pause on one frame every so many seconds then have
> the user press a button to skip to the next frame? So if you were looking at
> an hour long movie you might only see 60 frames.

Metard supports:

press a button and the script executes:

on mouseup
      put the currenttime of player "myPlayer" into thisTime

      add 600 to thisTime

      set the currenttime of player "myPlayer" to thisTime
end mouseup

I think 600 = 1 sec.  I'd have to check ....

hope this helps!

Jack Rarick
Braintree Athletic Systems


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to