ijoin's Forum Posts

  • You need to use the new version 2.0 of cocoonjs plugin. Its on Ludei website but I can't get it to work. Just get errors in construct.

    Any link to the plugin?

  • I've searched the documentation but found nothing so far, any tutorial?

    Thanks

  • When you have finished the game give me the link to play

    I hope soon!

  • I use a scroll object (hidden) linked to the keyboard and detect, is if the objective is to compare the axes ( x ,y ).

    Yes, I've just tried that

    So, here is what I did

    I use 2 object, 1 is hidden and used to "move" the camera, the other one is used as the main character which will be "auto running" to the end of the level

    The character object moves like I wanted, automatically to the end of the level. Now, the question is how to move the hidden object?

    Which movement should I add? I've tried 8 movements, but no result

  • I use a scroll object (hidden) linked to the keyboard and detect, is if the objective is to compare the axes ( x ,y ).

    Yes, I've just tried that

    So, here is what I did

    I use 2 object, 1 is hidden and used to "move" the camera, the other one is used as the main character who which will be "auto running" to the end of the level

    The character object moves like I wanted, automatically to the end of the level. Now, the question is how to move the hidden object?

    Which movement should I add? I've tried 8 movements, but no result

  • If possible, as it is 2D, you'll have to play with a camera, zoom effects, scroll, keyboard, ...

    Yeah,my main question is how to move the camera view using keyboard controller and how to detect whether the character is still on camera view or not

  • Are you talking about 'autorunner' type games?

    If so, there are built-in templates in C2 for such, as well as numerous examples posted in the forums.

    No, it's not an auto runner game

    Please take a look at url posted on first post to get the idea and if you can solve it, I'll be very glad

  • I managed to make the auto moving system using simple platform and move forward in event editor

    Is there any other auto movement better than this?

    So now I need to know how to move the camera

  • So here is the concept :

    1. The character will automaticaly move on platform style game from the starting point to finish point

    2. The player must move the screen view to follow the character movement, if the character is no longer captured in the view, gameover

    If you don't got it, you can try to play such game here

    kongre*gate.com/games/TurtleCream/long-take

    So, is it possible to create such game using Construct 2?

    anyone care to explain the basic?

    Thanks

  • So here is the condition

    If a object touch another object, a layer will pop up, as soon as the object not touching the other object anymore, the layer will be closed

    So far I use overlapping function, it works when I want to show the layer, but how to hide it?

    Thanks

  • Hey,

    i don't know if i'm undertood, but i think you asking for this solution.

    Yes, it's something like that

    So we can use layer

    But how about pop up dialogue, we need lot of sprites then?

    Basically I mean, how to create a proper dialogue

    Thanks

  • Like if I touch a box, a pop up will appear

    I know how to do it, but to display the text, I must use sprite right?

    What if the text is alot?

    Thanks

  • Something like this character

    Anyone got the character tiles similar like this character with jump or run animation?

    Thanks!

  • So here is my event

    Whenever I tried to swipe up the screen, my character do nothing

    When I swipe down, my character just jumping in place for eternity

    Any suggestion?

    -Edit

    I figured out that I'm putting wrong comparation which is should be touch positionYstart > touchpositionyend, that one is solved, now how to make the character only jump for once per swipe?

    -Edit

    Finally did it, is this a good solution ?

    Any opinion ?

    I always accidentally move the char to right/left side everytime I try to swipe up, any suggestion?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Bump, haven't find solution yet