Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: neb87 on June 02, 2006, 01:12:23 AM

Title: Reduce pic lag
Post by: neb87 on June 02, 2006, 01:12:23 AM
Is there a way to reduce lag when pictures are used as overlays?
Title:
Post by: Ruler of the Dark on June 02, 2006, 01:22:08 AM
Throw in a few 0.0 wait commands.
Title:
Post by: WarxePB on June 02, 2006, 02:43:37 AM
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.
Title:
Post by: neb87 on June 02, 2006, 03:07:07 AM
Alrigtht i fixed problem, thanks for help