Programmer25's Forum Posts

  • totoyan

    Im happy I managed to help you

  • I am lucky enough to have Photoshop CS6 portable, and helps a lot for retouching already made drawings.

    Adobe Flash has the best brush for mouse users, so its perfect for making the characters. Vector software is always recommended over raster software IF you have no drawing skills.

    My advice - find the best vector program that you feel comfortable using. Animation can be done in pretty much every software that has layers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • anty21ro

    If you want people to help you, extract only the events you show in the screenshots, and make a simple capx file with replaced images. Its easier when we have control over the capx project, instead of guessing whats wrong by looking.

    I am also working on a portal game, but I havent started making code, just art assets for now.

  • nice work, I havent thought of doing it that way

  • Ok, this is something I made very quick, you should tweak it to work for 3 animations and to work better

    Trigger a random animation when an enemy is spawned:

    i.imgur.com/UI4OPuf.jpg

  • Ok, I will

  • Well, since its not paid, I would like to improve my animation skills, so I could try helping you, but whether or not you use my art depends on you. If my art turns out bad, no one loses anything. Interested?

  • adcornaglia

    This tutorial might help you: (remove spaces from link)

    scirra.com tutorials/ 748/record-and-rewinds-system-similar-to-braid

  • mudmask

    I dont know why, but this gif made me laugh xD

  • A cool match 3 game. But...

    1.When I started the game, color blocks started matching themselves untill i got a massive score without clicking on anything.

    2.When I select a color block, but change my mind and try to select another one, that is far from the selected one, I cant. Its a litte bit inconvenient for the player.

    Other than that, its a nice game in early state

  • totoyan

    I am new to Construct 2, so I can only help you with useful links to something you want to do.

    I found what you are looking for in this post for Braid game rewinding time:

    scirra.com forum/ time-rewind-demo-like-in-braid_t60966

    And this:

    scirra.com tutorials/ 748/record-and-rewinds-system-similar-to-braid

  • Hi all,

    I am going to learn programming in university and Construct 2 is a good starting point.

    Math is not my strong side, so I hope I learn something and develop my thought process in order to create complex structures and solve problems while working on a game. Thanks to all who help others in need, and to all who read this.

    Cheers, have a good day

  • Magistross

    It works! I cant thank you enough, you're a lifesaver

  • SimoneT

    BoundToLayout doesnt stop the player go off screen (out of camera view), it only stops him leaving the layout.

    Invisible sprite needs to be 500px behind the player when he moves forward, and stop moving when player goes to the left. How do I do that? And the invisible sprite shouldnt move when player is to the left of it. This makes things complicated.

    Thank you for the quick responce, but my problem is not solved

  • Have you seen these tutorials? (sorry for the spaces in links, remove them after copy/paste)

    Look at Timescaling step

    scirra.com tutorials/ 67/ delta-time-and-framerate-independence

    Timers

    scirra.com tutorials/ 450/ timers