Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 appear the word in the corner?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
appling




PostPosted: Tue Nov 04, 2003 5:04 pm   Post subject: appear the word in the corner?

Shocked h0w can i make a w0rd appears in the 4 c0rners of the screen.
i d0n't want t0 use l0cate.Is there an0ther way??? Question Question
Sponsor
Sponsor
Sponsor
sponsor
Homer_simpson




PostPosted: Tue Nov 04, 2003 5:50 pm   Post subject: (No subject)

you can use fonts if u make a graphic window and use maxx and maxy to detect the edges of yer window.
PaddyLong




PostPosted: Tue Nov 04, 2003 7:21 pm   Post subject: (No subject)

well l0cate wouldn't work any way because the command I think you meant was locate .. notice the difference, it's a letter 'o' rather than a number zero

Twisted Evil haha
Andy




PostPosted: Tue Nov 04, 2003 8:44 pm   Post subject: (No subject)

u can always use locatexy
appling




PostPosted: Tue Nov 04, 2003 9:28 pm   Post subject: (No subject)

i see, it's locate, so any other ways?
poly




PostPosted: Wed Nov 05, 2003 6:50 pm   Post subject: (No subject)

could do it like this
code:

setscreen ("graphics : 800;640 ")
var font1 : int := Font.New ("serif:12")

Font.Draw ("Bottom Left", 1, 1, font1, red)
Font.Draw ("Top Left", 1, maxy-15, font1, red)
Font.Draw ("Top Right", maxx-90, maxy-15, font1, red)
Font.Draw ("Bottom Right", maxx-90, 1, font1, red)
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 6 Posts ]
Jump to:   


Style:  
Search: