Thanks! Now it works. But it takes a few seconds for the spherize effect
to happen. I'm getting millisecond values of over 2000. Is that normal?
....to use it as a parentscript, make a script member with the
scripttext
you found in the email, name it as you like (in this case for example
"spherizeFilter" and set the scripttype of this scriptmember to
#parent (either in the "script" tab of the PI or with this line of
lingo: member("spherizeFilter").scripttype = #parent)
now to use it you create an instance of the script -> a scriptobject
with:
mySpherizeFilter = new(script "spherizeFilter")
and then use it:
mySpherizeFilter.spherize(sprite(me.spritenum).member.image)
it takes an image object and not a member reference like in your
example!
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]