what on this? ok heres the full autoplay code i have (set intial screen
res to whatever you want the autoplay box to be.)
rem set transparent color
set image colorkey 255,0,128
rem prepare autoplay
set window layout 0,0,0
rem preset autoplay cursor variables
Xautoplay=0
Yautoplay=0
load image "autoplaybox1.bmp",191,1
sprite 191,0,0,191
set sprite 191,0,1
do
rem load mouseover sprite
load image "autoplaybuttonover.bmp",1,1
sprite 1,Xautoplay,Yautoplay,1
hide sprite 1
set sprite 1,0,1
`start
if mousex() > 292 and mousex() < 434 and mousey() > 49 and mousey() < 89
show sprite 1
Xautoplay=292
Yautoplay=49
else
hide sprite 1
endif
if mousex() > 292 and mousex() < 434 and mousey() > 49 and mousey() < 89
if mouseclick()=1 then exit
endif
`Support
if mousex() > 292 and mousex() < 434 and mousey() > 93 and mousey() < 133 then Xautoplay=292 ; Yautoplay=93 ; show sprite 1
if mousex() > 292 and mousex() < 434 and mousey() > 93 and mousey() < 133
if mouseclick()=1 then EXECUTE FILE "World of Mediaval Heroes Readme.txt","","",1 ; end
endif
`World of Medieval Heroes Online
if mousex() > 292 and mousex() < 434 and mousey() > 137 and mousey() < 177 then show sprite 1 ; Xautoplay=292 ; Yautoplay=137
if mousex() > 292 and mousex() < 434 and mousey() > 137 and mousey() < 177
if mouseclick()=1 then EXECUTE FILE "http://www.sagetechsoftware.com","","" ; end
endif
`Readme
if mousex() > 292 and mousex() < 434 and mousey() > 181 and mousey() < 221 then show sprite 1 ; Xautoplay=292 ; Yautoplay=181
if mousex() > 292 and mousex() < 434 and mousey() > 181 and mousey() < 221
if mouseclick()=1 then EXECUTE FILE "World of Mediaval Heroes Readme.txt","","",1 ; end
endif
`About
`exit
if mousex() > 292 and mousex() < 434 and mousey() > 269 and mousey() < 309 then show sprite 1 ; Xautoplay=292 ; Yautoplay=269
if mousex() > 292 and mousex() < 434 and mousey() > 269 and mousey() < 309
if mouseclick()=1 then end
endif
loop
rem exit autoplay and start game
hide window
delete image 191
delete sprite 191
delete image 1
delete sprite 1
cls
wait 1000
lock backbuffer
set window off
set display mode 640,480,16
unlock backbuffer
Sagetech forums currently down