Hello,
I'm trying to get text on top of a background image,
the idea is a computer with terminal as background and that text would appear on the terminal. At a later stage i want it to interact with the user, like getting his name, location etc.
But first it needs to say hello
This is my code so far:
set display mode 1366, 768, 32
load bitmap "achtergrond.jpg",11
copy bitmap 11,0
Ink RGB(0,165,0),RGB(150,150,150)
Print "Entered mainframe, loading root processes..."
wait 2000
end
What am i doing wrong is there a tutorial for it? i could not find one. thanks in advance!