Harry
Member
|
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 |
|
Esenthel
Administrator
|
RE: Text Clearing
according to your code if gunFireIs is false, then text wont be drawn at all
|
|
11-08-2009 09:10 PM |
|
Harry
Member
|
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
|
|
11-08-2009 09:24 PM |
|