ALBUM IMPORT [F$]

Post Reply
Hustermouse
Posts: 2
Joined: Sun Nov 16, 2014 1:40 pm

ALBUM IMPORT [F$]

Post by Hustermouse »

Could you possibly direct me to a more comprehensive example how to use this function?
How to find the name of a photo in the album?
How to draw or print it on the screen?

Thank you
Andreas

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: ALBUM IMPORT [F$]

Post by Mr. Kibernetik »

You don't need to know any photo name in the Album.

Example:

ALBUM IMPORT "test.jpg"
GRAPHICS
DRAW IMAGE "test.jpg" AT 0,0

Now you have file "test.jpg" imported from Album and drawn on the screen.

Hustermouse
Posts: 2
Joined: Sun Nov 16, 2014 1:40 pm

Re: ALBUM IMPORT [F$]

Post by Hustermouse »

Thank you

Post Reply