> on showIfInRange, me, startDate, endDate
Right here. scrap that comma between the handler and the "me"
Pekka
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Gene Fritzinger
> Sent: 12. kesakuuta 2001 16:19
> To: [EMAIL PROTECTED]
> Subject: <lingo-l> Why would this behavior be getting a Symbol expected
> scripterror?
>
>
> 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!]
>
[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!]