Hi all,
I'm having a great time learning programming and python with Pythonista (awesome app!) by making a little space game. In it I have some satellites orbiting a planet. The satellites should be:
- selectable, ie "clickable", to execute actions (like displaying info)
- represented by an icon, the ellipse or rect functions would be fine or the white_circle image
- they orbit the planet.
Would I be better off using a layer/frame or just a simple rect/ellipse? What are the advantages of using frames?
Thanks in advance.