Equilateral Triangles

Richmond richmondmathewson at gmail.com
Tue Jun 16 03:26:58 EDT 2015


On 16/06/15 04:21, Randy Hengst wrote:
> would this help at all?
>
> create a regular polygon with 3 sides… then in the script of that graphic:
>
> on mouseDown
>     repeat while the mouse is down
>        local tStartLoc
>        put the loc of target into tStartLoc
>        set the angle of target to (the angle of target + 15)
>        set the loc of target to tStartLoc
>     end repeat
> end mouseDown

Nice idea if the triangle wasn't covered in spots:

https://www.dropbox.com/sh/tyt4o1md51bfair/AABThCCgJkqLQvz1e-NRQGg7a?dl=0

254.png

Richmond.

>
>
> be well,
> randy
>
> Randy Hengst
> www.classroomFocusedSoftware.com
>
>





More information about the use-livecode mailing list