107 Posts, registered 1 decade ago
Contact
Send an email to lTyl
Recent Posts
My game was created with ImpactJS (https://www.youtube.com/watch?v=4jPO8BRNRTM)…
You have to serve weltmeister.html through a Web server, if you're not alr…
I am also fairly happy with Impact:
[https://www.youtube.com/watch?v=beDJnBc…
Good luck! This is a straight copy+paste from my project, so make sure you remo…
I wrote a simple wrapper around Howler 2.0 I am using for Shadows of Adam that …
I recommend you do 480x270. With that resolution, you have smooth scaling to 19…
I released a plugin a few years back that does this. It's called 'Vis…
It looks like Agar is using the ADVANCED_OPTIMIZATIONS setting in Google Closur…
##
ig.module(
'game.entities.flyingbug'
)
.requir…
Also note, the code you provided:
#
asteroidSettings = {vel: {x: 100-…
var random = Math.round( Math.random() * <Max_Value> ) + <min_Value>
If they're using PixiJS, which is likely since they re-wrote a significant…
What error is being displayed in the console? Settings -> JavaScript console…
You can't store an image 'as-is' into localStorage, but you can …
1.) Create a new folder in your 'lib' directory. Name this new folder…
For both iOS and Android, I'd say CocoonJS. It has very limited DOM suppor…
Since you mentioned IE, I'm assuming you are using Windows Safari. Apple s…
""_Quote from http404error_
Codeveloper here. We have a few types of …
In your player.js:
##
receiveDamage:function (amount, from) {
…
Did you remember to bind your control keys in your main.js in the init?
#ig.in…
For a project I'm working on, I wanted the player to be able to set-up his…
I sent you a message. I hope to get in touch :D
Most plugins have a LICENSE file in the Git repo/whereever you got it from, or …
""If anyone can help me with getting it set up that would be great, i…
Here is a tile-based movement plugin for Impact: http://impactjs.com/forums/cod…
If you're targeting web-browsers only, then using DOM overlays would be th…
""Thought about that, but can't we add custom checks ourself? Pe…
Why not pick-up one of the Impact starter books? I can't vouch for the pac…
""May I ask, what is Impact++? Is it something official? Can I rely o…