Documentations
Overview
ASTER is an extension that allows regular expression (REGEX
) string editing in Clickteam Fusion 2.5 (CF25
).
You can save the results of REGEX Search and Replace in JSON format. Supports file input/output functions & can be widely used as a UTF-8 encoded text file.
ASTER’s Object Control functionality, in conjunction with JSON, allows you to group instances, align to groups, select motion templates, and attach behaviors to instances while the application is running.
Multiple parameters can be converted to a string and sent in batches, formatting and error checking when sending the parameters, and JSON can be used to hot-swap parameter changes, making parameter verification More Efficient & Quicker!
Site Map
- Properties
- Event Detection
- Get String Functions
- REGEX
- JSON
- Motion
- Align
- HWND
- General Functions
- Known Issues
Highlight
REGEX : C++20 STL
ECMAScript Regular Expression Grammar : A powerful tool used for text parsing and conversion.
Regular expressions library (since C++11)What about REGEX... ...Read More
JSON for Modern C++
JavaScript Object Notation : Easily store & manipulate structured data.
using nlohmann/json LibraryWhat about JSON... ...Read More
MOTION & CONTROL
ASTER's Object Motion & Controller makes it easy to configure instance behavior.
Motion & Control Fundamentals.. ...Read More
xxxxxxx ...Read More
xxxxxxx ...Read More
Motion :: MoveTowards
Event Detect
Various events that occur inside "ASTER" can be detected by the immediate execution condition of CF25. In addition to the precise timing of the operation, it is possible to target and narrow down relevant information.
Details