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




_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to