Sg2.0
Installing scripts into i...
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
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
spiderweb 24.08.07
If you use Scriptographer regularly, please consider making a donation via PayPal: $$$ €€€ £££ CHF