Impact

10 Posts, registered 1 decade ago

Contact

Send an email to tluyben

Recent Posts

1 decade ago in Class.inject() draw issue - draw keeps drawing:

Thanks, I'll play around with that idea! I do wrap with try/catch; for…

1 decade ago in Class.inject() draw issue - draw keeps drawing:

I want to swap out my code at runtime for live editing so I can code games with…

1 decade ago in Class.inject() draw issue - draw keeps drawing:

drhayes, I tried that and it yields the same result. If you log the draw() func…

1 decade ago in Class.inject() draw issue - draw keeps drawing:

Is there any way to prevent this from happening so that this.parent() keeps wor…

1 decade ago in Class.inject() draw issue - draw keeps drawing:

Ah! That was subtle (at least to me). Still am not that comfortable with the ja…

1 decade ago in Class.inject() draw issue - draw keeps drawing:

Made some code to reproduce the issue exactly how I'm using it. Actually i…

1 decade ago in Class.inject() draw issue - draw keeps drawing:

After a lot of experimenting I found out I just shouldn't inject the draw(…

1 decade ago in Class.inject() draw issue - draw keeps drawing:

As was to be expected (but I didn't see that before), it also handles all …

1 decade ago in Class.inject() draw issue - draw keeps drawing:

By 'it works' I mean, it actually draws what the new mainDraw method …

1 decade ago in Class.inject() draw issue - draw keeps drawing:

Say I have something like: ## MyGame = ig.Game.extend({ draw: functio…