Rope Simulation Library A Zedd Library Alex Marcolina Omnimaga.org Builderboy2005@yahoo.com This is the Momentum expansion library. This library allows you to simulate momentum, velocity, and location on a point object. It ignores collision, and is usually used if you need an object that has momentum, but does not collide with anything else. This library does not interact directly with the Zedd engine, but still follows the same object storage format for use with the other Zedd libraries. Use the following commands to interact with the library: Command Description ----------------------------------------------------------------------------- AddM(r1,r2,r3) Adds a point object at r1,r2 to the memory location at index r3. Solve() Simulates one frame of the Object. The objects position is incremented by its velocity, and its velocity is affected by the global forces defined in the Zedd engine SetXY(r1,r2,r3) Sets the velocity of object r3 to r1,r2. ------------------------------------------------------------------------------