Forum
4spriter editor released - Printable Version

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



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

[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 - 11-09-2011

Nice work!


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

thanks Big Grin


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

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


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

thanks


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

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 - 04-19-2013

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 - 04-21-2013

here ya go

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


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

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 - 04-21-2013

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 - 04-21-2013

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


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

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]