Asset

Chain

8

Mrlegoboy 2019-04-17 03:05

Draws a chain


was8bit 2019-04-17 03:34

Cool :)

.. glad to see ya :)


was8bit 2019-04-17 03:36

... I’m impressed with your approach .. clever :)


was8bit 2019-04-17 03:47

See if you like this remix :)

Chain (remix).nx | Open in app
2019-04-17 03:47

Tinycloud778 2019-04-19 21:37

Nice


Mrlegoboy 2019-04-22 01:44

Thats a cool remix but i wanted to make a version where it can twist... although I think its not feasible unless you use twice the number of sprites


was8bit 2019-04-22 02:12

There is a trick where you CAN double your sprites...

https://lowresnx.inutilis.com/topic.php?id=84

Here I use “108” sprites...

It’s in quotes as I reuse 54 twice.. the speed of NX creates the allusion of 108 although they do appear abit dimmer...


was8bit 2019-04-22 02:14

You’ll note that the screen capture only captures the 54 sprites.. if you run it, you will see the 108 sprites...


Mrlegoboy 2019-04-22 21:00

I only meant it would need twice the sprites that this chain uses, its 100% possible to code but i dont want to draw all the sprites that i would need to make it


was8bit 2019-04-22 22:20

Also know that sprites can be different sizes...
1x1 uses 1 cell
2x2 use some 4 cells
3x3 uses 9 cells
4x4 uses 16 cells

Maybe that might be helpful somehow...


was8bit 2019-04-22 22:41

Not exactly what I wanted.. rather than adding more cells, make them bigger...

Chain Remix2.nx | Open in app
2019-04-22 22:41

G-9 2019-11-07 06:42

THERE IS AN error !

Array not dimensioned
F=(XS/ys)


G-9 2019-11-07 06:43

F=ATN ( XS/ys)


Mrlegoboy 2019-11-08 04:20

Yeah its because its an old program


Mrlegoboy 2019-11-08 04:23

There, fixed. Had to add an entire letter.


G-9 2019-12-14 17:05

No there is a problem , Division by 0 !


Mrlegoboy 2019-12-14 21:36

Liar


Log in to reply.