Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Count to 1500!
- Runescapedj
- Member
- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands
Re: Count to 1000
824
and the number I insert: 823
and the number I insert: 823
- InHumanUnit
- Member
- Posts: 1450
- Joined: May 22nd, 2010, 7:23 am
- Name: Ian, Haiku, I got alot ;)
- Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
- Contact:
Re: Count to 1000
[Insert gun here] "Gunz here!"
825
825
- Runescapedj
- Member
- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: Count to 1000
Time for some C++:
827
Code: Select all
#include <iostream>
using namespace std;
int main() {
int number;
cout << "Please enter a number." << endl;
cin >> number;
cout << "You picked " << number << "for your number.";
cout << "number plus one equals: " << (number + 1);
return 0;
}
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
- esequiel14
- Member
- Posts: 191
- Joined: September 15th, 2009, 4:17 am
- Location: TX.
Re: Count to 1000

check out my video tutorials and sandbox coolest maps in http://www.youtube.com/user/Esequiel14
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
- esequiel14
- Member
- Posts: 191
- Joined: September 15th, 2009, 4:17 am
- Location: TX.
Re: Count to 1000
check out my video tutorials and sandbox coolest maps in http://www.youtube.com/user/Esequiel14
- PizzaLover101
- Member
- Posts: 1751
- Joined: October 23rd, 2009, 1:33 pm
- Name: NAME
- IRC Username: DaItsicle
- Location: By a computer
- Contact:
Re: Count to 1000

Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!
http://pizzagametime.tk/
http://forums.pizzagametime.tk/
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!
http://pizzagametime.tk/
http://forums.pizzagametime.tk/
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: Count to 1000
Gimme a few days and I'll try to make a good one...
832
832
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
- Runescapedj
- Member
- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands