194 Posts, registered 1 decade ago
Bio
Contact
Send an email to fulvio
Recent Posts
Well, it turns out this is a Google Chrome issue and nothing to do with my code…
""_Quote from Joncom_
Have you tried using Chrome's profiling to…
Damn it.
This is probably related to [http://impactjs.com/forums/impact-engine…
I have this strange issue with Google Chrome where the FPS in my game drops to …
""_Quote from Joncom_
However it does now.""
You're …
""_Quote from Joncom_
I've updated the first post and the Github…
Check this out:
[http://impactjs.com/forums/code/generate-random-map-in-imap…
""_Quote from Joncom_
Albeit not individual words...""
Exac…
Yeah, but that's modifying a single sentence and all its words rather than…
I get the following in FF and Chrome.
#IndexSizeError: Index or size is negati…
Oxygene was submitted to [http://aus.paxsite.com PAXAus] as part of the [http:/…
Looks like the latest version of Chrome has fixed the *Aw, snap!* issue :)
I…
Looks like the latest version of Chrome has fixed the *Aw, snap!* issue :)
I…
The following works beautifully:
##
type: ig.Entity.TYPE.B,
checkAgainst: ig.E…
In your #main.js#, outside of the #game.main# module:
##
if (ig.ua.mobile) {
…
Just wondering whether anyone has managed to figure out a way to modify the col…
Can confirm that the following worked perfectly.
##
ext.IDTK_APP.makeCall(&quo…
Dominic recommended using the following:
##
ext.IDTK_APP.makeCall("setDef…
quidmonkey, just wanted to make sure you were talking about placing the code wi…
I am using [http://www.ludei.com/tech/cocoonjs CocoonJS] on Android with the Im…
Thanks for the plugin Jesse! It's working great so far.
Thanks for all the feedback, much appreciated!
The way I use #EventChain# is like the following:
##
.requires(
// Requiri…
Managed to fix the inject to get it working properly now:
##
ig.module('g…
Yeah, what mtg101 said. Clear your browser cache if you find any abnormalities …
Thanks for the info Graphikos.
Unfortunately drawing at 0,0 still doesn't…
@ldlework over IRC helped me get started by using an inject against #Image#.
H…
Is there any way to disable the scaling of images?
I scale my game size by 3…
Awesome! Thanks Jesse.
I haven't played with it just yet, but I was wonde…