Boriel Basic Forum
4spriter editor released - Printable Version

+- Boriel Basic Forum (https://forum.boriel.com)
+-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11)
+--- Thread: 4spriter editor released (/showthread.php?tid=407)



4spriter editor released - slenkar - 2011-11-09

[Image: KMolW.jpg]
<!-- m --><a class="postlink" href="http://www.mediafire.com/?dbgt4hulg4129gl">http://www.mediafire.com/?dbgt4hulg4129gl</a><!-- m -->

press the spacebar to save and your sprites will be there in the same folder as the executable ready to cut and paste into your basic code

(the save is called .monkeystate)

EDIT - altered the colors to match speccy colors


Re: 4spriter editor released - britlion - 2011-11-09

Nice work!


Re: 4spriter editor released - slenkar - 2011-11-10

thanks Big Grin


Re: 4spriter editor released - boriel - 2011-11-10

Whoa!! Nice work!! :!:
:wink:


Re: 4spriter editor released - slenkar - 2011-11-10

thanks


Re: 4spriter editor released - slenkar - 2011-11-21

This can also be used to design 8x8 sprites, for use with the Print UDG statement
simply draw the sprite and copy the numbers into a defb statement
e.g.
Code:
MyUdgBlock:
ASM
defb 255,129,129,129,129,129,129,255
defb 231,231,165,231,189,231,165,255
defb 0,248,190,255,127,255,213,255
END ASM
^this is 3 sprites


Re: 4spriter editor released - boriel - 2013-04-20

This file is no longer online? I lost it! Sad
You can also attach .zip files to the messages, BTW.


Re: 4spriter editor released - slenkar - 2013-04-21

here ya go

the flash one is faster but the html5 works on more platforms


Re: 4spriter editor released - boriel - 2013-04-21

slenkar Wrote:here ya go

the flash one is faster but the html5 works on more platforms
HTML5? Have you though in put this online on a web?


Re: 4spriter editor released - slenkar - 2013-04-21

heres the one for bifrost:

<!-- m --><a class="postlink" href="http://slenkar.herobo.com/brofist/brofist.html">http://slenkar.herobo.com/brofist/brofist.html</a><!-- m -->

and here is the normal one:
<!-- m --><a class="postlink" href="http://slenkar.herobo.com/spriter/spriter.html">http://slenkar.herobo.com/spriter/spriter.html</a><!-- m -->


Re: 4spriter editor released - boriel - 2013-04-21

Fine, thanks!! Smile (I didn't realised, sorry).
Now people reading this thread will go there directly. 8)


Re: 4spriter editor released - slenkar - 2013-06-02

you can now rotate sprites now by ten degree turns

some examples:
[Image: TG2fmfE.png]
[Image: CK28f0o.png]
[Image: cxa1HTk.png]
[Image: 5ueAqnJ.png]
[Image: WKMaBYV.png]
[Image: bDJBtUj.png]