RevRotatePoly

Kevin Miller kevin at runrev.com
Tue Apr 22 11:53:01 EDT 2003


On 17/4/03 4:37 am, David Kwinter <david at kwinter.ca> wrote:

> This problem has been identified before, and still exists in 2.0B2
> 
> on mouseUp
> revRotatePoly graphic "myGraphic", 90
> end mouseUp
> 
> 
> does not work, giving error "Chunk: source is not a container", but
> 
> revRotatePoly graphic "myGraphic", 90
> 
> works fine from the message box only
> 
> 
> Is this a known bug on a to-kill list?

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.

Kevin

Kevin Miller <kevin at runrev.com> <http://www.runrev.com/>
Runtime Revolution Limited: Software at the Speed of Thought
Tel: +44 (0) 870 747 1165.  Fax: +44 (0)1639 830 707.




More information about the use-livecode mailing list