Impact

107 Posts, registered 1 decade ago

Contact

Send an email to lTyl

Recent Posts

7 years ago in Spawning points:

My game was created with ImpactJS (https://www.youtube.com/watch?v=4jPO8BRNRTM)…

7 years ago in Weltmeister : Unresolved(circular?) dependencies:

You have to serve weltmeister.html through a Web server, if you're not already …

8 years ago in New version?:

I am also fairly happy with Impact: [https://www.youtube.com/watch?v=beDJnBc…

8 years ago in An interval occurs when a music loops:

Good luck! This is a straight copy+paste from my project, so make sure you remo…

8 years ago in An interval occurs when a music loops:

I wrote a simple wrapper around Howler 2.0 I am using for Shadows of Adam that …

8 years ago in Help Choosing Canvas dimensions:

I recommend you do 480x270. With that resolution, you have smooth scaling to 19…

8 years ago in I'm creating a game with a lot of customization...what's the best way to handle all of the sprites?:

I released a plugin a few years back that does this. It's called 'VisualEquipme…

8 years ago in How to Thoroughly Obfuscate Impact Games?:

It looks like Agar is using the ADVANCED_OPTIMIZATIONS setting in Google Closur…

8 years ago in Only first entity is behaving properly:

## ig.module( 'game.entities.flyingbug' ) .requires( …

9 years ago in Random spawn positions on entities:

Also note, the code you provided: # asteroidSettings = {vel: {x: 100-…

9 years ago in Random spawn positions on entities:

var random = Math.round( Math.random() * <Max_Value> ) + <min_Value>

9 years ago in How To Zoom In And Out?:

If they're using PixiJS, which is likely since they re-wrote a significant amou…

9 years ago in ImpactJS developers on Twitter?:

I'm at @TylerDeren

10 years ago in Button:

What error is being displayed in the console? Settings -> JavaScript console…

10 years ago in Loading Temporary Assets:

You can't store an image 'as-is' into localStorage, but you can change an image…

10 years ago in Button:

1.) Create a new folder in your 'lib' directory. Name this new folder ''plugins…

10 years ago in Best option for porting to iOS and Android apps.:

For both iOS and Android, I'd say CocoonJS. It has very limited DOM support, so…

1 decade ago in Safari performance incredibly slow.:

Since you mentioned IE, I'm assuming you are using Windows Safari. Apple stoppe…

1 decade ago in ACTIVE and PASSIVE collisions not working:

""_Quote from http404error_ Codeveloper here. We have a few types of …

1 decade ago in need logic for heart blast:

In your player.js: ## receiveDamage:function (amount, from) { …

1 decade ago in Character not moving:

Did you remember to bind your control keys in your main.js in the init? #ig.in…

1 decade ago in Gamepad Events:

For a project I'm working on, I wanted the player to be able to set-up his own …

1 decade ago in Nodewebkit Wrapping help needed.:

I sent you a message. I hope to get in touch :D

1 decade ago in Copywrite and ownership questions:

Most plugins have a LICENSE file in the Git repo/whereever you got it from, or …

1 decade ago in Background animations?:

""If anyone can help me with getting it set up that would be great, i…

1 decade ago in Approaching a tile based movement system.:

Here is a tile-based movement plugin for Impact: http://impactjs.com/forums/cod…

1 decade ago in Best way to build UI?:

If you're targeting web-browsers only, then using DOM overlays would be the bet…

1 decade ago in Some newbie questions, part 2.:

""Thought about that, but can't we add custom checks ourself? Perhabs…

1 decade ago in Some newbie questions, part 2.:

Why not pick-up one of the Impact starter books? I can't vouch for the packtPub…

1 decade ago in Some newbie questions about good practice use, interface layer etc.:

""May I ask, what is Impact++? Is it something official? Can I rely o…