On Tue, Jan 05, 2010 at 06:48:45PM +0100, mimosinnet wrote:
> DestroyFunc     F-Resize
> AddToFunc       F-Resize
> + I Resize w$1p w$2p
> + I WarpToWindow 50 50

Regardless of the effect you're after (that's your job), the above is
slightly silly when you can do it thusly:

DestroyFunc F-Resize
AddToFunc   F-Resize
+ I Resize $*
+ I WarpToWindow 50 50

Then you can just call it like this:

F-Resize -70p 0p

And in the future, read up on EchoFuncDefinition.

-- Thomas Adam

-- 
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.

Reply via email to