Calculator Community > Axe

A little help

<< < (15/15)

Quigibo:
That's coming next version for sure.  There isn't a built in OS-call to display an integer in an arbitrary position (that I know of) so I have to do a little work around by converting it to a float and then displaying it.  Its slower, but its somewhat small.

DJ Omnimaga:
ooh ok I see. What would be a workaround for this? I can't seem to figure out how to display only one character from a string (is it even possible at all with Text() anyway?). Should I just use a set of sprites instead?

Btw this is for title screen, where you can set game speed

Quigibo:
Yeah, when I add >Dec support for Text() I will also add the >Frac.

Temporarily, you can use the Output() feature to do this but it has to be aligned.

DJ Omnimaga:
yeah my issue was that I didn't want it aligned, but it shouldn't be an issue now since I decided to just show a sprite animation instead :P

Navigation

[0] Message Index

[*] Previous page

Go to full version