Questions of 7 jul 02
Sarah
sarahr at genesearch.com.au
Mon Jul 8 22:20:01 EDT 2002
> 2) import command creates an image. how to reference that image? what is
> its ID?
>
> 3) import snapshot creates an image. how to reference that image? what
> is
> its ID?
Both these can be answered by getting the ID of the last image just
after importing.
on mouseUp
import snapshot
put the ID of last image into newID
answer "The new image has an ID of " & newID
end mouseUp
Sorry, I can't help with your other queries.
Cheers,
Sarah
More information about the use-livecode
mailing list