To set values add loop "for" in condition and set end index to length/width of array. Now just set value at(loopindex) to values you are referring by using another loop "for" for the value. More or less like that to simplify filling an array.
I learn that in first example it is makes sense using direction angle between 90 and -90 which is utilize facing & angle degree at once. Nice & modular.
Such an enjoyment to play the game despite that I don't know all the rule especially with the cat's hand.
You can drive behavior or object properties via event based on reference or comparison.
An example: dropbox.com/s/9kvh0r3vzdm8bux/trail_of_trail.capx
Construct engine is general purpose 2D game engine. Mugen engine probably the one to ease developing fighting game which is more straight for that purpose. Again is all about how creative you programme the AI and all interaction stuff. Finite state machine is most common practiced in decision making so I encourage you to learn about it.
bublic like: dropbox.com/s/r5xb81ianbd4zrv/Spark-out.capx
Spark along tail (c3p): drive.google.com/file/d/1xTLqRUC8W7mkQqXuIAbk5I2HEZVrBZ7F/view
You mean trails? Particles object would sufficient to deliver that kind effect. The sparkle thing just change size over time that can be set in particles property. Using regular sprite object also possible which driven by event sheet.
Teleport example: dropbox.com/s/5emnqm18o2sc1lt/door_warp_by_tag.capx
Of course you can make the door as player by adding behavior that control a player.
Pinning series of instance: dropbox.com/s/acn0bo320u4ey6m/pin_to_pin_new.capx
Pushing away from obstacle example: dropbox.com/s/elew687p4kdy9of/Avoid_Obstacles_PUSH.capx
Use loop for like;
+Trigger once
+for "" from 0 to 10 ---> set value at (Loopindex) to "40K"
You will need to play with sin & cos: dropbox.com/s/3zgbpglycbjwv0o/looking_pupils.capx
Upload it to cloud service like google drive or dropbox then permit the link to be shared.
Develop games in your browser. Powerful, performant & highly capable.
Probably something with condition with variable door that does not meet requirement for an action to be executed.
Anyway I have door warp example: dropbox.com/s/5emnqm18o2sc1lt/door_warp_by_tag.capx
Match chain-reaction after falling to make consecutive score (combo).
Still trying to make the shadow dynamically correct.