Page 4 of 5

Re: The demo request list

PostPosted: Mon Mar 10, 2008 8:29 pm
by Azou
Cool !
I'll give you 2 points if i'm happy :mrgreen:

Re: The demo request list

PostPosted: Mon Mar 10, 2008 11:53 pm
by edh

Re: The demo request list

PostPosted: Sat Oct 18, 2008 3:30 pm
by Dezigner
:( Can anyone please make a "save game" and "load game" screen

Re: The demo request list

PostPosted: Sat Oct 18, 2008 10:58 pm
by Sgt. Sparky
Dezigner wrote::( Can anyone please make a "save game" and "load game" screen

Search the forum, I think at least 3 of these have been made. If you can find the source for my ROLLit game, it has one of those. If not, I will upload it.

Re: The demo request list

PostPosted: Sat Oct 25, 2008 1:20 am
by j2graves
I request a demo on how to make game editor affected by the computer's clock

Re: The demo request list

PostPosted: Sat Oct 25, 2008 10:15 am
by Kalladdolf

Re: The demo request list

PostPosted: Thu Mar 05, 2009 4:26 pm
by chameleoncreations
hey is anyone inerested in working on a mobile game using characters from my book? We could sell the product and split the funds. My book has sold over 500 issues so far. If Your interested let me know.

Re: The demo request list

PostPosted: Wed Mar 11, 2009 2:26 am
by Lexcondran
id say an rpg request would be how to have an rpg battle like final fantasy style turn fights,
its what has stopped me on a very gness game that all i have is level ups with stats and exp all figured out
i need//save-load//inventory-equip help//Rpg battle thing before i figure it out somehow//

Re: The demo request list

PostPosted: Fri Mar 13, 2009 12:55 am
by jimmynewguy
chameleoncreations wrote:hey is anyone inerested in working on a mobile game using characters from my book? We could sell the product and split the funds. My book has sold over 500 issues so far. If Your interested let me know.

If you have sprites, and the story i can help script, but i dont really wont profits :D

Re: The demo request list

PostPosted: Wed Apr 28, 2010 8:49 am
by uan
@Sgt. Sparky
I've searched for a working link to your Rollit game, I need to learn a save/load method for an RPG inventory and game save setup in a new game. But I cant find a link that isnt broken to the file. Do you have any active links to Rollit? I'd appreciate any help, thanks :-)

Re: The demo request list

PostPosted: Wed Apr 28, 2010 1:06 pm
by Hblade
uan, use an array variable. The variable should be called item.
Now make another variable called posit, standing for position, also an array.

The array size is how ever many slots you have open for your inventory, in other words the max ammount of items you can have in the inventory. Then simply use savevars! :D

Setting up the items:
item[0] //Potion
item[1] //Hi Potion
etc...

The item variable can also be used for weapons too, hope this helped! :D If you need it more detailed lemme know.

Re: The demo request list

PostPosted: Wed Apr 28, 2010 10:18 pm
by uan
Thanks HBlade for the heads up :-)

Re: The demo request list

PostPosted: Wed Apr 28, 2010 11:03 pm
by Hblade
Your welcome ^.^ I'll make a demo.

Re: The demo request list

PostPosted: Wed Apr 28, 2010 11:08 pm
by uan
a demo? :-) too kind of you, thank you again!

Re: The demo request list

PostPosted: Wed Apr 28, 2010 11:28 pm
by Hblade
No prob, I just hope I can remember to do it lol I tend to forget things like that easily o.o