i forgot to include the updatestage on the example 2 as follows:

> example 2 ==> problem
> 
> -- message window
> 
> m = member "hinttext"
> 
> m.text = "Teste2"
>  --->> nothing happens, the text on the stage looks empty
> 
> m.text = "teste666"
>  --->> nothing happens, the text on the stage looks empty
updatestage
  ---->> Nothing Happens!!

> 
> put m.text
> -- "teste666"
>  ---->> OOPS!!, the text cast member has been updated, but i can see no
> change on the stage, What the heck is it????
> 
> go to frame 1
>  ---->> the text 'teste666' appears on the screen where this castmember
> is located!!

[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