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
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
thanks a lot !!
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. ;)
ha always good to know !!
thanks a lot :D
jp