40 Posts, registered 1 decade ago
Contact
Send an email to jerev
Recent Posts
How big are these sounds, and what impactjs version are you using (the build or…
""_Quote from dominic_
The current dev version of Weltmeister (from t…
An easy way would be to have a reference to the player, be it in your game main…
It is indeed not possible through weltmeister, simply because flipping/rotating…
You can place this in your #main.js# file, outside the game
##
ig.Game.extend…
#game.entities# contains all your entities.
##
for( var i = 0; i < ig.game.…
I truely hope he figured it out by himself after 2 years ;)
Is it safe to assume by..
##
// Additional update code here
##
..you mean you h…
With the core physics, there's no easy way to do this.
You could implemen…
Maps are what Weltmeister sees as #layers#, the names you give to layers get sa…
You can install it through [https://sublime.wbond.net/ Package Control]
Check t…
If your objects are not spawned before runtime, you can simply require everythi…
Something like this? http://www.screenr.com/VkxH
Then check out: http://impact…
Now, to finish this post, I'm releasing some of my plugins, which follow t…
When working with new shortcuts, I'd recommend an approach like this:
##
…
You can't always simply extend on the base methods without breaking them o…
_[Edit: Sorry to hijack your post. If you get the newest version of Impact from…
Cool, but in my opinion, quite strict, as you can't really spawn the entit…
@bitmapshades
Did you actually make a camera object?
##
init: function() {
…
""_Quote from fulvio_
@jerev: The plugin is working great so far!&quo…
I wrote a simple plugin that can be used for horizontal scrolling parallaxes.
I…
Briefly looking over your code I can see this problem:
##
draw: function()…
""_Quote from LazerFriends_
Wow jerev, this is huge! I can't tha…
The releasing of the crate aint too hard, but there are some things to note aga…
Edit:
""
Just read in a different topic you're new to javascript…
""_Quote from LazerFriends_
Thanks mimik! I inputed that code, and it…
The docs are yet a lot better than other similar libraries out there.
Good d…
Can always find it on [http://www.pointofimpactjs.com/resources/index.php]
But…
""_Quote from dmen_
Just trying out this plugin and cannot seem to ge…
ig.log is initiated with the debugger, if you don't require the debugger, …