Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: maximumcarnage on October 27, 2007, 03:51:57 AM
-
Whenever i put a picture it kinda lags....it pauses the game per each move i make...to be specific i'll say what kind of picture.Anyone played RE?The danger conditions and etc.it lags.help?
-
Make sure you are only showing the pictures when they need to be shown e.g not constantly looping for no reason. You could also try putting a wait 0.0 in front of each show picture as it usually cuts lag a lot
-
What the guy above me said it's true, you should always put an at least 0.0 wait before the picture refresh, it will have virtually no lagging. also, if the picture needs to be called up only once each time you enter the screen, make it to the event will erase itself.