Code: Select all
on mouseup
set the script of grc GRAPHIC_NAME_A to the script of grc GRAPHIC_NAME_B
end mouseup
Monty
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseup
set the script of grc GRAPHIC_NAME_A to the script of grc GRAPHIC_NAME_B
end mouseup
Code: Select all
on mouseUp
set the script of grc 2 to the script of grc 1
end mouseUp
UTR - Recipe?SparkOut wrote:copy/pasting code from other sources eg web page doesn't work