What Construct 3 tutorials do you want to see? Construct 3 tutorials and examples chat thread.

0 favourites
  • 1 posts
From the Asset Store
Chat with smart animals using the OpenAi Chat GPT 3 API
  • I Jason want to see the following YouTube videos of Construct 3 examples that are exactly like or similar to each of the following 11

    #1: Perfect collisions with gravity in effect.

    #2: Perfect collisions without gravity in effect.

    #3: Legend of Zelda NES (Nintendo Entertainment System) type of scrolling

    #4: Dragon Warrior II type of NES battling

    #5: Dragon Warrior NES type of text talking

    #6: Dragon Warrior NES type of battling

    #7: Buying items example

    #8: Selling items in game example

    #9: If relative

    if (situation_number == 1)
    {
     hp_increase = 2;
     hp += hp_increase;
     if (hp_increase == 2)
     {
     vspeed = 17; //vertical speed (vspeed) is 17;
     hp_increase = 0;
     }
    }
    

    #10: Warp to towns example

    #11: Dragon Warrior IV for NES characters with wagon movements example.

    If you make or someone else makes such videos please link to them here especially if any YouTube video of Construct 3 tutorial. Thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)