I got a message from a customer who purchased Advance Tutorial Pack 3, but my template in this pack is shown as "unavailable to download". What can be the problem?
Like I said, you can still use your original table format. Read each line from the array one by one, compare name, compare date, compare the value in "key" column and add the information from "value" column to the text object.
You can do this in Excel with a macro.
It's possible to parse the table in your original format. If the two lines for weather and moral always follow each other, then just grab the weather from the first line, and moral value from the next one.
I suggest you changing the structure of your array - make separate columns for weather and moral. It will be much easier to work with the data when there is a single record for each date and name combination.
Here is an example:
dropbox.com/s/y0oh4t0uaj90sho/ParseArray.c3p
You need to grab logcat logs from your android phone. Note the exact time when the crash happens (down to seconds) and then look for any error messages in the log for that time.
Develop games in your browser. Powerful, performant & highly capable.
One option is to use CSV addon, you can download it here:
github.com/erenertugrul/construct-plugins/tree/master/ported_plugins/plugins
Here is an example I made a few years ago which demonstrates how to use this addon:
howtoconstructdemos.com/platformer-game-template-with-in-game-shop-where-different-items-sold-on-different-levels
.
The second option is to load this data into an array and make a couple of helper functions which will lookup data by column and row headers.
You can use simple Bullet behavior with gravity.
You can use replace expression multiple times, either nested or as separate actions.
Yeah, unfortunately effect parameters are only available through scripting.
Here is what I have in one of the projects:
var i = runtime.getInstanceByUid(localVars.textUID); i.effects.forEach(function (e) { if (e.name=="Outline") { localVars.val = e.getParameter(localVars.parameterIndex); } });
There was an old C2 commercial plugin which allowed communication with Arduino via USB, but I don't think there is one for C3.
If you can run a web-server on Arduino, you should be able to send http requests to it.
Next try you should try to make an effort and post your code (even if it's not working) before asking for help. See this post:
construct.net/en/forum/construct-3/how-do-i-8/best-help-tips-forum-139528
I am sure of this:
dropbox.com/s/8oegppjba2mhjgd/OrbitClamped.c3p
If it doesn't work in your project, you can do what I suggested in your other thread - make the object with Orbit behavior invisible. And set position of another visible sprite to it.
Member since 26 May, 2016