Thank you Irv,

Can anyone tell me if I'm doing something wrong? when I try to compille this behavior 
I get a Symbol expected script error.

property myRedBoxDate
property mySprite

on showIfInRange, me, startDate, endDate
  if(startDate < myRedBoxDate) and (myRedBoxDate < endDate) then
    --in the range, do whatever you want to show
    sprite(mySprite).blend = 60
  else
    --not in the range, do whatever you want to not show it
    sprite(mySprite).blend = 0
  end if
end

Thanks again,
g fritzinger


[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