DragonFireSDK – Bubble Wrap iPhone Game

admin January 23, 2013 5

Made by me. The game lags a tiny bit if you click on too many things at once, but otherwise works fine. Enjoy your watching!

5 Comments »

  1. 300SpartanX January 23, 2013 at 4:16 AM -

    But the real one was boring (since the purpose of the app would be for the satisfying sounds )

  2. Bron Pedulla-Smith January 23, 2013 at 4:48 AM -

    bubble wrap doesnt make that sound

  3. Swaraj Dhumne January 23, 2013 at 5:15 AM -

    thanks 🙂
    

  4. 300SpartanX January 23, 2013 at 5:20 AM -

    You do ViewAdd and the image, then before the last parentheses, you type the function name then a 0.

    The function setup would be:

    int FunctionName(int id, int event, int x, int y)
    {
    if (event == 3)
    {

    }
    return 0;
    }

  5. Swaraj Dhumne January 23, 2013 at 5:35 AM -

    can you tell me how to make buttons? idk how, I’m a beginner and I want to learn as much as possible