how do you draw single pixels for dummies’ I’m working on a game right now and I need some help. Thank you.
There’s a set image color at x [0] y [0] to [color]
block in the image category (under advanced), but an important thing to note is that it will only draw once – if you want it to stay on screen, it needs to be drawn every time the screen is redrawn to update sprites / etc. In my https://github.com/jwunderl/arcade-sprite-util extension I made a block render on z-index [number] to [screen]
to make this easier to do – this will give you an opportunity to draw at the same time sprites do every frame.
actually, never mind that I know how to do that. I meant how do you make a sprite leave a trail behind it.
so how do a make a line follow a sprite