Re: Can you see the problem?

2000-12-01 Thread Kerry Thompson
> sprite(2).member = member(grass&&pgrass) Try (untested): sprite(2).member = member(grass && string(pgrass)) Cordially, Kerry Thompson Learning Network [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 l

RE: Can you see the problem?

2000-12-01 Thread Rees, Jonathan
I have three casts which are : leftgrass 1 leftgrass 2 leftgrass 3. The initial one on the stage is "leftgrass 1" using to display it is: sprite(2).member = member(grass&&pgrass) grass="leftgrass" --<--- using these to pgrass =1 --<--- get the castmember name i am then usi

Re: Can you see the problem?

2000-12-01 Thread Irv Kalb
At 11:15 PM + 12/1/00, Rees, Jonathan wrote: >I have 3 castmembers called leftgrass 1,leftgrass 2 + leftgrass 3. >Initialy leftgrass 1 is on the stage and is scrolling down sweetly. >I am tryinging to get it to rotate through the casts. I believe what >I have done should work, but something is

Can you see the problem?

2000-12-01 Thread Rees, Jonathan
I have 3 castmembers called leftgrass 1,leftgrass 2 + leftgrass 3. Initialy leftgrass 1 is on the stage and is scrolling down sweetly. I am tryinging to get it to rotate through the casts. I believe what I have done should work, but something is wrong which I cant figure! property pgrass proper