Recent content by mac-10

  1. M

    Move A Sprite To A New X/y Position At A Constant Rate

    Thanks again for the help craigix really appreciate it I ended up b*stardizing a line drawing function I've been using. It uses same algorithm but storing the X and Y Values in vectors instead of putting pixels on the screen void CPlayer::SetPath(int x1, int y1, int x2, int y2) { int i...
  2. M

    Move A Sprite To A New X/y Position At A Constant Rate

    Hi Craigix thanks for getting back to me I just tried the x++ example but the player move along the x axis first the the y. I think the I need it to the proportional to the distance basiclly following the line to the next node. thanks for your help
  3. M

    Move A Sprite To A New X/y Position At A Constant Rate

    Hi There I am in need of some help again :( last week I was thinking about point and click adventure games and how the character moves around the environment. I decided to try and have a go at doing it myself. I am really struggling with moving the player from one node to the next. I have...
  4. M

    Gp32/gp2X/wiz/dingoo Coding Competition

    Hi all :) just working on the amendments, should have them finish in the next half hour or so. gruso here is a link to the font I used in the header image. http://www.dafont.com/bn-deep-blue.font if you want I can email you the psd file of the site. thanks Mac
  5. M

    Maze Game

    Hi I've fixed the crashing problem and removed the annoying mp3 here is the link http://www.webpoint-servers.com/sdl/labyrinth.rar thanks for checking the game Sam
  6. M

    Please Help Game Crashes After A Couple Of Minutes

    well I found out what the problem was I had mad a mess of the text drawing class. thanks for the help tho craigix
  7. M

    Please Help Game Crashes After A Couple Of Minutes

    Hi craigix Thanks for getting back to me I don't think so. every time I access the vector that stores maze data I check the bounds. plus if I leave the game running without moving the player or access accessing the maze vector it still hangs. it's really strange i.e...
  8. M

    Please Help Game Crashes After A Couple Of Minutes

    Hi All I have been writing a little game to get my head into game programming. I have to admit it has been a bit of a struggle to produce something with a bit of polish. I have nearly finish my maze "game". its not much of a game :) but it should help me put together a frame work that I can...
  9. M

    Maze Game

    Hi Sam thanks for checking it out I'll start work on fixing the crashing problem :) got any suggestions for some background music or should I just leave the sound out of it. the plan is to plug-in the maze generator in to the hallway system. but I think I need some more experience will SDL...
  10. M

    Maze Game

    Hi all I hope I'm posting this in the right place. I have been working on a little game for a couple of weeks now, it a very simple maze game. I was hoping that some of you guys in the community could give me some feedback and suggestions or let me know if you find any errors ;)...
  11. M

    Procedurally Generated Maze

    Hi all its been a long time since I've been on the forums looks like a lot cool things have happened while I've been away :) really liking the look of the wiz and pandora and the new forums looking nice too. Anyway I didn't have a lot to do over the Christmas break so I dusted off my GP2x and...
  12. M

    War Games

    Hi Thanks for the links. I want to ask your opinion on the voice in the game. I used S.A.M for the first link, for the second link I used Text aloud. Which do you prefer? I like the first one it’s sounds more retro. http://www.webpointsolutions.co.uk/screens/PLAYAGAME.mp3 Or...
  13. M

    Fruit Machine Sim

    ruckage that looks great your graphic are always top Notch :)
  14. M

    War Games

    Thanks for the words of encouragement I have been working on some test code To make sure I can get the look and feel Of the mock ups here is a pic I’ve still got loads to do but at least I know I can get the game to look right. I've got to find a crappy voice synthesiser The eerie...
  15. M

    What's The Geekiest Thing You've Ever Done?

    I went to a fancy dress birthday party which theme was video game characters I want as the worst thing is I enjoyed it :rolleyes:
Back
Top