Topic: EnableCameraLayer
I have a hard time making it work with the enableCameraLayer function. I have set a new scene, naming it scene2. I made another camera in that scene naming it camera2 and then put a text in front of it just for testings sake.
In my first scene I have written in the script:
scene2 = getScene("scene2")
camera2 = getObject("camera2")
and under sceneUpdate I have written:
enableCameraLayer(camera2, scene2)
and then I launch my game but nothing happens and I can't see the text from the other scene.
Is it something I have missed out? Like needing scripts for every scene or is it one script for every scene?
Pär
Last edited by Pär (2013-01-16 23:39:08)