IE6 FIX
Hi,
I think this program really swell except I can't get it to work.
When I Paste the code into Scriptographer Editor exactly how they appear on the site, I get an error message. (line 1:error:SyntaxError...... and when I don't get this message the tool doesn't do anything.
I would love to get this bloody program working because it looks so great!
Any help would be appreciated.
Cheerz
I think this program really swell except I can't get it to work.
When I Paste the code into Scriptographer Editor exactly how they appear on the site, I get an error message. (line 1:error:SyntaxError...... and when I don't get this message the tool doesn't do anything.
I would love to get this bloody program working because it looks so great!
Any help would be appreciated.
Cheerz
IE6 FIX
Hi, thanks for your swift reply. I have tryed the test script you gave me { var test = "hello";
print(test); } And every time I paste it in to the scriptographer editor and press the play button Illustrator crashes. I have tryed downloading the plug in again but the same thing happens.
I am using Illustator cs with osx 10.3.7
It might be something that I am doing wrong as I have hardly any scripting knowledge.
Thanks for the help, I hope it's something simple.
print(test); } And every time I paste it in to the scriptographer editor and press the play button Illustrator crashes. I have tryed downloading the plug in again but the same thing happens.
I am using Illustator cs with osx 10.3.7
It might be something that I am doing wrong as I have hardly any scripting knowledge.
Thanks for the help, I hope it's something simple.
IE6 FIX
Hello All
In my Illustrator (CS1 WINDOWS2000sp4. JRE 5 update)script isn't working corect.
Java script is working, becouse test script like this is OK.
-------------------------------
var test = "hello";
print(test);
------------------------------
working with object is't imposible, With object is nothing happens.
---------------------------------------------------------------------------------------------
//$.bp()
mySelection = activeDocument.selection;
if (mySelection.length>0){
if (mySelection instanceof Array){
goal=mySelection[mySelection.length-1];
centerPoint=goal.position[0]+(goal.width/2);
for (i=0; i<(mySelection.length-1); i++){
obj=mySelection[i];
if(obj.typename=='TextArtItem'){
outl=obj.duplicate();
outline=outl.createOutline();
dist=(outline.position[0]+outline.width/2)-centerPoint;
outline.remove();
obj.position=Array((obj.position[0]-dist),(obj.position[1]))
}else{
obj.position=Array((centerPoint-(obj.width/2)),(obj.position[1]));
}
}
}
}else{}
---------------------------------------------------------------------------------------------------
In my Illustrator (CS1 WINDOWS2000sp4. JRE 5 update)script isn't working corect.
Java script is working, becouse test script like this is OK.
-------------------------------
var test = "hello";
print(test);
------------------------------
working with object is't imposible, With object is nothing happens.
---------------------------------------------------------------------------------------------
//$.bp()
mySelection = activeDocument.selection;
if (mySelection.length>0){
if (mySelection instanceof Array){
goal=mySelection[mySelection.length-1];
centerPoint=goal.position[0]+(goal.width/2);
for (i=0; i<(mySelection.length-1); i++){
obj=mySelection[i];
if(obj.typename=='TextArtItem'){
outl=obj.duplicate();
outline=outl.createOutline();
dist=(outline.position[0]+outline.width/2)-centerPoint;
outline.remove();
obj.position=Array((obj.position[0]-dist),(obj.position[1]))
}else{
obj.position=Array((centerPoint-(obj.width/2)),(obj.position[1]));
}
}
}
}else{}
---------------------------------------------------------------------------------------------------
Scripts
13.10.08, 01:28
03.10.08, 00:01
18.09.08, 20:43
16.09.08, 21:36
14.09.08, 18:50
Posts
19.11.08, 18:10
18.11.08, 19:27
18.11.08, 19:07
18.11.08, 06:05
18.11.08, 03:30
Script of the Moment
Donation