You forgot a piece of code ( the locV) in the second if:
if the locV of sprite 2 > 1890
sprite(2).member="leftgrass3"
if the member of sprite 2 ="leftgrass3" and the locV of sprite 2>1890
sprite(2).member="leftgrass4"
HTH
John
Kev wrote:
> <snip>
>
>
>
> if the locV of sprite 2 > 1890
> then------------------------------------This works
> sprite(2).member="leftgrass3"
> if the member of sprite 2 ="leftgrass3" and sprite 2>1890
> then----------This does'nt
> sprite(2).member="leftgrass4"
>
> Thanks in advance
>
> -KEV-
>
> [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!]