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.