This error message appears saying it can't close the last line
and when I put a THEN in my IF statement then it says COMMAND OUT OF PLACE AT LINE 26
Load music "Z:\Unit 12 - Developing Computer Games\Game\Gundam_00_Second_Season_-_Unlimited_Sky.mp3",1
Play music 1
set display mode 800,600,32
load animation "Opening.avi",1
play animation 1
wait 3000
delete animation 1
set cursor 270,240
Load image "Title_Screen.jpg",1
Paste Image 1, 0, 0
Load Image "Press start.jpg", 2
Paste Image 2, 277, 271
end
do
If Mouseclick() then Delete Image 2
sleep 1
cls
EndIf
wait key
cls
print "Welcome to AWESOME WARS (EPIC DOOD)"
input "Enter Name>", player$