PDA

View Full Version : set image to foreground in scripting


holtgrewe
05-22-2006, 07:24 PM
I've got a page where several images are staggered on the page. When clicked, I resize to a larger image and "slide" it into the center of the page while it's being resized. How do I get any image into the forground so that the other images on the page don't cover up the 'working' image.???

Intrigued
05-22-2006, 09:27 PM
Look into the Page.SetObjectZOrder() Action.

holtgrewe
05-22-2006, 09:39 PM
Thanks. That's exactly what I needed.

Intrigued
05-23-2006, 06:22 AM
You are welcome holtgrewe.