PDA

View Full Version : Problem loading one scene from another scene


guitood
06-24-2008, 08:06 AM
I have two scenes "old.rsn" and "new.rsn".
In "old.rsn" a button with script ec_LoadScene("new.rsn");
when "new.rsn" opens I get the progress bar, the scene is loading, then a white screen and the proceedure starts all over again.
Can anyone out there tell me what I have to write in "new.rsn" so that it runs.

Thanks

Radishworks
06-24-2008, 02:14 PM
What version (build #) are you using? There was a bug related to what you describe a few builds back.

Mike

guitood
06-26-2008, 03:21 AM
I have build 2055.
The situation again. I have two rooms which are saved as two scenes (.rsn) each with a door. You go to open the door in one scene (room) and you jump to the other scene (room), as if you went through the door. and visa versa.

thanks for the reply.

Radishworks
06-26-2008, 06:52 AM
Can you try this with the latest build, 2070. If you still have the problem, can you post a small sample of the problem?

Thanks,
Mike

guitood
06-27-2008, 08:14 AM
Hi again.
build 2070 has done the trick. it seems to work now.

Thanks.:)