>on beginSprite me
>  thelist=["303","303a"]
>  ran=random (thelist.count)
>  sprite(1).member = thelist[ran]
>end
>
>Here is the error I am getting
>
>Script Error: Cast member Name expected

Try making that line:
sprite(1).member=member(thelist[ran])

Cordially,

Kerry Thompson


[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