Jump to content

Search the Community

Showing results for tags 'combo'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 2 results

  1. Hi, i want to create a combo attack just like in tekken game, basically changing frames when the player press the next key within a specific span of time, i tried the following but still not manage it work. Any help is appreciated. if (this.melee.isDown) { meleeFrameStart = 16;5 meleeFrameEnd = 23; if (this.melee.upDuration(1000)) { if (gokussgod.frame < meleeFrameEnd) { gokussgod.frame = gokussgod.frame++; } else { gokussgod.frame = meleeFrameStart; } } else { gokussgod.frame = meleeFrameStart; } }
  2. Hi there! This week we want to share with you one of the earlier games that we developed, Snacky Line! Snacky Line is a cute little connecting games where you must connect two object of the same type quickly to get higher combo and score. Far away objects can be connected as long as there are no other object between them. For such a short games, we do learn a lot about Phaser when making this Link: http://j.mp/snackyline Hope you like this simple games! As usual, do let me know if you have feedback or problem
×
×
  • Create New...