Search:

Type: Posts; User: Red Haze

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    95
    Views
    18,985

    Lol, It's been a while since I've been here... ...

    Lol, It's been a while since I've been here...

    Thanks for the support Metra, but I have stopped working on this game. It is possible I might pick it back up later.

    But anyway, I'm currently...
  2. Replies
    95
    Views
    18,985

    I have been programming in C++ for about two...

    I have been programming in C++ for about two years, but I have also been programming in VB and QBasic for a few years before that
  3. Replies
    95
    Views
    18,985

    Defense 2.0...

    Defense 2.0 is now available! Some of the new features include time-based gameplay and a new main title song. Check out my forum for the full update details.
  4. Replies
    95
    Views
    18,985

    The only difference was for my convenience :) ...

    The only difference was for my convenience :) When I made a new graphic, I would usually just pick magenta ,black, or white for the background, depending on the color of the graphic. The...
  5. Replies
    95
    Views
    18,985

    Make sure the background/transparency color is...

    Make sure the background/transparency color is the pure color and the same color as the original. The easiest way is to just fill over the background with the correct color. I had to fill over the...
  6. Replies
    95
    Views
    18,985

    When does this happen? If it happens at the...

    When does this happen? If it happens at the world map when you click on a level, I fixed it and it will be all good in the next release.

    Also, for graphics, I mostly use MS-Paint, but I do use...
  7. Replies
    95
    Views
    18,985

    I just released version 1.9 ! :) It is a lot...

    I just released version 1.9 ! :)

    It is a lot smaller (3.4 MB), and I added a lot of new features. It also comes with a new campaign, "Ice".

    I also added a feature where you can place modified...
  8. Replies
    95
    Views
    18,985

    Well, in 1.8, i put that song you sent me in it,...

    Well, in 1.8, i put that song you sent me in it, "TA_JOURN". I also put a few songs by Wong Chung Bang in it, "Hidden Darkside", "Holy War", "Paradise", and "The Man In The Iron Mask".

    In version...
  9. Replies
    95
    Views
    18,985

    I looked at your graphics Rutabega, they look...

    I looked at your graphics Rutabega, they look nice :)

    And to Blizzarddog, my setup utility program compresses the files, so zipping is not really neccesary. But it would save a little space, it...
  10. Replies
    95
    Views
    18,985

    Yea, I put the song you sent me in it, as well as...

    Yea, I put the song you sent me in it, as well as a few more that were up on your website.
  11. Replies
    95
    Views
    18,985

    Defense version 1.8 is now out! It is located at...

    Defense version 1.8 is now out! It is located at http://www.anticure.com/defense

    You can view a full list of updates on my forum in the "game progress" section.

    I did not add too many extra...
  12. Thread: Pointers

    by Red Haze
    Replies
    3
    Views
    1,213

    Sparknotes has some good pointer tutorials, with...

    Sparknotes has some good pointer tutorials, with nice visuals:

    http://www.sparknotes.com/cs/
  13. Replies
    2
    Views
    1,290

    You can either try: ...

    You can either try:

    (*someStruct.pStruct2).stuffINeed = 5;

    Or even simpler:

    someStruct.pStruct2->stuffINeed = 5;
  14. Replies
    95
    Views
    18,985

    Sure Blizzarddog, I'd like to hear your music. ...

    Sure Blizzarddog, I'd like to hear your music. You can e-mail them to me: [email protected]
  15. Replies
    95
    Views
    18,985

    The mod.dat file is a good idea. In actuality,...

    The mod.dat file is a good idea. In actuality, it would only require the number of frames in the graphic. The program can automatically tell how big the graphic is.

    Also, my AIM is RedHaze13
    ...
  16. Replies
    95
    Views
    18,985

    I just released version 1.7, which you can...

    I just released version 1.7, which you can download at my website. Some changes include better explosions, more sounds, and scrolling levels. You can view all the changes since 1.6 on my forum.
    ...
  17. Replies
    95
    Views
    18,985

    Some good suggestions PJYelton, I might consider...

    Some good suggestions PJYelton, I might consider raising the price of the plane-strike and lowering the price of the artillery.

    Oh, and to use cheat codes, just press all three keys at the same...
  18. Replies
    95
    Views
    18,985

    That level is pretty hard, but yes, it can be...

    That level is pretty hard, but yes, it can be beaten. I beat it with all four concrete walls still standing. You have to kill 3600 of them.

    Just wondering, did anyone beat the "World Tour"...
  19. Replies
    95
    Views
    18,985

    I can't rotate a single "gun graphic" with my...

    I can't rotate a single "gun graphic" with my graphics engine. I could, however, implement a series of "gun graphics" taken at different angles, then simply have the game pick the right graphic.
    If...
  20. Replies
    95
    Views
    18,985

    Defense 1.6

    I just released Defense version 1.6 on my website. Some new features include a railgun, better main-screen, missile strikes, and an options menu. I added a "slow factor" option that should help...
  21. Replies
    95
    Views
    18,985

    Sure, I'd like to see that code. It would be...

    Sure, I'd like to see that code. It would be quite useful.
  22. Replies
    95
    Views
    18,985

    The normal game and survival mode song is "Jenova...

    The normal game and survival mode song is "Jenova Absolute" from Final Fantasy VII. (mp3)

    The endless mode song is "Dancing Mad" from Final Fantasy VI (released as Final Fantasy III in the USA)...
  23. Replies
    95
    Views
    18,985

    Those graphics look sweet Goten, why don't you...

    Those graphics look sweet Goten, why don't you send them to me so I can implement them in the next release :)

    Don't worry about sizes or number of frames either, I can always adjust it.

    Just...
  24. Replies
    95
    Views
    18,985

    Actually, the "rain" you buy is a satellite rain...

    Actually, the "rain" you buy is a satellite rain (lasers), not the watery rain. After you buy the airstrikes, you "use" them in the battle by pressing either 6, 7, or 8 on the keyboard. I think I...
  25. Replies
    95
    Views
    18,985

    I'm using a library called MasterX, which uses...

    I'm using a library called MasterX, which uses DirectX. You can download it at www.lostsidedead.com
Results 1 to 25 of 30
Page 1 of 2 1 2