Hi guys, how I wish visual logic will be able to fetch objects in other scenes!
While I wait for that, perhaps some of you can help me out with a simple issue. I don't see why this don't work. It compiles.
OnOnline...
dim scene1 as xpScene
dim player1original as xpTextObject
dim player1 as xpTextObject
Engine.GetSceneByName("Opening title", scene1)
scene1.GetObjectByName("Hometeam 1", player1original)
self.GetObjectByName("Player1", player1)
player1original.Text=player1.Text
Any help would be great!