(I know nothing about history of the Pharohs so this is a random guess.)
He is a she?
He is a she?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: WiseFrog on Tue 04/05/2021 07:40:34
Now I just have to find how to do it not take so long to get to the new number and only take about 3 or 4 seconds for example
int dispMoney, realMoney;
function repeatedly_execute_always()
{
// ... (anything else you have in this function)
if (dispMoney < realMoney)
{
dispMoney+=5;
if (dispMoney > realMoney) dispMoney = realMoney;
}
else if (dispMoney > realMoney)
{
dispMoney-=5;
if (dispMoney < realMoney) dispMoney = realMoney;
}
lblMoney.Text = String.Format("%d", dispMoney);
}
if (dispmonie < realmonie) dispmonie++;
else if (dispmonie > realmonie) dispmonie--;
Quote from: Misj' on Wed 14/04/2021 21:47:55It appeared to me that the characters were just photoshopped with errr... photos, so they don't fit the rules anyway.
1. draw your very own two characters of a fictional buddy cop movie game.
Quote from: milkanannan on Sun 04/04/2021 05:25:29Repurposing the windmills into giant throwing stars, destroy one whole troop in its way in each throw? Their use of clean energy angered nuclear powered Godzilla, making him throw these stuff around.
DUTCH RUDDER
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 3.649 seconds with 15 queries.