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!]