sync on
sync rate 30
make object sphere 1,100
load image "C:Documents and SettingsGrahamDesktopplane.bmp",2
load image "C:Documents and SettingsGrahamDesktopuntitled.bmp",3
set cartoon shading on 1,2,3
texture object 1,1
do
ay# = object angle y(1)
if upkey()=1 then move object 1,2
if leftkey()=1 then ay# = wrapvalue(ay#-5)
if rightkey()=1 then ay# = wrapvalue(ay#+5)
x# = object position x(1)
z# = object position z(1)
point camera x#,50,z#
yrotate object 1,ay#
sync
loop
I don't have the manual i'm using the demo till next week, the images are just plain coloured bitmaps one red and one yellow, it loads up now but the images do not get applied to the object.
Thanx
sync on
sync rate 30
make object sphere 1,100
load image "C:\Documents and Settings\Graham\Desktop\plane.bmp",2
load image "C:\Documents and Settings\Graham\Desktop\untitled.bmp",3
set cartoon shading on 1,2,3
do
ay# = object angle y(1)
if upkey()=1 then move object 1,2
if leftkey()=1 then ay# = wrapvalue(ay#-5)
if rightkey()=1 then ay# = wrapvalue(ay#+5)
x# = object position x(1)
z# = object position z(1)
point camera x#,50,z#
yrotate object 1,ay#
sync
loop
p.s i tried this as well.
2ghz, ati radeon mobility 32mb DDR, 30gb, 256mb DDR ram, Win Xp