Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: jpcr on Sat 27/02/2010 21:48:37

Title: nomber of objects per room?per game?
Post by: jpcr on Sat 27/02/2010 21:48:37
hi,

how many objects can i have per room?

i want to design a game that would require at least 10 to 15 objects per room and will probably have 4 rooms so thats 60 objects in the whole game , is it possible?

can I use the same object in two different rooms?

thanks in advance for your answers.
jp
Title: Re: nomber of objects per room?per game?
Post by: barefoot on Sat 27/02/2010 22:16:50
Hi

I believe its 40 objects per room, so hyperthetically you could have 20 rooms each with 40 objects.

You can use the same object as many times as you like.

An object is a sprite that you can use over and over.

Read the manual, it explains about this and many other things about AGS.

barefoot
Title: Re: nomber of objects per room?per game?
Post by: jpcr on Sat 27/02/2010 22:22:04
thanks a lot !!
Title: Re: nomber of objects per room?per game?
Post by: monkey0506 on Sat 27/02/2010 22:47:37
In addition to room objects you can have an infinite number of characters, so if you run out of objects or if you want an object that can move between rooms you can use a character instead. ;)
Title: Re: nomber of objects per room?per game?
Post by: jpcr on Sat 27/02/2010 22:54:13
ha always good to know !!

thanks a lot  :D

jp