Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. I also got 12 =]
  2. I remember writing a Fibonacci thing in highschool. Wow oh wow that was like 15yrs ago...
  3. I think I might be interested... PM me a few code samples and price.
  4.   I just seen this after replying to your PM. Looks like I would be a good fit. =] Sorry to hear about the people that ripped you off. Mind giving us all there usernames?
  5.   I see you liked my post but didn't contact me... =0
  6. shoot me a pm if you still looking
  7. Who you talking to [MENTION=70383]Tangled[/MENTION]?
  8. I would use the strlen($var) function 0, null, as well as few other things are considered empty strings. I just posted about this on my forum: http://gamemakersforums.com/threads/logic-and-template-separation.20/#post-142 This should work. $_POST['$itmbuyprice'] = (strlen($_POST['itmbuyprice']) > 0) && is_numeric($_POST['itmbuyprice'])) ? abs(intval($_POST['itmbuyprice'])) : 0;
  9. I think this would be more helpful. If itmbuyable isn't checked, $itmbuy is never going to get set. if(isset($_POST['itmbuyable'])) { $itmbuy = 1; } else { $itmbuy = 0; }
  10. Even it does get released, they better have some new & great features or its going to suck anyway. There was a ton of engines already built since V2 that a lot of people are interested in now. The owners of MC-Codes are idiots, they had a solid client base and could of kept pushing new versions every year and kept the money rolling in even if the new versions wasn't the best on the market at the time. I am sure a lot of the clients have done moved on by now. GL, NWE, ect. Or even graphical engines, html5
  11. Sim

    Paypal IPN

    Paypal has me blacklisted =(. I can never be a member of PayPal again. I can send payments to people though.
  12. Whats your youtube?
  13. shouldn't echo "Size: " . ($_FILES["file"]["size"] / 1024) . " kB<br>";   be echo "Size: " . ($_FILES["file"]["size"] * 1024) . " kB<br>";   "size" is in bytes, right?
  14. When is a game fully done? Most web games are truly NEVER COMPLETED. Your either adding new features over time, or game contents.
  15. Your activated now. I seen you logged in and assumed you was already activated.
  16. Your already verified. =0
  17. So I started a new forum: http://www.GameMakersForums.com I am trying to get some new members. Its not just geared towards web development, but other areas of game development as well. So it be cool, if you could sign up and help contribute.
  18. This must be a bot. An advertisement about a fishing game but doesn't actually link to the fishing game?
  19. Not cellphone comptable at this time. Maybe sometime in the future.
  20. Thanks. I'll look into it. I was thinking about using jQuery at first.
  21. about 5-6 total hours over 3 weeks.
  22. The game currently does not keep any sort of score. Its just gameplay or tech-demo I suppose. The object of the game is to get 3 or more colored blocks in a row to remove them. I am thinking about naming it "3 to 5 or 7 Blocks" This was me just testing some things on HTML5, js So the code was sort of slopped together. I may turn it into a multiplayer game.     http://orpgcreator.com/3blocks/3blocks.html
  23. What kind of houses? Drawn houses or pictures around the neighborhood? 10 houses alone would cost ~60 for a very low budget artist or way more for a great artist. Depending upon how much content you want, well that's another story. I have a list I paid for of 100 crime text with success and fail text if your interested.
  24. Sim

    good designer?

    As peter has said, it would depend on how many of each facial item you would need. I also know several talented artist at reasonable prices who could do these for you.
  25. Same.. Personal: underscore for variables and CamelCase for functions and methods
×
×
  • Create New...