Member
 
Group: Members
Posts: 27
Member No.: 26678
Joined: 27-December 09

|
Hi there!
currently I'm doing a clip where I want a UFO to move along a predefined path. The UFO is a small sized overlay clip and has some vibrations in itself. But I also want to make it move across the whole screen (ie. the original clip) in all sorts of directions.
the command line:
Overlay(clip base_clip, clip overlay_clip [,int x, int y, clip mask, float opacity, string mode, bool greymask, string output, bool ignore_conditional, bool pc_range])
contains the coordinates x and y of the overlay clip. Is it possible to change these parameters into variables ? Say, something like xa, xb resp. ya, yb ? |