The below code are in dark basic pro....
I Just please want you to generate this code for me..............
Question:
1. I want the loop_background.bmp to move or loop during game.
2. I want the robot.png to move right, left, right, down with the click of the up, down, left, right arrow button on the PC. And i also want the robot to be able to release or shoot missle with the click of space button on pc.
3. I want people.png (enemies) to be able to multiple into many and also have the ability to shoot robot.png and tree.png
StartGamestage1;
autocam off
hide mouse
sync on
sync rate 60
Load image "Media\loop_background.bmp",12, 1
Load image "Media\robot.png",13, 1
Load image "Media\tree.png",14, 1
Load image "Media\stage1.png",15, 1
Load image "Media\people.png",16, 1
Load image "Media\static_background.png",17, 1
Load Music "media\peoplestage.mp3",2
loop Music 2
paste image 12, 0, 0
paste image 13,70,300,1
paste image 14,70,155,1
paste image 15,5,20,1
paste image 16,530,360,1
paste image 17,2,300,1
do
sync
Loop