> i could also add a "automatically set y offsets to hotspot function.
>
That would be awesome. It would be a bit time consuming to set the offset for each letter.
ok, done
redownload
it's under the Set YOffset
there's an option to set to the hotspot now
I'm using a global SpriteFont, and a global sprite for it.
The SpriteFont becomes invisible/disappears if I do like so:...Removed it, and no more crashes.
I'm a little confused as to what you meant in the first part
as for the second part, if possible pm me a link to the still crashing cap
I'd definitely change [Scrolling Destroying/recreating Sprites], seems unneccesary. If you're storing pointers to all the letters then you can just move them and update their position.
OK this is fixed
with one exception
when Confine Text To Box is on, it destroys and recreates the sprites
this is because it chooses whether to create them in the first place based on whether they are going to be in the bounding box or not.
[programmer talk]I think removing and adding pointers from the center of the vector along with destroying and creating certain objects might have been just as inefficient anyway. plus, it would have involved a significant amount of rewriting stuff I'm just not up to at this point in my other project[/programmer talk]