Sg2.9
Installing scripts into illus...
Recent RSS
Installing scripts into illustrator?
From:  Milkman
Date:  7. February 2005, 23:14

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

Test (script)
From:  Milkman
Date:  10. February 2005, 00:48

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.

Re: Installing scrips into illustrator?
From:  condor
Date:  31. August 2005, 11:03

I have exactly the same problem in illustrator cs
with Mac OS X 10.3.9!

I'm sure the plugin is installed in the right place and i runned the reair disk permissions.

not working
From:  Solaris
Date:  29. March 2006, 11:53

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{}

  • --------------------------------------------------------------------------------------------------
Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
Stroke 3D 16.06.09