Re: Changing the lcoation of a QuickTime sprite
Re: Changing the lcoation of a QuickTime sprite
- Subject: Re: Changing the lcoation of a QuickTime sprite
- From: Dave Egbert <email@hidden>
- Date: Tue, 11 May 2004 09:02:18 -0600
Thanks Kevin, Brennan,
Who would have thunk translate would be about positioning.
Unfortunately, I'm not quite sure about the syntax. The dictionary states
translate should follow this pattern:
translate reference -- the object to translate
by fixed point -- the distance to translate
What "objects" in QuickTime qualify to be "translated"?
What format should the fixed point be?
I'd be happy if I could just change the location of a whole sprite track.
Unfortunately, the following line kicks out a syntax error:
translate track "Sprite 1" of movie "sample.mov" by 10,10
I'd don't believe I have the fixed point in the right format. Trying (X,X)
didn't work either.
Any help would be appreciated...
TIA
--
Dave Egbert
On 5/7/04 10:06 AM, "Kevin Meaney" <email@hidden> wrote:
>
Check out the translate command.
>
>
> I'm trying to manipulate the location of a sprite in a QuickTime
>
> movie. Is
>
> there a way to do that with AppleScript? Looking at the dictionary for
>
> QuickTime Player, I see a resize, skew, flip vertical, flip
>
> horizontal, but
>
> not an option to just move the thing. Does anyone know if it's
>
> possible with
>
> AppleScript?
>
>
>
>
Kevin
>
------------------------------------------------------
>
iMagine Photo is the best AppleScripting tool for processing digital
>
camera photos.
>
Check out iMagine Photo at http://www.yvs.eu.com
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.