1576
TI-Nspire / Re: Lua-based Ebook Reader (Does not require ndless)
« on: December 13, 2011, 09:51:05 pm »
wow. how big will be the file per page?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1576
TI-Nspire / Re: Lua-based Ebook Reader (Does not require ndless)« on: December 13, 2011, 09:51:05 pm »
wow. how big will be the file per page?
1577
TI Z80 / Re: Grappler!« on: December 13, 2011, 09:48:58 pm »
Oh. You're using Bananas. XP
What exactly are you trying to do? 1578
Humour and Jokes / Re: If there was tech support in botswana...« on: December 13, 2011, 09:43:01 pm »
put it near the fireplace.
I don't have a fireplace. 1579
TI Z80 / Re: Grappler!« on: December 13, 2011, 09:42:30 pm »
The sprite have to be stored in picture.
Is it? 1580
TI Z80 / Re: Grappler!« on: December 13, 2011, 09:41:03 pm »
ok. I just tried and it worked perfectly.
![]() What was the sprite dimension? which number did you type? 1581
TI Z80 / Re: Grappler!« on: December 13, 2011, 09:30:22 pm »
did you delete the space in front of the hex code?
1582
TI Z80 / Re: Grappler!« on: December 13, 2011, 09:29:17 pm »
What do you mean by it's not working out?
1583
Miscellaneous / Re: Random Project. Come join in.« on: December 13, 2011, 09:27:29 pm »Code: [Select] :.THEGAME 1584
Miscellaneous / Re: Random Project. Come join in.« on: December 13, 2011, 09:16:13 pm »
gotcha!
Code: [Select] :.THEGAME
1585
Axe / Re: Axe Q&A« on: December 13, 2011, 06:36:09 pm »
now let's abuse these
![]() 1586
TI Z80 / Banana Editor/HCONVERT« on: December 13, 2011, 06:29:41 pm »
Somebody might put good use in these programs.
BANANAS editor is a sprite editor designed for axe/xlib programmer. It supports 8x8, 16x16, and 24x24 sprites, and you can store them as pictures or export them as an hex code(8x8 pack.) so if you have 24x24 sprite, it will export hex like: 1 2 3 4 5 6 7 8 9 in order. Also, I threw in little tilemap editor (for 8x8 sprites only). For tilemap editing: 2nd: choose sprite 2,4,6,8: scroll around map if it's bigger than 12x8 arrow keys: move cursor around. Hconvert is a sprite-to-hex converter, but the sprite must be stored in picture. EDIT: HCONVERT stores hex data into Str1! They both need DCS7. Enjoy! ![]() 1587
TI Z80 / Re: Grappler!« on: December 13, 2011, 06:24:55 pm »
Here. Use it well.
![]() It's ok. It's only 386 bytes ![]() 1588
Axe / Re: Axe Q&A« on: December 13, 2011, 06:22:17 pm »
wait. I can have custom-named variables? sweet!
1589
TI Z80 / Re: Grappler!« on: December 13, 2011, 06:20:13 pm »
xLib is contained in DCS7
![]() Basically, you can choose the size of the sprite (up to 88x56), choose a picture, and it converts it to hex in axe format (8x8 pack) for you. ![]() 1590
Miscellaneous / Re: Random Project. Come join in.« on: December 13, 2011, 06:16:52 pm »
@epic7: let's put something useful here
![]() Code: [Select] :.THEGAME EDIT: Fixed a bit. |
|