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!
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!
But the real one was boring (since the purpose of the app would be for the satisfying sounds )
bubble wrap doesnt make that sound
thanks 🙂
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;
}
can you tell me how to make buttons? idk how, I’m a beginner and I want to learn as much as possible