satsumaages
Have you tried new repo download tool (repo v3)?
Update
Fix new line bug in "Line break" mode
Valhallen
I did not find that error message, but found another bug in my typing behavior.
Please updating rex_tagText plugin and rex_text_typing behavior then try again.
Eln
Please provides more simple test capx, I don't have enough time to deduce the logic.
—
Try updating rex_csv plugin to latest version, I fixed that big before.
That behavior is designed to give a force point to one or more instances, not a force point to an angle, sorry.
Sure it is possible to create another behavior to reach to your requirement, but I don't have time recently.
gaan["init](...)["addEvent"](new window["GA"]["Events"]["User"]())["addEvent"]](new window["GA"]["Events"]["Design"](...))
var user = new GA.User();
-->
var user = new window["GA"]["User"]();
Develop games in your browser. Powerful, performant & highly capable.
There are 2 possible solutions:
1. export project without "Minify"
2. use ["prop"] instead of .prop . For example:
GA.User -> window["GA"]["User"]
gaan.init --> gaan["init"]
Follder22
It seems that there are several big plugins in this project
1. Q3D plugin(s)
2. photon plugin
3. jcw_trace plugin
Thus it is not suitable to wrapping all things into a "single plugin", a well document template (capx) is a better solution. imo.
The text width has changed after web font loaded and leads to text redraw, therefore the content of each line might be wrong in this case.
A possible solution is setting text after web font loaded, here is the modified capx.
rafay123
Sorry, I did not have that issue in my environment. I will try to fix it later.
alternatively, you could download my plugins in this page manually.
tatogame
Links were fixed.
Member since 4 Apr, 2011