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.

Chest Collector

Have any cool screenshots and/or projects to show off? Post your content here!
(If you need somewhere to post your images, why not use our gallery?)
Locked
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Chest Collector

Post by chocolatepie33 »

There were some good, some bad parts. I just PMed you the critique.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Chest Collector

Post by PizzaLover101 »

Yeah I hot it, I'm responding to it now lol
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/
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Chest Collector

Post by PizzaLover101 »

The current DCCG site will be deleted on October 31st. The new site will be http://chestcollector.do.am/
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/
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Chest Collector

Post by PizzaLover101 »

Storyline Part 2
You work in a supermarket. From then on, you are told to walk around and help people. Uh oh, we are out of cups. You go in the back to get more cups when you over here a conversation. They spot you, You run. You go out onto the back parking lot and across a field. The field turns black and you have to jump a lava pit. You know you lost them, but you keep running anyways. That's when you find your second job.
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/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Chest Collector

Post by chocolatepie33 »

If we had good bots, this would be a perfect use for them. If we had to code them, it might look like this:

guitext "blah blah blah."
guitext "blah blablah blah"
guibar
guitext "Leave or listen?"
guibar
guibutton "leave" [showgui NEWGUI2]
guibutton "listen" [showgui NEWGUI3]
----------------------------------------------------------------------------------
NEWGUI3 [
guitext "Is that guy listening to us?" (Here, the bots turn slightly to look @ you)
guitext "if he is, we'll have to kill him."
guibar
guibutton "RUN!" [cleargui] (Bots start chasing you)
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
daltonds1
Member
Member
Posts: 368
Joined: September 13th, 2010, 12:26 am
Name: Dalton
IRC Username: Daltonds1
Location: Tomball, Texas

Re: Chest Collector

Post by daltonds1 »

First of all. You got your CLEAR GUI code wrong and your show guis wrong
"showgui GUINAME" is for the show new gui
cleargui" is for the clear

guibar
guitext "Leave or listen?"
guibar

That's really sloppy

Code: Select all

guitext "blah blah blah."
guitext "blah blablah blah"
guitext "Would you like to Leave or listen?"
guibar
guibutton "leave" "showgui NEWGUI2"
guibutton "listen" "showgui NEWGUI3"
Is better,
And naming NEWGUI3 isn't that great cause NEWGUI3 will show in the game.

Also for the leave it would be like this

Code: Select all

guibutton "Leave" "cleargui"
And same for RUN
You would need to add a function for that but your code is wrong its

Code: Select all

   guibutton "RUN!!" "cleargui"
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Chest Collector

Post by chocolatepie33 »

Dalton, I know how to code. this was a quickie work just used to show something. And you can use the [] around a command. That's just how I learned it. "" for names, [] for commands, () for names/text side-notes.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Chest Collector

Post by PizzaLover101 »

Yeah, I kinda wish that they could release "hounds" (wolves) and that they could hurt you...........
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/
daltonds1
Member
Member
Posts: 368
Joined: September 13th, 2010, 12:26 am
Name: Dalton
IRC Username: Daltonds1
Location: Tomball, Texas

Re: Chest Collector

Post by daltonds1 »

PizzaLover101 wrote:Yeah, I kinda wish that they could release "hounds" (wolves) and that they could hurt you...........
Make a model add it :P

But in the SVN they have attacking stuff i think
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Chest Collector

Post by PizzaLover101 »

lol :P
I really do wish.............
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/
Locked