Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Vidian on May 12, 2007, 10:56:36 PM

Title: Cycling
Post by: Vidian on May 12, 2007, 10:56:36 PM
Can Cycles exist within cycles?
Title:
Post by: elementalhero76 on May 29, 2007, 12:45:56 PM
Do you mean loops (rm2k3)?
Title:
Post by: Dragonium on May 29, 2007, 01:12:04 PM
Cycles don't tend to exist within other cycles. There are generally two loops (Or "wheels") per cycle. In some cases, two cycles can be combined into one, but there are still only two "wheels".

Cycling is pretty useful, as it allows you to reach an end result or destination quicker.