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 / cool menu but its jacked

Author
Message
gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 9th Aug 2004 09:03
ok i have the menu pic on it but it wont show the text it covers it how do i make it to where it shows the text?


Dragonseige
Lost in Thought
20
Years of Service
User Offline
Joined: 4th Feb 2004
Location: U.S.A. : Douglas, Georgia
Posted: 9th Aug 2004 10:57 Edited at: 9th Aug 2004 10:59
Try moving this

to the top of the do loop like this


[edit]
The image was being pasted just before the sync making it cover everything. If you past it first you can draw over it. Hope this is what you want.

gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 9th Aug 2004 10:59
thank you lost in thought if you weren't here well i'd just be lost

Dragonseige
Lost in Thought
20
Years of Service
User Offline
Joined: 4th Feb 2004
Location: U.S.A. : Douglas, Georgia
Posted: 9th Aug 2004 10:59
Did you read the edit?

gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 9th Aug 2004 11:04
oh just how would you center the data ? sorry

Dragonseige
gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 9th Aug 2004 11:05
oh ya i read that really you are cool

Dragonseige
Lost in Thought
20
Years of Service
User Offline
Joined: 4th Feb 2004
Location: U.S.A. : Douglas, Georgia
Posted: 9th Aug 2004 11:24 Edited at: 9th Aug 2004 11:25
That will take recoding most of the menu. But for each text you want centered just change it like

would be

But keep in mind you will have to repostion all of your boxes and lines too.

[edit] you will also have to recode the mouse click positoins.

gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 9th Aug 2004 11:26
oh no worries i didn't need those boxes anyway thanks man

Dragonseige
gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 9th Aug 2004 12:34
its sayin variable "text" name is not valid



Dragonseige
Lost in Thought
20
Years of Service
User Offline
Joined: 4th Feb 2004
Location: U.S.A. : Douglas, Georgia
Posted: 9th Aug 2004 14:27
Go back to the old code and don't change the data commands. Change where they print to the screen. Like At this part of the code.

Would be something like


gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 10th Aug 2004 00:25 Edited at: 10th Aug 2004 00:26
oh like this



Dragonseige
zircher
21
Years of Service
User Offline
Joined: 27th Dec 2002
Location: Oklahoma
Posted: 10th Aug 2004 04:02 Edited at: 10th Aug 2004 04:06
This is so wrong...

if "items" then ink rgb(120,102,200),0


IF commands test expressions and then execute if true. "items" is not a test, it is just a value. Something like...

if a$ = "items" then ink rgb(120,102,200),0

is a test to see if the variable a$ is equals to the value "items".

I hope that helps.

In your specific case, CurrentMenu is the value tested and the second IF statements for "items" and "save" are not required at all. Just delete from IF to THEN and leave the INK commands.
--
TAZ

"Do you think it is wise to provoke him?" "It's what I do." -- Stargate SG-1
gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 10th Aug 2004 04:06
thank you zircher do you have a reall studio in the city if so i might ask my dad to drive me by

Dragonseige

Login to post a reply

Server time is: 2024-09-22 20:26:25
Your offset time is: 2024-09-22 20:26:25