461 reputation
16
bio website
location
age 24
visits member for 11 months
seen 12 hours ago
stats profile views 12

nil


1d
answered Hexagon collision detection for fast moving objects?
Mar
8
awarded  Enlightened
Mar
6
comment What program generates character sprite sheets like this?
I doubt a program is creating the sprites themselves. These are most likely created by an artist like Tetrad suggested.
Jan
4
answered How to swallow touches on CCMenu while sliding?
Nov
15
answered App Store free promotion
Oct
30
awarded  Commentator
Oct
30
comment Why doesn't MoveBy work in this example?
to schedule an update: in your init add "this.schedule(this.update);" then have a function like: "update:function (delta){},"
Oct
18
comment Why doesn't MoveBy work in this example?
Also, if you delete the onEnter and onExit functions the code works. That's how the official example is coded; without the functions.
Oct
18
comment Why doesn't MoveBy work in this example?
I zipped the code I used here: dropbox.com/s/3a1he4kdwel7k0h/cocos2dhtml5code.zip It was built from your pastebin code and it works in firefox and chrome.
Oct
17
awarded  Editor
Oct
17
revised Why doesn't MoveBy work in this example?
Explained in depth why "this._super();" needs to be called.
Oct
17
answered Why doesn't MoveBy work in this example?
Oct
16
comment Why doesn't MoveBy work in this example?
If you put your code into pastebin.com and link me, I will be glad to look it over for you.
Oct
16
comment Why doesn't MoveBy work in this example?
The code works for me. Is platform1Sprite a cc.Sprite?
Oct
15
answered How was 20Q made?
Sep
21
awarded  Critic
Sep
14
awarded  Nice Answer
Sep
13
answered Get blocky look on textures some textures
Sep
13
answered Issue with distinguishing levels in isometric game
Jul
10
comment How do you start modding a game without an editor?
Here is the source code for Just Cause 2's Multiplayer Mod. code.google.com/p/jc2mp It's open source so you can look at it and see how they did it.