When creating a menu system, would it be more efficient to create objs or images?
Also, would adding vars to images make them less efficient?
ID:154050
![]() Jul 12 2002, 6:49 pm
|
|
![]() Jul 12 2002, 6:55 pm
|
|
Images and screen objects have two different purposes. An image is an icon that only the player can see, while a screen object is an object that moves with the player's screen. Use the one that best fits your need.
|
They both fit my need. I'm trying to create menues in place of input boxes, but they create lag. I want to know which is less laggy. I also want to know if it's efficient to give images vars or not...
|