I am using Livecode 8 dp 15, I am trying draw a oval using a button, for that I am use the following code, but it's not working in Livecode 8 dp 15 but it's working on Livecode 7 how I solve this problem. ?

Code: Select all
on mouseUp
choose oval tool
end mouseUp
Kevin