Hello
I have a stack for putting images together on a virtual board and make a new 
image from it. The following button script adds a image to the actual group 
"kopfleiste" which contains all images and texts etc. which then will be 
exported to a jpg file.
This script does not work when the stack is password protected, but works when 
this is not the case. What line is the reason for this?
on mouseUp
put the number of images of group "kopfleiste" into bildanzahl
copy image "i1" of group "vorlage" of card 2 to group "kopfleiste"
set the loc of it to the loc of group "kopfleiste"
put ("i" & the seconds) into bildname
set the name of it to bildname
put the layer of the group "kopfleiste" into kopfleistenlayer
set the relayerGroupedControls to true
set the layer of image bildname to (kopfleistenlayer + bildanzahl+1)
set the relayerGroupedControls to false
end mouseUp


Regards, Franz
Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to