About Store Forum Documentation Contact



Post Reply 
Text Clearing
Author Message
Harry Offline
Member

Post: #1
Text Clearing
Code:
if(gunFireIs)D.text(1.05,-0.88,S+bulletHow+"/1");

What can I do to clear this text when gunFireIs is set as false?
11-08-2009 08:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Text Clearing
according to your code if gunFireIs is false, then text wont be drawn at all
11-08-2009 09:10 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #3
RE: Text Clearing
Ok, thanks. I thikt that it should be sht like if(!gunFireIs) because when i've got this
if(gunFireIs)D.text(1.05,-0.88,S+bulletHow+"/1"); I had text all time, but I found some mistakes in my code wink
11-08-2009 09:24 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply