gleegum's Forum Posts

  • Is it possible to record a player movement to replay it later?

    Like for example the arcade games in atract mode.

    I just want to record it once, so it shows when the game is not being played. Not sure if I'm explaining myself

  • thanks guys! it's working now

  • hi,

    I'm trying to replicate the classic game Pong.

    I thought it should be easy to make a 1 player vs computer game, but I can't make it work.

    I've tried something like this:

    Computer player = 8 directions, 2 up 2 down

    Every tick ----> set computer player Y position to ball.Y

    It works but the computer can't be beaten.

    Is there a way to add some delay?

    Thanks

  • I'm not sure about controlling an entire team at once in real time(if that is what you are referring to) I don't think even fifa does that....

    But you should definitely be able to create a soccer game where, like in fifa, the players have some basic AI and once you select a player that behavior is paused and control is given to you untill you deselect the guy at which point his AI resumes.

    Of course one assumes you could make the AI as complex/good as you want, I used the word basic because with my current skill level that's how the ai would turn out if I attempted something like that, basic, super, super basic...

    As to whether or not there are already soccer(or other sports) games created with C2, I don't know, you should probably ask google.

    thanks for your reply.

    I mean control an entire team as in fifa games, like you said, where the other players have AI.

    I've searched google but do not found any C2 soccer games examples.

    thanks

  • Are there any soccer games built with C2?

    Or any other sport game that you have to control a team?

  • Thanks Ashley

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I wonder if it's possible to edit the new splash loader screen in the new v209 beta release.

  • Any updates on this? I'm also working on an app that needs the device always awake.

  • Thanks, it worked.

  • I don't know if this can be done, like offset one of the layers, or at least move all the objects inside a layer let's say 50px to the right.

  • Which one do you want to change?

    If you can explain it to me, you might be able to explain it in events..

    Let's say I want to change the size of Sprite1, UID=26 at the start of layout.

    On start of Layout > Sprite1 ????

  • I have a bunch of sprites, they are the same object type. I want to change the size, or position of just one of them.

    How can I select an individual sprite?

    I'm guessing it has something to do with the UID, but I can't figure it out.

  • Thanks , will take a look

  • Hi,

    I'm trying to make a racing game like the classic outrun, or like Atari's Pole Position.

    so far I was able to make this: http://goo.gl/tKXTMs( Play with arrow keys + Q ).

    Is there any way to create a fake 3d system? are there any templates out there?

  • Hi tavi,

    I found a solution for this.

    I was using the wrong plugin, the right one is this: https://github.com/cranberrygame/phonegap-plugin-ad-admob

    to make it work with the Phonegap Build service you just need to add this line of code to your config.xml file:

    <gap:plugin name="com.cranberrygame.phonegap.plugin.ad.admob" source="plugins.cordova.io" />[/code:2nnpkhlt]