<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Mohammed,<div>This is possible through the use of Camera Markers, and pointing each camera at different locations in the Scene (in other words, the second marker will be looking in the opposite direction of the first). </div><div><br></div><div><ol class="MailOutline"><li>Set up the basics of your first scene, position the camera appropriately, and set a camera marker at that position.  </li><ul class="MailOutline"><li>Select THIS from the object menu and make a note of the colors for the ATMOSPHERE, ABOVELIGHT, and BELOWLIGHT that you think are appropriate for this scene, as you will need these values as you switch between scenes</li></ul><li>Then position the camera in a location that no elements of the first Scene can be seen.</li><li>Select GROUND from the object menu, and select from its PAINT property the ground texture that you wish for the second scene (i.e. SeaFloor).</li><ul class="MailOutline"><li>Select THIS from the object menu and select the colors for the ATMOSPHERE, ABOVELIGHT, and BELOWLIGHT that you think are appropriate for this scene. Remember what these color values are as you will need these values as you switch between scenes.</li></ul><li> Set up the basics for this scene, position the camera appropriately, and set a camera marker at this position</li><li>Once both scenes are set up, move to the camera marker position from which you animation will start.</li><li>Return to the Code Editor, and create a Scene procedure, name it something like switchToSecondPosition. In that procedure</li><ul class="MailOutline"><li> moveAndOrient the camera to the second camera marker poostioin</li><li>change the PAINT value of the GROUND to the appropriate texture for the second scene</li><li>change the color values of the lighting for THIS to the appropriate values of the second scene</li><li>Set your duration values for each command to create the desired effect as you switch scenes</li></ul><li>Create a second Scene procedure, name it something like switchToFirstPosition. In that procedur</li></ol><div><ol class="MailOutline"><ul class="MailOutline"><li> moveAndOrient the camera to the first camera marker poostioin</li><li>change the PAINT value of the GROUND to the appropriate texture for the first scene</li><li>change the color values of the lighting for THIS to the appropriate values of the first scene</li><li>Set your duration values for each command to create the desired effect as you switch scenes</li></ul></ol><div><br></div></div></div><div>Use these two procedures appropriately in your project as you move from Scene to Scene.</div><div><br></div><div>I have attached a simple demonstration program that illustrates the points I have made above.</div><div><br></div><div>All the best, and good luck on your project.</div><div><br></div><div>Don Slater</div><div>Alice Project</div><div><br></div><div><br></div><div></div></body></html>