SmartUI Commercial Launch Announcement Today is the day! After a long and exciting journey of development, Smart UI is officially available in its commercial version! I’m beyond excited to finally share the framework with the Construct 3 community. Creating polished, interactive interfaces in Construct 3 has never been easier. No complex coding required! Take advantage…
Read more
Newsletter It has been a long journey since I decided to create a UI framework for Construct 3. For the past eight months, I’ve been working hard on a set of components that are flexible, reliable, and easy to use. But most importantly, they are designed to have a long lifespan, ensuring they remain functional…
Read more
Smart UI Discrete Progress Smart UI Discrete Progress Part behavior handles progress parts UI components. If you use it as part of a hierarcy, you must add it to an object using a Smart UI Container behavior to be rendered correctly, since it will use its parent to determine the total Discrete Progress Part components…
Read more
Progress Bar Smart UI Progress Bar behavior handles progress bar UI components. It provides built-in animations and triggers to handle value changes. The component relies on its width. If you use it as part of a hierarcy, you must add it to an object using a Smart UI Container behavior to be rendered correctly, since…
Read more
Radio Button Smart UI Radio Button behavior. Controls the object like a radio button, with values: check, and unchecked. It handles ten diferent sprite animations to match all the states of the object, and can be animated with several built-in animations and easings. Properties Property Description Enabled Enables or Disables the radio-button. Index Index of…
Read more
Dialog Smart UI Dialog behavior groups UI components, provides focusing abilities and default interactions to navigate within the dialog and its children components that uses Smart UI behaviors, and handles cascading Enabling/Disabling events. It also responds to pointer interactions prioritizing by zIndex. Properties Property Description Enabled Enables or Disables the dialog and all its children.…
Read more
Smart UI Button Behavior Smart UI Button behavior covers all the basic functionality of a Push Button, handles event animations, provides built-in animations and easings, and triggers user event interactions. Properties Property Description Enabled Enables or Disables the button. Index Index of the element within a container. Used for focusing the elements in the sequence…
Read more
Advanced camera plugin for Construct 3 This plugin is currently in development, and will soon be published for purchasing it on multiple asset stores like itchio and construct asset store, follow our social networks for more information. Advanced Camera is a 2D plugin that creates a complex pre-programmed camera for you. This plugin simplifies and…
Read more
Finite State Machine Plugin Finite State Machine Global Plugin for C3 allows you to create and manage global game states to better structure your game events and overall flow. By implementing Game States you add another layer of control to your game flow, and you can group events to happen only while the specified Game…
Read more
Parabolic Tween The parabolic tween behavior allows you to build parabolic trajectories easily. You can either set a parabola by a given point in space, or you can throw a projectile in a parabolic target by an angle and a force. This is useful in many use cases, for instance, in a 2D isometric game…
Read more