View Single Post
Quote:
Originally Posted by mediaczar View Post
I can't find a means of bringing a selected graphic object to the front (as per the "Arrange > Bring to Front" Command)
This is encoded in the order of the graphics collection of the canvas, so:

Code:
set newLabel to make new shape at beginning of graphics ¬
				with properties ¬
				{draws shadow:false, autosizing:full, text:{text:"hello world", alignment:center}, draws stroke:false}