Forums » HTML5 Framework » We want your feedback »
| Hao Wu | We want your feedback | ||||
|---|---|---|---|---|---|
|
Hi guys After the alpha version of Cocos2d-html5 is launched, we have received many feedback. It quickly came to our attention that we need to "prettify" our API :), We had a video chat with Ricardo Quesada and Rolando Abarca discussed these cases, the conclusion is that we had a list to choice, and need your feedback to see what is preferred by most developers. We need to decide these following: Namespace¶1. cc
Property access¶1. monster.position.x = 100; var pos = monster.position;
Object Constructor¶Note: chained setter functions will be decided in question 2 1. var a = new Sprite(); a.setFile(...).setPosition(...); OR var a = (new Sprite()).setFile(...).setPosition(...);
please participate this online survey here: Thank you! |
||||
| bob dos | RE: We want your feedback | ||||
|
Done |
||||
| Matteo Bucchi | RE: We want your feedback | ||||
|
Added by Matteo Bucchi 7 months ago
Hello! (I also suggest to get ideas for manipulation methods on a sprite looking at the GIMP tools!) |
||||
| Roger Clark | RE: We want your feedback | ||||
|
Added by Roger Clark 5 months ago
Is this sticky now out of date and does it need to be removed? As far as I was aware the decisions on this have now been taken an implemented. If so perhaps this sticky should be removed. Freelance Web, iPhone and iPad developer / producer. Melbourne Australia |
||||
| Rui Luo | RE: We want your feedback | ||||
|
done. |
(1-4/4)