This will make you a polygon with 8 sides...
on mouseUp
   lock screen
   set the style of the templategraphic to regular
   set the polysides of the templategraphic to 8
   set the width of the templategraphic to 300
   set the height of the templategraphic to 300
   create graphic "boo"
   set the loc of graphic "boo" to the loc of this card
end mouseUp

> Date: Tue, 11 Oct 2011 14:49:01 -0700
> From: artdiv...@sbcglobal.net
> To: use-livecode@lists.runrev.com
> 
> The regular polygon graphic tool does not appear to respond to changing its 
> number of sides. It's always giving me 12 sides!
> For example, "set the polysides of the templategraphic to 6" does not work.
> Am I missing something?
> Thanks.
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
                                          
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to