I'm having some trouble with the creation of a handler.
I'm trying to achieve one of two things.
I either want the aster to fade from 255 to 0 when it shows up or I want it
to select a random alphaThreshold number between 255 and 0 before it
disappears.
(The other part of my script times it out....so the alphaThreshold part is
my only hang up.)
-NT
on asterAnimate me
-- imageObject.setAlpha(alphaLevel)
-- i = 255
-- repeat with i = 1 to 255
-- member(whichMember).alphaThreshold
member(this.member).alphaThreshold = alphaThreshold(random(255))
-- when i<1 then
-- end repeat
end
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]