-
Content Count
42 -
Joined
-
Last visited
-
Days Won
1
Rocco last won the day on March 6 2019
Rocco had the most liked content!
About Rocco
-
Rank
Advanced Member
Recent Profile Visitors
1079 profile views
-
Tilde reacted to a post in a topic: Hand cursor on buttons
-
i get this errormessage, when i click on scores: Die Anwendungseinstellungen lassen die angegebene URL nicht zu.: Eine oder mehrere URLs sind in den Einstellungen der App nicht zugelassen. Sie müssen mit der Website-URL oder der Canvas-URL übereinstimmen, oder die Domain muss Subdomain einer der App-Domains sein.
- 21 replies
-
Rocco reacted to a post in a topic: Leaderboards
-
Rocco reacted to a post in a topic: Leaderboards
-
Rocco reacted to a post in a topic: Leaderboards
-
yes, thank you for your suggestion, i will look through it. ( i didn't saw it before my last posting!) i had a strange experience as i described above lately with the google api, within this game -> http://www.html5gamedevs.com/topic/7081-completephasercocconjsfood-harvest/
- 21 replies
-
totallybueno reacted to a post in a topic: Leaderboards
-
But this is for me also the most annoying part, i tried games with the used apis you mentioned and when it comes to submit scores, there comes a list of disclaimers and wtf all stuff to accept and the registration prozess to whatsever platform, i mean this is ridiculous and this is the point where i usually cancel my score submission.. Maybe its ok when you are registerd on such platform, but this games should run on every machine in every browser and just be simple and no pain for any player, no matter if he is registered on FB, Google, whatsever or not. I just want a scoreboard like on a
- 21 replies
-
totallybueno reacted to a post in a topic: Leaderboards
-
#push#
- 21 replies
-
totallybueno reacted to a post in a topic: Leaderboards
-
i would also love to see a easy solution for this task which everybody needs. without using platform tools from google, facebook, nutella, and so on.... a tutorial would be great for this, (instead of the 100x flappy bird clone tut)
- 21 replies
-
My new Phaser Video Tutorial: HTML5 Mobile Game Development with Phaser
Rocco replied to codevinsky's topic in Phaser 2
27$ for an angry bird clone tutorial. WTF... cruel world -
yes, thank you very much it works perfect now. the second issue with this.add.tween(s.angle) was the main problem.
-
Rocco reacted to a post in a topic: rotation tween is not working properly
-
var tween = this.add.tween(s.angle).to({angle:s.angle +=90}, 850, Phaser.Easing.Linear.None, true, 100);this is my code, and something must be wrong with it. it does the rotation, but immediatly like the code is only s.angle +=90;without the tweening effect, don't know why. thanks for help!
-
That's true, thank you, I thought I would have tried this way.
-
don't know if i need it right now, but will come in handy for sure sometimes! Very well done, thank you!!
- 9 replies
-
- progress bar
- free
-
(and 1 more)
Tagged with:
-
Rocco reacted to a post in a topic: Progress Bar class
-
sorry for hijacking the thread, but it also has to do with sprite.width. i'm missing a way to get the image dimenstion values, like: var image_width = sprite.width(); Is it possible somehow?
-
that's great for you, but unfortunatly not for us. So maybe you can provide a little example how you make a dynamic preload inside game.js?
-
Rocco reacted to a post in a topic: Setting Up Phaser Environment
-
The advantage of brackets is that you have an build in chrome browser, which is very useful to test your games directly without the need of setting up a virtual server. Has Sublime this functionality also?
-
you can check out here:
-
Rocco reacted to a post in a topic: destroying text element after tween.onComplete doesn't work
-
yeap it works with your approach. thank you very much!