script not working when the stack is password protected, why?

runrev at animabit.de runrev at animabit.de
Fri Aug 22 04:46:11 EDT 2008


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

boehmisch at animabit.de
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



More information about the use-livecode mailing list