News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu

Painting on the Amstrad

Started by enteka, 19:13, 13 June 21

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

enteka

Suppose I have an image like this one... (just exploring pixel art at this time)

And I wanted it to show as a static game screen. Using Basic, how should I do that?

SkulleateR

Just use a util of your choice to convert it to a CPC Screen (like https://github.com/jeromelesaux/martine ), transfer it to DSK (or real disk) and just load it to screen ram with basic :


LOAD"IMAGE.SCR",&C000


:)

enteka

Quote from: SkulleateR on 20:22, 13 June 21
Just use a util of your choice to convert it to a CPC Screen (like https://github.com/jeromelesaux/martine ), transfer it to DSK (or real disk) and just load it to screen ram with basic :


LOAD"IMAGE.SCR",&C000


:)
YAY!! Thank  you

m_dr_m


Powered by SMFPacks Menu Editor Mod