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

Username:   Password: 
 RegisterRegister   
 How do I make these pictures fit the whole screen?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
rbb




PostPosted: Wed May 28, 2003 1:56 pm   Post subject: How do I make these pictures fit the whole screen?

I know the code to insert pics but how would you insert these pictures for the whole screen? Also with this GUI Could I make it where if they click on a button that they are directed somewhere else?
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Wed May 28, 2003 3:36 pm   Post subject: (No subject)

you mean like tile set for the whole screen? then you can use this
code:

for y:1..maxy by pictureHeight
for x:1.. maxx by pictureWidth
Pic.Draw(x,y,picID,picCopy)
end for
end for
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
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  [ 2 Posts ]
Jump to:   


Style:  
Search: