EgoAnt's Recent Forum Activity

  • Sent you a friend request / message on Discord

  • Okay, I'm in. Came up with my game idea last night as I was drifting off to sleep. =)

  • Sent you a message!

  • For me the announcement was just poorly timed. Get us excited with screenshots and video first, then drop the technical and pricing details. =)

    I like the browser option for a couple reasons: portability and upgrades. I like that web apps are just updated when I open them. I understand that this comes with risks in game development, but I dislike manually updating things. =)

    It's also great to know that I can log in on pretty much any computer and just get to work.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Ragevortex Capping a max value is pretty easy.

    On the line where you have:

    Set Bullet speed

    touch.SpeedAt(0)+200[/code:ydaqkthc]
    
    Change it to:
    [b]Set Bullet speed[/b]
    [code:ydaqkthc]min(touch.SpeedAt(0)+200,300)[/code:ydaqkthc]
    
    If you want to get really fancy, you could create a global variable and name it maxBallSpeed. Then just set that value at the top and it will be easy to maintain.
    
    [b]Set Bullet speed[/b]
    [code:ydaqkthc]min(touch.SpeedAt(0)+200,maxBallSpeed)[/code:ydaqkthc]
  • Oooo! It's like that tower game. I love it. Cool game!

  • I still can't get achievements working in my Android app... But I'm happy to play yours!

  • Hello, here is my game. Still very poor because I had to remake entirely when changed form the old Construct to the new Construc2.

    Hope you like and, with time (I´m very very occupied), I´ll try to complete... at least the first level.

    Byes ^_^

    Great work!

    Your "still very poor" is about 10x better than my "WOW! I can't believe I made that".

  • Here's the aerial dogfight game I am working on.

    I have a lot of work to do still, but it's starting to be pretty fun. The radar is a power-up you can get that would normally only last a little while.

  • I put together a site called portalDoge to help people get into cryptocurrency, and Dogecoin specifically.

    When I first started out I found that you could get free Dogecoin from fountains and thought, "That would be a great way to draw people to games, too! When I looked around I found that most games were gambling games, and I didn't want to do that so I made a quick game called "To The Moon" for people to play.

    Here it is: http://portaldoge.com

    I know the game is pretty crappy, but I hope to add more that are better quality now that I have a proof of concept working.

  • Here is your example from the other thread modified to work with touch. This has been tested on Crosswalk for Android.

  • Can you post your .capx file?

EgoAnt's avatar

EgoAnt

Member since 15 Nov, 2011

None one is following EgoAnt yet!

Connect with EgoAnt