Hi Araceli,
Amazingly, Small Basic does not issue an error message when Shapes.AddImage (ImageName) uses a URL or a filename.
However, the correct way to proceed is:
First load the image with
img_xyz = ImageList.LoadImage ("Filename or URL")
into RAM memory and then with
shape_n = Shapes.AddImage (img_xyz)
create one or any number of shapes.
One example is Nonki's Abacus program MNV389-3
Note to all Small Basic users: The book listed above is available on ZLibrary as a PDF(EarlyAccess Version). The resources for this are available on Nostarch.
@Araceli Martínez Morales , please add a small basic tag so that it can also be assigned to Small Basic.
Thanks very much.