-
Content count
41 -
Joined
-
Last visited
-
Are the docs updated on the website for phaser3?
Horizonicblue replied to Celestial's topic in General Talk
https://photonstorm.github.io/phaser3-docs/index.html Online docs -
How to call another file functions in phaser 3
Horizonicblue replied to Balamurugan's topic in Phaser 3
Hey the attachment is not extracting for me, can you reattach a new one.. -
-
How to call another file functions in phaser 3
Horizonicblue replied to Balamurugan's topic in Phaser 3
You can access it as deck in any of the states. (actually in this structure even objects like game and game1 are global) other way of declaring global is game.global = { score : 0, sound : false } and you can access it as game.global.score in any states. -
How to call another file functions in phaser 3
Horizonicblue replied to Balamurugan's topic in Phaser 3
I think this should work var game1 = { game.fun(); } -
-
-
-
Hey great work buddy, I can see this time the art is something different type as compared to your older games. By the way, what are further plans with multiplayer game, planning to keep it for players only or you will be licensing it?
-
I think this will do.. Thanks for everything
-
That's true What I want to do is, suppose if car1 collides with car2, then I want car1 to get killed and if car2 collides with car1, then I want car2 to get killed. Is there any other way I can do this?
-
Hi, Is there a way to check collision of only one sprite with other? game.physics.arcade.collide(sprite1,sprite2,callback); the above thing checks for collision by sprite1 to sprite2 and also sprite2 to sprite1. I want only one way check....has anyone done anything like this?
-
Horizonicblue reacted to a post in a topic: Can someone even hope to make money with HTML5 games without supporting mobile?
-
-
-
Wishing everyone a bright, healthy, happiest, craziest and prosperous new year Happy New Year!
-
-
-
Wow this looks inspiring Come on Lets start!
-
-
I'm ready to help, I visit forums daily GMT +5:30
-
-
Well polished game, great work. The graphics this time is different than your previous games, did you use some different techniques this time? Can I have some more info on that?
- 22 replies
-
- match-3
- puzzle game
-
(and 2 more)
Tagged with:
-
Probably this thread might help you http://www.html5gamedevs.com/topic/2813-attach-sprite-to-sprite/
-
Horizonicblue changed their profile photo
-
-
Wow well done, I used to play this game during school days on book with my friends. old memories made alive
-
That's really a nice one, It really deserves " Most polished game Prize". Works very well on my PC but I see some problems on mobile devices when played with chrome. Keep it up!