Polygons in Draw Shape
Posted: Fri Jul 24, 2009 8:25 pm
First a general question (I suspect it may have been posted elsewhere)...
>How to reload scripts? It used to be shift-F5
So...
Is there some way to include the polygon options from fa_polygon.lua in lm_shape.lua?
It could be as simple as just switching:
function FA_Polygon:OnMouseDown() with
function LM_Shape:OnMouseDown_Star() but.!
The extra 'mesh' parameter along with the upgrade to Lua 5.1 is a sure sign of danger ahead for the casual hacker.
I guess the last resort is to add the old tool to the _tool_list.
I really thought a new AS version would incorporate the (superior) functionality of Fazek's scripts. Maybe its a copyright thing -- whatever. I fall back on my general delight at the upgrade. BIG thanks to all.
cheers - arfa
>How to reload scripts? It used to be shift-F5
So...
Is there some way to include the polygon options from fa_polygon.lua in lm_shape.lua?
It could be as simple as just switching:
function FA_Polygon:OnMouseDown() with
function LM_Shape:OnMouseDown_Star() but.!
The extra 'mesh' parameter along with the upgrade to Lua 5.1 is a sure sign of danger ahead for the casual hacker.
I guess the last resort is to add the old tool to the _tool_list.
I really thought a new AS version would incorporate the (superior) functionality of Fazek's scripts. Maybe its a copyright thing -- whatever. I fall back on my general delight at the upgrade. BIG thanks to all.
cheers - arfa