Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: neb87 on June 02, 2006, 01:12:23 AM
-
Is there a way to reduce lag when pictures are used as overlays?
-
Throw in a few 0.0 wait commands.
-
The lag is caused by the Parallel Process event. If you're showing a static (non-moving or animating) picture, show it once, then use the Erase Event command.
-
Alrigtht i fixed problem, thanks for help