From Test-Scratch-Wiki

Document stub.png This article is a stub. It may be broken, incomplete, unfinished, or have missing parts/sections. If you can help expand this article, please help! There might be suggestions on its talk page.


DocumentInQuestion.png It has been suggested that this page's contents be merged with the page Current () (block). You can discuss this on the page's talk page.

This tutorial explains how to show different backdrops during day and night. This is useful for realistic day-and-night cycles and simulation projects.

The Script

An example script is provided here for morning:

if <<(current [hour v]) > [5]> and < (current [hour v]) < [9]>>  then // You can use whatever hours you feel like qualify as morning
switch backdrop to [Morning v]
end

The number can be changed for afternoon, sunset, and night.

Using Backdrops as the Time

Create a couple stages and make something like the morning, afternoon, or evening. And you can use a picture that looks realistic, just like this sunrise.

File:Sunriseoverocean.jpg

Cookies help us deliver our services. By using our services, you agree to our use of cookies.