Jump to content

Search the Community

Showing results for tags 'sprite rollover animation'.

  • 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 1 result

  1. hi everyone I am actually working on my first video game using Babylon.js. This engine is so cool ! But I have a little problem with a sprite.. http://www.peru-lab.com/quetzal/level1# In this level there is a blue star in the cosmos, and I would like to reveal informations about this star just using a rollover with the mouse I already created a sprite for the star and another sprite for the informations but I don't know how to reveal it with a simple rollover here is the code i use for the two sprites : var spriteManagerPlayer = new BABYLON.SpriteManager("playerManagr","center_galaxy.png", 2, 320, scene); var player = new BABYLON.Sprite("player", spriteManagerPlayer); player.position.y = -100; player.size = 2; var spriteManagerPlayer = new BABYLON.SpriteManager("playerManagr","hud_1.png", 2,60, scene); var player = new BABYLON.Sprite("player", spriteManagerPlayer); player.position.y = -99; player.size = 1; then, I didn't find any information in the documentation about sprites' rollover animations/actions Could you help me please ?
×
×
  • Create New...