PDA

View Full Version : How can I switch between worlds


moseleycw
03-28-2006, 02:26 AM
I have a house and I want to go inside the house. How can I switch between the outside view of the house and the inside view of the house. In other applications I just create a new world and switch between worlds and the switch back when I want to go back to the original position. I have gotten around it but using opacity to make the first view disappear but there must be a better way.

Warren

gabe
03-28-2006, 09:57 AM
For this, you'll want to take advantage of dummy objects. Dummy objects are place markers to mark locations where, as an example, you can tell the camera to move.

Move the camera to outside the house. In the add objects screen, under "more controls" click the "drop dummy at camera" button.

Move the camera to inside the house. Drop another dummy object at camera.

Move the camera back to the first dummy object.

Now, if you write a line of code that tells the camera to move to the second dummy object with a duration of 0 seconds, it will appear to jump instantly to the inside of the house.

Naisa24
03-13-2008, 09:45 AM
If you were using Scratch, I could help you! I am new to this but just wanted to wish you luck! Hope you figure it out!