Do something like this

on StartMovie 
 member("TheMembersName").text = ""
end

or if you have a lot... attach a behavior like this to the editable text
sprite:

on BeginSprite me
 sprite(me.spriteNum).member.text = ""
end

But, really, this is an artifact of the development environment.  If you
clear the text before making the shockwave movie or projector... the text
will always be clear for to the user.


Mike




> Dear group
> I'm attempting to write a short project to emulate a simple presentation
> program. I've designed a screen with several editable members on it for the
> user to type in text. I aim to:
> 
> - capture the text from each editable member
> - save each entry as an item in a list
> - display the entries on a pre-formatted screen to make up the presentation.
> 
> I have one problem which is causing me hassles .. after the user types in
> text it remains there next time I run the movie. How do I clear the values
> in these text members so that the entry screen is blank for the next user?
> 
> Any suggestions would be appreciated.
> Cheers
> John

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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