This has been flagged as spam show
Hi Guys, I've just developed an iPhone App using DragonFireSDK, intirely in Windows.
The App is called "Parabolic Motion Simulator": check it out on You Tube or on the App Store! (:
Feel free to ask me anything on DragonFireSDK development at jofdeveloper@hotmail.com
sk8boy91 1 month ago
bubble wrap doesnt make that sound
bronpedullasmith 5 months ago
@bronpedullasmith But the real one was boring (since the purpose of the app would be for the satisfying sounds )
300SpartanX 5 months ago
can you tell me how to make buttons? idk how, I'm a beginner and I want to learn as much as possible
TheSdcoolio 6 months ago
@TheSdcoolio 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;
}
300SpartanX 6 months ago
@300SpartanX thanks :)
This has been flagged as spam show
Hi Guys, I've just developed an iPhone App using DragonFireSDK, intirely in Windows.
The App is called "Parabolic Motion Simulator": check it out on You Tube or on the App Store! (:
Feel free to ask me anything on DragonFireSDK development at jofdeveloper@hotmail.com
sk8boy91 1 month ago
bubble wrap doesnt make that sound
bronpedullasmith 5 months ago
@bronpedullasmith But the real one was boring (since the purpose of the app would be for the satisfying sounds )
300SpartanX 5 months ago
can you tell me how to make buttons? idk how, I'm a beginner and I want to learn as much as possible
TheSdcoolio 6 months ago
@TheSdcoolio 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;
}
300SpartanX 6 months ago
@300SpartanX thanks :)
TheSdcoolio 6 months ago