I turned off the visibility of the Title in the crawling scene Description, included TitleGot as static text in scene Title...and played around with a script event on the scene director.
dim group as xpTakeItemGroup
engine.sequencer.GetGroupByName("RSSticker", group)
scene.GetTextObjectByName("RSStickerDescription", scene)
dim Title as xpTextObject
scene.GetTextObjectByName("RSStickerTitle", scene)
dim TitleGot as xpTextObject
TitleGot=Title
I tried it in both the Title version and the Description version and although the script would compile with no errors, I think I wasn't really telling it anything useful.
If only Visual Logic would cross scenes!
#XPression