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.
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
i have menu with buttons when touch the Play button game go to another scene but Touch don\'t work there
I am looking for a way to implement some basic scene management in OpenGL ES 2.0 where there\'s no fixed function pipeline.
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
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
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
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
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
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