Construct 3's new redesigned functions

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Nice update, this will really help clean up function workflow. Would also be interesting if you could attach functions to objects, making objects even more self-contained. If attached and utilized with families, can make interesting OO behavior easily: Family Geometry, objectS Square and Circle. Square.Stretch(10), increase Width and Height by 10, Circle.Stretch(10), increase radius by 10. Easy call that does it to all picked figures: Geometry.Stretch(10) and each object does the right function depending on its own function.