Pasting images in DreamCard

Devin Asay devin_asay at byu.edu
Mon Mar 21 13:44:59 EST 2005


Sorry, I didn't read the question carefully enough. But I still wonder 
if Svein really wants to *paste* all these images into the stack. It 
wouldn't take long for the stack to bloat to an unmanageable size. How 
about simulating a paste so that your user is actually just changing a 
reference to an image in the image object?

Devin

On Mar 21, 2005, at 10:01 AM, Frank D. Engel, Jr. wrote:
>
> That won't work: the same image will show up on each card.
> You'd need a new image object on each card.  Make sure you have at 
> least one card with an image object in the correct place, and of the 
> correct size, then do something like this in your stack script:
>
> on newCard
>   copy image "Template Image" of card "Template Card" to the target
>   set the name of it to "Created Image"
>   put empty into it
> end newCard
>
>
> On Mar 21, 2005, at 11:39 AM, Devin Asay wrote:
>
>> On Mar 19, 2005, at 6:24 AM, Svein Rosseland wrote:
>>>
>>> product. Every product is assigned a new card, so no products share 
>>> the
>>> same image.
>>>
>> Put the image object in a group, check the 'background group' 
>> property in that group's properties, then make sure the group is 
>> placed on every product card. Then when you go to each new product 
>> card you'll have to set the filename property of the image object to 
>> the file path or URL of the image you want to show.
> - -----------------------------------------------------------
> Frank D. Engel, Jr.  <fde101 at fjrhome.net>
>
> $ ln -s /usr/share/kjvbible /usr/manual
> $ true | cat /usr/manual | grep "John 3:16"
> John 3:16 For God so loved the world, that he gave his only begotten 
> Son, that whosoever believeth in him should not perish, but have 
> everlasting life.
> $
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (Darwin)
>
> iD8DBQFCPv3y7aqtWrR9cZoRAsCaAJ4kAsz/r+wSX0R6Rua0A9ZqrlIcAgCeOcE9
> KrkRXlDYz1uuk2iSYKl+weU=
> =sPvg
> -----END PGP SIGNATURE-----
>
>
>
> ___________________________________________________________
> $0 Web Hosting with up to 120MB web space, 1000 MB Transfer
> 10 Personalized POP and Web E-mail Accounts, and much more.
> Signup at www.doteasy.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
Devin Asay
Humanities Technology and Research Support Center
Brigham Young University



More information about the use-livecode mailing list