Misc
- SpriteMap
0.91b
Dectect
the location of upto 255 "sprites". Could be easily expanded to 65535 if required.
Poor documentation. A new example and docs have been added.
- StringLib
0.9a
Only
one library member so far "mSubstitute". This converts all occurances of a
character in a string into a different character. It does this fast.
- ElapsedTimer
0.9a

- So you are fed up of 60ths of a second for timing. This Xtra will allow
you to access the Mac system microseconds timer, retrieving either the microseconds
or milliseconds since the Mac has been started up. You do not get all the
resolution, especially with the microseconds, but will work well in a tight
loop.