Sg2.9
Phyllotactic Spiral Script?
Recent RSS
Phyllotactic Spiral Script?
From:  Miles-e-piles
Date:  9. July 2015, 20:12

Hello,
I'm sorry, I'm clueless. Got Illustrator CS5. Got Scriptographer installed. Downloaded and added Phyllotactic Spiral script (.js file). Able to play/access Phyllotactic Spiral script, so I'm getting the menu window with it's various options. But I can't see any 'OK' button to actually run the script!

Anyone know of a tutorial that will take me through the process? Perhaps there's a really simple solution to this problem? What am I not doing?

I've attached an example of the type of spiral I want to create.

Any/all advice greatly appreciated.

Thanks,
Miles-e-piles.

Re: Phyllotactic Spiral Script?
From:  LL
Date:  10. July 2015, 09:03

When you have the menu window open, then select the Scriptographer tool and press the mouse, it will draw the settings from the window at the mouse click point.

As seen below excerpted from in the code, it executes onMouseDown:

// --------------------------------
// interaction
// --------------------------------
function onMouseDown(event) {
origin = event.point;
Main();
}

Also, this script does not work with existing path items as you have shown in your screenshot, it draws the dots itself via code. I hope that helps your understanding and usage.

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 <-> Fill 09.01.08