Jump to content

Search the Community

Showing results for tags 'soundeffect'.

  • 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, guys! My name is Victor and I am a professional Sound Designer. I've been working in the gaming industry for over 5 years. Last year, our team started a new sound effect creation service http://diforb.com/ On our website, you can find a large amount of free sound effects – gunshots, explosions, and sounds of different animals. Also, we offer lots of other ones that are perfectly suitable for games of any genres. Our service can be helpful for indie game developers as it allows to select and adjust desired sound effects effortlessly. We'd like to create a very popular and useful service that could help game developers create sound effects of a high quality. Diforb is working in beta mode, for now, so we'd be grateful for any bits of advice and feedback.
  2. Hi guys, I am looking for a solution to add an effect in addition to the callback for the over/hover state in the button instance, for instance in: button = game.add.button(game.world.centerX, game.world.centerY, 'button', actionOnClick, this, 'hover' , 'out', 'down');actionOnClick(){ button call action.......}Is it possible or how would you implement a callback for a hover sound effect and the concurrent hover button response in the hover positon? for instance: button = game.add.button(game.world.centerX, game.world.centerY, 'button', actionOnClick, this, function , 'out', 'down');actionOnClick(){ button call action.......}function(){sound effect...hover effect...}how would any of you go about implementing this efficiently if possible? thanks alot
×
×
  • Create New...