i cant get this right i have the code
rem setup screen
sync on
sync rate 60
backdrop on
color backdrop 0
hide mouse
rem load menu
load image "super_stick_fighters_menu0.bmp",1
load image "super_stick_fighters_menu1.bmp",2
load image "mouse0.jpg",3
rem main loop
do
rem paste menu
paste image 1 , 2 , 0
rem paste mouse cursor
paste image 3 , mousex() , mousey()
rem refresh screen
sync
rem end of main loop
loop
rem end
end
rem sync
sync off
and when i click the play button its black screen i mean wtf how do i get my menu to show up and i need a code for the clickable start button please
let the darkness privail