Hi,

> I want a special sprite to change blendlevel on a special frame. How do I
> do that?
spritescript:

on exitFrame me
  if the frame = 30 (the frameNum you want) then
     sprite(me.spriteNum).blend = 20
  end if
end

yoshi


[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!]

Reply via email to