Author |
Message |
jubaitca
|
Posted: Mon Feb 16, 2004 10:55 pm Post subject: Font Tags . |
|
|
Hello,
I am having trouble doing font tags on the menu screen of my project. I have my project attached. So if anyone could look at it and see what is wrong with it will be appreciated.
Thanks
Mod Edit: read: http://www.compsci.ca/v2/viewtopic.php?t=461
Description: |
|
Download |
Filename: |
REALPROJ.T |
Filesize: |
12.68 KB |
Downloaded: |
293 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Feb 17, 2004 4:49 pm Post subject: (No subject) |
|
|
what font tags and I refuse to answer any more questions for as long as you got that fake loading bar in there It's not loading anything it's a waste of time
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Cervantes
|
Posted: Tue Feb 17, 2004 5:28 pm Post subject: (No subject) |
|
|
what font tags indeed!
Where's the problem?!
|
|
|
|
|
|
jubaitca
|
Posted: Tue Feb 17, 2004 6:54 pm Post subject: Sorry. |
|
|
Sorry for the loader. The place i can't use any font tags is at the first screen. Heres a attachment without the loding crap..
Thanks
Description: |
|
Download |
Filename: |
REALPROJ1.T |
Filesize: |
10 KB |
Downloaded: |
285 Time(s) |
|
|
|
|
|
|
Tony
|
Posted: Tue Feb 17, 2004 7:32 pm Post subject: (No subject) |
|
|
see... the fact that the program compiler and runs doesn't help
and I can't seem to find you using Font. module anywhere
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
jonos
|
Posted: Tue Feb 17, 2004 9:54 pm Post subject: (No subject) |
|
|
he might mean something about his put statements, but i don't see anything wrong with that. the only problem i see is with the star and star1/whatever other variable it is
|
|
|
|
|
|
jubaitca
|
Posted: Tue Feb 17, 2004 11:20 pm Post subject: (No subject) |
|
|
But if you try putting a font tag for my first screen (where it says put ".... MENU" with any type of text, it doesn't come out at all.
|
|
|
|
|
|
jonos
|
Posted: Wed Feb 18, 2004 7:21 am Post subject: (No subject) |
|
|
have you declared the variable right?
you have to do:
var fontType : int := Font.New("verdana:12")
Font.Draw("My Text", x, y, fontType, colour)
try to explain your problem more
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
|