Hi Tom...
> Ok, but can you use Lingo/JS to access pTrack regardless of the OI
issue? I'm just trying to sort out if this is a OI display bug or if
this is something more generic that's preventing even code-based access
as well.
Thanks for replying. Seemingly not. I'm testing this scenario in my
projector (debugPlaybackEnabled = true):
-- gTools instanced on _root, (external class)
put window("plantTour").movie.sprite(1).gTools
-- <Object flashObject 1 941054>
-- pTrack is a public static var object
put window("plantTour").movie.sprite(1).gTools.pTrack
-- <Void>
-- pSomethingZoomed is a public var boolean (no static property)
put window("plantTour").movie.sprite(1).gTools.pSomethingZoomed
-- 1
-- the following should be 3:
put window("plantTour").movie.sprite(1).gTools.pTrack.count
-- 0
[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!]