XNA Creators Club Online
community forums

Search Forums

Page 1 of 1 (8 items)
  • Re: How do I get my enemy to go down screen

    Jim W:Where's your draw code? Whatever variable you use for the sprite's Position, just say this.Position = new Vector2(this.Position.X, this.Position.Y+1); where 1 is how far to move it down.   Thanks alot that worked perfectly! Thanks alot Jim.I have alot to learn.As you can tell I'm still having trouble sometimes understanding the ...
    Posted to General (Forum) by Gamesmaster3 on 4/18/2008
  • Re: How do I get my enemy to go down screen

    Jim W:You forgot to set the new position. You have an UpdateMovement, but it never modifies the sprites Position value. Alright I guess I'm missing something then I thought  that's what the MOVE_DOWN variable was for.Could you give me a quick example?
    Posted to General (Forum) by Gamesmaster3 on 4/18/2008
  • How do I get my enemy to go down screen

    I was working on my vertical shooter.Right now I'm working on my enemy  class.For rival planes.What I'm trying to do is to get the plane to appear on a random portion on the x axis which it does.And then for it to move down the screen.The problem is the plane is not moving down the screen and I can't figure out exactly why.Can anyone tell me ...
    Posted to General (Forum) by Gamesmaster3 on 4/18/2008
  • Re: Where's my Wave Bank

    If I'm understanding you you think that the reason it's not working is because I don't have a Contents folder?I know that for most people the default for XNA  is that it will automatically create a contents folder but mine does not.But I know it can work without putting it into a contents folder because I've done this once  before and it ...
    Posted to Audio/XACT (Forum) by Gamesmaster3 on 4/17/2008
  • Where's my Wave Bank

    I'm having problems with this program.Everything else is working except I can't get sound to come up.I moved the wave file to the Audio file.Save the XACT file to the same folder and I put  in the code.I got this error   Could not find file 'C:\Users\Gamesmaster\Documents\Visual Studio ...
    Posted to Audio/XACT (Forum) by Gamesmaster3 on 4/16/2008
  • Re: Anyone knows where I can find a AI tutorial?

    Thanks alot Mykre.I'll be working on this for awhile I think.If anyone else has one please go ahead and put it up.
    Posted to Game Algorithms (Forum) by Gamesmaster3 on 4/11/2008
  • Anyone knows where I can find a AI tutorial?

    I'm trying to learn how to make a AI for a vertical shooter.I was wondering if anyone has seen a tutorial on the web or maybe a book that explained it fairly well.
    Posted to Game Algorithms (Forum) by Gamesmaster3 on 4/10/2008
  • How do you move a bullet

    I wasn't sure where to put this so I'm sorry if this is the wrong place.Right now I'm working on a 2d vertical shooter.I just got the ship moving and now I'm working on getting the ship to shoot bullets.The bullet is created just in front of the ship but the problem now is that the bullet will not move.I want the bullet to move upwards of course ...
    Posted to General (Forum) by Gamesmaster3 on 12/25/2007
Page 1 of 1 (8 items)