you can find this script inside sgneepBox Editor, in "DEMO_icegraph_indicator" script file.
Make Loader:
# Set Loader and background:
ds_backround loading.jpg
ds_loader 500 280 200 31
Add time,date and meteo data!! SgneepBox jeOS updates the weather data based on the IP
Example :
# set cursor type ( hide , unhide )
cursor_type unhide
#
# set all layer
layer_clear
layer_resolution 800 480
#
# FIRST MENU' (0)
new_layer
#
# set menu' background
background dimension 0 800 480
background path 0 /DS/PNG/SGN_BG1.png
make_background 0
#
# make meteo ( automatic scraping data)
meteo xy 0 600 210
meteo dimension 0 80 80
meteo color 0 white
make_meteo 0
#
# make date
date xy 0 640 340
date dimension 0 100 103
date color 0 white red
make_date 0
#
# make timer
time xy 0 640 310
time dimension 0 130 100
time color 0 white red
make_time 0
#
# SECOND MENU' (1)
new_layer
#
background dimension 1 800 480
background path 1 /DS/PNG/SGN_BG1.png
make_background 1
#
# Strart Graphics Engine
graphics_engine maxlayer 2
#
# close previous Loader
sleep 10
ds_loader end
ds_background net1.jpg
#
#Finish
run Script...