There's a file path needed?
Rem Project: Quickstart Tutorial 2 - Rainbow Shading
Rem Created: 08/01/2003 18:55:47
Rem ***** Main Source File *****
sync rate 120
sync on
load image "media/rainbow_20.png", 1
load image "media/rainbow_30.png", 2
load image "media/rainbow_60.png", 3
load image "media/rainbow_80.png", 4
load image "media/concrete.png", 5
make object cube 1,12
position object 1, 0, 20, 0
set rainbow shading on 1, 1
make object cube 2,12
position object 2, 20, 20, 0
set rainbow shading on 2, 2
make object cube 3,12
position object 3, 0, 0, 0
set rainbow shading on 3, 3
make object cube 4,12
position object 4, 20, 0, 0
set rainbow shading on 4, 4
make object box 5, 80, 1, 40
position object 5, 10, -10, 0
texture object 5, 5
color backdrop 0, 0
position camera 10, 10, -54
do
set cursor 0, 0
print "Rainbow Shading Demonstration"
set cursor 0, 14
print "From top left to bottom right: 20%, 30%, 60%, 80%"
for i=1 to 4
xrotate object i,wrapvalue(y)
zrotate object i,wrapvalue(y)
next i
inc y
control camera using arrowkeys 0, 0.25, 0.25
sync
loop
Do I need to add paths in?
If you fail to plan for the epic then you plan to epic fail.
- Infinitus developers. (me

).