"print" using screen coordinates

Here you can talk about anything related to BBC BASIC, not covered in another category
zdrastvutye
Posts: 4
Joined: Mon 03 Sep 2018, 19:48

"print" using screen coordinates

Post by zdrastvutye »

it works in amstrad locomotive basic as follows
move x;y:print points (8); a;b
example http://bilder-hochladen.to/hosted/2c1c5 ... 9ecb54.jpg
how is it done in bbc basic?
DDRM

Re: "print" using screen coordinates

Post by DDRM »

If you issue
VDU 5
then print will be at the graphics cursor. Note that it will also have a transparent background!
YOu can return to normal with
VDU 4

Best wishes,

D