Re: Clone image trouble?

2009-01-02 Thread William de Smet
Hi Eric and Jim, It is so obvious it has to do with the name and of course your suggestion works. After playing with it I got the idea of resizing the 'stamp'. I got a scrollbar to do this but it only works if I limit it to just one stamp. So I grouped the whole thing (stamp and scrollbar) and clon

Re: Clone image trouble?

2009-01-02 Thread Jim Sims
On Jan 2, 2009, at 4:43 PM, William de Smet wrote: Hi there all, For my son I am starting to create an app in which he use 'stamps' to create his own drawing. So far I have some small icons (graphics) and a dummy graphic. I started with the following code: delete image "dummy" (I put th

Re: Clone image trouble?

2009-01-02 Thread Eric Chatonet
Bonjour William, When you delete the "Dummy" image you delete your template because the engine looks for the first image with this name (in layering order). So you have two solutions: 1. You rename the image when cloned: clone img "dummy" set the name of it to "Copy of dummy" And: de

Clone image trouble?

2009-01-02 Thread William de Smet
Hi there all, For my son I am starting to create an app in which he use 'stamps' to create his own drawing. So far I have some small icons (graphics) and a dummy graphic. I started with the following code: - on mouseup set text of img "dummy" to the text of the me clone img "dummy" end