Hello,
I would like to increase the size of a shape (e.g. circle, rectangle) with a OnTap-Event.
I use class InputDelegate and function OnTap(). I defined a variable i and increase with i=i+1 within this function. Everything within MyInputDelegate.mc file
The drawings I understood have to be in the function OnUpdate() in the separate file XYview.mc
There I would like to use a kind of dc.fillCircle(50, 50, i);
How can I got access to the i-Variable across different files?
A small example would be very helpful. Seems to be very easy from the task, but quite hard to realize.
Thanks!