Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Môsi

A tiny game editor you can use on your phone or in your browser · By sg

Sprite Multi Layer

A topic by Asm23 created Sep 23, 2024 Views: 96 Replies: 1
Viewing posts 1 to 2
(2 edits)

Sorry for the inconvenience but I started using mosi and transparency systems to create still sprites with multiple colors and I was wondering if it was possible to use it for a sprite that moves like an avatar or enemy if it is possible could I have explanations to make it work thank you. Sorry for my English I'm not very good so I use Google translate 

samplesExemple

Hi Asm,

It might be possible to use the {pick} function maybe..? Something like:

{pick {sprite-at 3 4}}

{move-sprite 3 5}

{/pick}