Renaming external images
Posted: Fri Sep 22, 2023 9:53 am
. . . seems problematic . . .
The IDE takes umbrage at "set the short name". . . ouch . . . off for my second cup of coffee.
Code: Select all
on mouseUp
put 1 into KARTINA
repeat until FINN contains "XXX"
if exists(image KARTINA) then
put the short name of image KARTINA into PIKK
put "GS" before PIKK
set the short name of image KARTINA to PIKK
else
put "XXX" into FINN
end if
add 1 to KARTINA
end repeat
end mouseUp