Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / ARRRG. The text won't show!

Author
Message
Cyberflame
21
Years of Service
User Offline
Joined: 4th Sep 2003
Location: Im not sure....
Posted: 27th Dec 2003 07:38
Im making a calculator program as one of my noob projects but I cant get my title to display. Can anyone tell me what im doing wrong.



don't worry about the mouse stuff, im still working on it.... if you can find a better way to do that tho it would be nice.

VISIT MY GAME DEV SITE: http://www.neoeden.web1000.com/
VISIT MY APPAREL SITE : http://Cafeshops.com/gerritgear
PiratSS
21
Years of Service
User Offline
Joined: 18th Oct 2002
Location:
Posted: 27th Dec 2003 07:47
In a beginning of the code put "Sync on"

between your do-loop, put "sync"

Dual AMD Athlon MP 2x1GHZ | IBM 15000Rpm SCSI 73.4 Gb X 2 | e-GeForce Ti4400 | Audigy 2 + 7.1 Surround sound | 17' Monitor | Ugly mouse
PiratSS
21
Years of Service
User Offline
Joined: 18th Oct 2002
Location:
Posted: 27th Dec 2003 07:48
Also, move all of your sprites, so you get something like this:



`
do
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >231 and mouseY() <249 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
If mousex() <49 and mousex() >137 and mouseY() <343 and mouseY() >248 then If mouseclick()=1 then print "hello"
sprite 9999999,1,1,1
Sprite 1,49,343,2
Sprite 2,144,343,2
Sprite 3,238,343,2
Sprite 4,49,256,2
Sprite 5,144,256,2
Sprite 6,238,256,2
Sprite 7,49,168,2
Sprite 8,144,168,2
Sprite 9,238,168,2
Sprite 10,371,160,3
Sprite 11,464,160,3
Sprite 12,371,260,3
Sprite 13,464,260,3
Sprite 14,371,360,3
Sprite 15,464,360,3
sync
loop

Dual AMD Athlon MP 2x1GHZ | IBM 15000Rpm SCSI 73.4 Gb X 2 | e-GeForce Ti4400 | Audigy 2 + 7.1 Surround sound | 17' Monitor | Ugly mouse

Login to post a reply

Server time is: 2024-09-21 15:10:11
Your offset time is: 2024-09-21 15:10:11