Memory use / copy scene / optimization question
xyloFUN
Member Posts: 1,593
Hi de ho good neighbors,
I am wondering something about memory use ....
Say I make a scene with images and sounds in it.
Then I copy that scene so that I can changhe some of the pictures, remove some sounds and add new ones.
How does GS deal with freeing up memory?
Does going to a new scene clear out the buffer or does that just add and increase memory use?
Thanks :-)
I am wondering something about memory use ....
Say I make a scene with images and sounds in it.
Then I copy that scene so that I can changhe some of the pictures, remove some sounds and add new ones.
How does GS deal with freeing up memory?
Does going to a new scene clear out the buffer or does that just add and increase memory use?
Thanks :-)
Comments
I am talking about game design and wonder if I should make one triple wide scrolling scene or, would it be better memory wise to make three scenes instead?
The point is that my apps use many sound samples and therefore I want to know which of the two methods at my disposal create the more streamlined version?
The reason why I prefer the copy paste way of doing it is because the alignment takes a long time to perfect and once it is in place, copying the scene scene saves about an hour of work.