> I have imported a very short videoClip using File ... Import as a control ... 
> video file. Then I put it into a custom property of a card. My problem is 
> that I can't get it to play in the location I want. It always plays at the 
> center of the card. I tried:
>
> on mouseUp
>   wait 20 ticks
>   set the loc of the templateVideoClip to 200,200
>   play videoClip id (the cardMovie of this cd) -- custom prop
> end mouseUp
>
> ... but it doesn't work. How do I set the loc of the movie on the card?

I haven't used vidoeClips like this Paul, but for better control, I
suggest using a player object instead.

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to