View Single Post
  #6  
Old 06-04-2012, 10:17 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
You can do either
PHP Code:
changeImgVis(indexlayer);
changeImgVis(13); 
PHP Code:
findImg(index).layer layer;
findImg(1).layer 3;
//or
with (findImg(1)) {
  
layer 3;

__________________
MEEP!
Reply With Quote