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

Username:   Password: 
 RegisterRegister   
 part screen cls
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
KONjbnj




PostPosted: Wed May 25, 2005 8:00 pm   Post subject: part screen cls

is there a way to clear part of your screen not all of it because cls will clear all i jus want a bit
Sponsor
Sponsor
Sponsor
sponsor
chrispaks




PostPosted: Wed May 25, 2005 8:21 pm   Post subject: (No subject)

No I dont think its possible...

What are you referring to though?

If you have a code I can show you a way around cls...
jamonathin




PostPosted: Wed May 25, 2005 8:26 pm   Post subject: (No subject)

In a nutshell this is what cls does

Turing:

cls

% is the same thing as

drawfillbox (0, 0, maxx, maxy, backgroundcolor)


Just draw a box that' fits the area of the section you want erased, where the color is the same as your colorback.
Token




PostPosted: Wed May 25, 2005 8:46 pm   Post subject: (No subject)

code:
drawfillbox (x1,y1,x2,y2, white

its just that easy Laughing
MysticVegeta




PostPosted: Sun May 29, 2005 12:50 pm   Post subject: (No subject)

code:
drawfillbox(x1, x2, y1, y2, Text.WhatColorBack)
axej




PostPosted: Sun May 29, 2005 1:55 pm   Post subject: (No subject)

i was going to ask the same question, but uh yeah thnx guys
Token




PostPosted: Sun May 29, 2005 10:07 pm   Post subject: (No subject)

thanks MysticVegeta i didnt know about that
syphon4




PostPosted: Mon Jun 06, 2005 8:56 pm   Post subject: cls

its quit simple cls just clears the scrren but putting a box over a certain area will make it dissaper
Sponsor
Sponsor
Sponsor
sponsor
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  [ 8 Posts ]
Jump to:   


Style:  
Search: