scene
iphone - replaceScene error:Terminating app due to uncaught exception 'NSRangeException',reason:'***-[NSMutableArray replaceObjectAtIndex:withObject:]
I made a loading screen, where the program goes through a list of words, picks a six-letter word, and derives a list of words from the letters of that word.[详细]
2023-04-09 14:50 分类:问答Move Scene in corona
I am new to corona and my Problem id I hav开发者_高级运维e a long scene and in that I have a ball body. When it moves up i want to move the scene up. How to do this in Corona.This is done using a disp[详细]
2023-03-31 02:51 分类:问答cocos2d enable touch in second scene
i have menu with buttons when touch the Play button game go to another scene but Touch don\'t work there[详细]
2023-03-25 18:19 分类:问答Implementing a scene graph on OpenGL ES 2.0
I am looking for a way to implement some basic scene management in OpenGL ES 2.0 where there\'s no fixed function pipeline.[详细]
2023-03-17 13:07 分类:问答QGraphicsScene, QGraphicsView and QVBoxLayout() problem
Greetings everyone, Every time I run it seems Qt Creator just stop working, when I commented out the line //mainWindow = new MainWindow(); But if the line is not commented out, MainWindow will keep a[详细]
2023-02-23 03:52 分类:问答cocos2d 1.0 beta transition between two scenes and the program just quit?
Hi am new to xcode and cocos2d development.I have a question about switch scenes.I have one class is call开发者_JS百科ed \"GameScene\" and has a schedule call \"scheduleTarget\" to add a target on the[详细]
2023-02-20 10:34 分类:问答cocos2d loading scene failed
I\'m currently reading \"Learn iPhone and iPad Cocos2D Game Development\". i am not able to use a loading scene. i have HelloWorldScene.m, when i click it, it should show ScoreScene.m with a LoadingSc[详细]
2023-02-12 03:46 分类:问答Reloading same cocos2d scene shows pink screen
I am making a game in cocos2d. Game Scene has a menu button to take back to main menu which is a UIViewController. When user chooses to play again and same game scene is called to run in director, a p[详细]
2023-02-11 08:29 分类:问答cocos2d scene retaining issue
There is a scene in my application which has only two labels and a menu item. When I load this scene using replaceScene method it stays for 3-4 seconds and then gets disappeared or released. I want to[详细]
2023-02-11 06:43 分类:问答iPhone - starting cocos2d scene from viewcontroller, closing from within scene
How do I do this? On one of my UIViews (nib file) I have ImageView and a Button that starts full screen Cocos2d scene. From within that scene I want to close it and go back to UIView, so that user ca[详细]
2023-02-11 06:26 分类:问答