Hi Kerry

Just tested a secondary theory, you don't happen to have the darn text
member set to directToStage by chance do you??  I just retested with it set
directToStage and no updates until I stopped the movie.

Does that help??

Sincerely

Mark

--------------------------------------------
Mark R. Jonkman
Mark R. Jonkman Consulting
ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4
PHONE: 519-837-8509
EMAIL: [EMAIL PROTECTED]
--------------------------------------------

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Kerry Thompson
> Sent: September 7, 2000 9:19 PM
> To: [EMAIL PROTECTED]
> Subject: <lingo-l> Sprite Display
>
>
> Ok, I got the tabs to work. But the sprite isn't showing up until I stop
> the movie.
>
> Here's the code:
>
> on showPool me
>    member("Answer Pool").tabs = [[#position: 19], [#position: 144],
> [#position: 269], [#position: 394]]
>    lAnswerPool = gPoolList[gWhichPuzzle]
>    lPoolMember = member("Answer Pool")
>    lPoolMember.text = " "
>    repeat with i = 1 to lAnswerPool.count
>      if i mod 4 = 0 then put RETURN after lPoolMember
>      put TAB after lPoolMember
>      put lAnswerPool[i] after lPoolMember
>    end repeat
>    updateStage
> end showPool
>
> When I stop the movie, all the words show up in the right places. I'm
> watching the stage and the cast member--I switch focus to the cast member
> during debugging--and nothing shows up in the cast member or, of
> course, on
> stage until I stop the movie.
>
> Is there some command like refreshCastMember or something?
>
>
> 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 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!]

Reply via email to