Forum: Java
Mar 9th, 2007, 12:05 PM
|
|
Replies: 5
Views: 162
|
Forum: Java
Mar 8th, 2007, 9:52 PM
|
|
Replies: 5
Views: 162
Java applet mouse event. Some trouble...
Here, it should be a very simple program. When the mouse is clicked, it toggles a boolean value named hello. if hello is true, it draws hello on the screen. But it doesnt work, this mouse stuff is...
|
Forum: Java
Mar 4th, 2007, 10:46 PM
|
|
Replies: 1
Views: 161
Check it...
Check it out:
http://ccc.domaindlx.com/glopal/car.htm
(Sorry about the pop-ups)
Nothing too much I suppose, my next step at this point is to try and get it to accelerate and decelerate. Any ideas?...
|
Forum: Java
Mar 4th, 2007, 5:22 PM
|
|
Replies: 3
Views: 210
|
Forum: Java
Mar 4th, 2007, 5:20 PM
|
|
Replies: 1
Views: 161
WANTED: Java Guru to help with applets
I've jumped the first hurdle, and that is finding an IDE I can work with. I'm using TextPad, its so simple to use, sure it lacks some more advanced features, but since I dont know how to use any of...
|
Forum: Java
Mar 2nd, 2007, 8:29 PM
|
|
Replies: 3
Views: 210
WANTED: Someone who knows how to use Eclipse
Hello, I went to register for this site a few minutes ago and it said the name "glopal" was already taken. So I tryed logging on it it says the last time I logged on to this account was 2 years ago,...
|
Forum: C++
May 4th, 2005, 8:44 PM
|
|
Replies: 2
Views: 130
Comparing doubles issue (I think...). Help!
For my game, I have made a text health bar, here is how I did it:
void healthbars()
{
if (maxhp == hp)
cout << "|---------------------|" <<endl;
else if ((hp/maxhp*100) >=95 &&...
|
Forum: C++
May 3rd, 2005, 8:06 PM
|
|
Replies: 5
Views: 242
Thx no more errors, but now I have a new...
Thx no more errors, but now I have a new problem.
When I call the randomfoe function from the battle function it doesnt seem to work. When I execute, I shows LVL 0, and nothing for the name. Help...
|
Forum: C++
May 3rd, 2005, 6:19 PM
|
|
Replies: 5
Views: 242
Function Calls and Errors!
Hey all yal, Im pretty new to programming in C++ so be patient with me.
I get these errors:
--------------------Configuration: battle - Win32...
|