|
1d
|
|
awarded | Unsung Hero |
|
May
12 |
|
comment |
Problems with offsets in portrait mode Cocos2d You need to see the value of realMoveDuration when it shoots straight up. This is the speed of the projectile and it is calculated by the distance from the end point of the projectile. NSLog out the length variable and the realMoveDuration and you should spot the problem |
|
May
10 |
|
answered | What would the pitfalls (if any) be of re-instantiating an instance on the stage |
|
May
10 |
|
answered | Problems with offsets in portrait mode Cocos2d |
|
May
10 |
|
revised |
How to center a bunch of controls programmatically in c# added 266 characters in body |
|
May
10 |
|
answered | How to center a bunch of controls programmatically in c# |
|
May
10 |
|
answered | Actionscript 3 - How To Detect Collision Of Transparent Sprites |
|
May
9 |
|
answered | Can't sort dates with PHP |
|
May
9 |
|
answered | why do{ }while() loop doesn't work in body of a button_Click( ) method |
|
May
9 |
|
comment |
Else If block and curly brackets Evaluates (myVal == 1) as false, jumps into next else condition. first line is next block. Evaluates (myVal2 == 2) as false, jumps into next else, identifies first block as next line, executes doNothing() |
|
May
9 |
|
revised |
Else If block and curly brackets Forgot to remove a bit of sample code |
|
May
9 |
|
answered | Else If block and curly brackets |
|
May
9 |
|
answered | Application submission requirement for Apple Appstore |
|
May
9 |
|
answered | Adding a simple Button link in Cocos2d-x |
|
May
3 |
|
answered | Final position of a Sprite in cocos 2d based on swipe angle and speed |
|
Apr
24 |
|
awarded | Notable Question |
|
Apr
5 |
|
comment |
Set delay animation for UIPicker? Nothing wrong with this question. @matt, if I could downvote your comments I would - if he can 'just google for it' it renders stackoverflow a little redundant, don't you think? Maybe think before you post and stop making people feel bad for asking questions? |
|
Apr
4 |
|
answered | Creating a Form2 in C# and editing it |
|
Mar
27 |
|
accepted | Store an array of NSObject Pointers in C array |
|
Mar
27 |
|
comment |
Store an array of NSObject Pointers in C array It has also been a while since I've looked in my header file for the issue apparently :-S of course I meant pointer to pointer! Need a coffee! I'm using C indexing primarily because I have multidimensional arrays and haven't found a way to access them in NSArray that is as nice as foo[x][y] |