You do not have permission to view this post
It depends on how heavily this game template relies on LiteTween.
You may be able to use Sine or some other behavior instead. Replace all events and actions, then delete the plugin.
Paster works pretty fast, you can update it on every tick.
It's a bug, I reported it here:
github.com/Scirra/Construct-3-bugs/issues/2216
Please comment on github if you have anything to add to my description.
Yeah, sometimes Construct is very restrictive and requires you to write a lot of repetitive events, like "If variable=1 Set tile state to Normal, else If variable=2 Set tile state to Flipped, else ...."
This is not possible without addons. You can try Paster:
construct.net/forum/extending-construct-2/completed-addons-29/-plugin-paster-66240
Rotate the square, paste it onto the Paster object, then resize the Paster.
SparkleNaut Looking at your screenshot - that is a very wrong way to do loops in Construct! If you want to compare each letter one by one, do something like this:
System Repeat len(s) times System compare two values mid(s, loopindex, 1)="_" -> Add 1 to counter
Note, line #2 is a sub-event under #1.
This whole loop will be done in one tick.
This post may be relevant:
construct.net/en/forum/construct-2/how-do-i-18/how-to-appear-coins-in-a-spl-p-116804
I don't think it's worth spending US $99 on C3 license if you only need it to build apps, because there are free options.
I used these tutorials:
scirra.com/tutorials/9673/from-cordova-export-to-signed-apk-with-cordova-cli-on-windows-10
scirra.com/tutorials/9610/build-debug-and-release-android-apk-with-cordova-cli
scirra.com/tutorials/9432/how-to-package-apk-files-locally-by-yourself-using-cordova
Try googling the error message, there is a good chance you can find a solution on stackoverflow or similar site.
What?? Where do you get these prices?! :)
Anyway, I don't think it's a good idea to buy C3 just to build apps.
Did you read the tutorials? They have all the links.
What happened to Phonegap?
You can build with Cordova, search for tutorials here:
scirra.com/tutorials/all
Also, if you have C3 license, you can use C3 build service, even for C2 projects.
Develop games in your browser. Powerful, performant & highly capable.
I don't think it's possible. Use Timer behavior instead of "Every X seconds"
Member since 26 May, 2016 Last online 2 Jul, 2025