RevRotatePoly

David Kwinter david at kwinter.ca
Wed Apr 23 00:47:01 EDT 2003


>> Its not a bug, you aren't passing a valid expression.  The message box
>> special cases it.  You need to place the graphic name in quotes or pass it
>> as a variable.
> ----------
> But he _did_ put it in quotes, Kevin. See, the name of the graphic is
> "myGraphic", which _is_ in quotes.
> 
> I'm having the same problem.
> 
> Ken N.
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution

Ken, it seems we're dealing with another bug, which requires one to use:

put "graphic "&quote&"myGraphic"&quote into x
revRotatePoly x, 90
    
-------Instead of-------

revRotatePoly graphic "myGraphic", 90


The former does work, but I'll keep using the function I posted earlier out
of spite.  (just kidding)




More information about the use-livecode mailing list