METR1C's Forum Posts

  • Thanks Ashley, I managed to open a project from before i added the litetween to some objects ( fyi i didnt install it for a 2nd time, just added it to some new objects )

    If i tried to open the latest project it wouldnt allow me and i got that error. I would then not be able to open ANY project without getting said error.

    If i refreshed and opened up the previous project without the lite tweens, all projects opened and worked ok. It was only after trying to open the broken project would it stop me from opening all previous versions of it.

    Anyway, all good. Thanks Ashley!

  • Ive a long overdue project due so Ashley if you can suggest something that might help?

  • Can somebody advise here please? Ive had this happen before where install a new addon or update C3 but this time litterally nothing has changed.

    Last night i added the lite tween behaviour to some objects ( lite tween was alreay used on several other objects, so not the first time being used in this project ), but now i cant open ANY versions of this project, even ones from back in the summer of last year! I tried different versions of C3, same. Tried Chrome Ingonito mode ( as it helped with simlar before ) same.

    main.js:837 [Project] Exception opening: Error: duplicate addon id 'lunarray_LiteTween'

    at fna (main.js:608:179)

    at CCG.Ina (main.js:623:253)

    at async d.rfc (projectResources.js:1983:140)

    at async d.wBc (projectResources.js:1982:194)

    at async CCG.In (main.js:811:1)

    at async e.rta (main.js:3033:43)

    at async window.C3_IsPopupWindow.self.iD.DO (main.js:3015:303)

    Might be worth mentioning that this doesnt open on my work laptop either, which i often use for other prjects.

  • Very nice, will be keeping an eye on this. Good work!

  • Looks great, would be nice to have.

  • omg, so simple when you know how! Thanks a lot Alextro, very much appreciated!!!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi Alextro,

    Thanks for the reply. The .capx you have doesnt have an array, its the position of the array im trying to find. So for example in my one if you pick "Bob" then it will return "0" as thats the position of his name in the array.

  • Hi All,

    Im trying to use a dropdown list to find the index/curY of an Array. It works fine when i click on a button, but it doesnt seem to work when selecting the item from a dropdown list. Is it possible? Both methods are the exact same, the only difference is text is set from clicking a button or by selecting it from a list...

    dropbox.com/scl/fi/pmllp23seyu6tr8igcdhv/ListArray.c3p

  • Thanks Dop2000! Works perfectly. Simple when you know how. I dont know why i thought left/right would work the same, probably because assumed its looking through the same text the same way just in different directions.

    very much appreciated!

  • RIGHT(text) works perfectly fine. You choose a word and only text to the right of it appears. However, LEFT(text) is weird. It doesnt display only words to the left and cuts out characters ect. Code is exactly the same as RIGHT, +1/-1 at the end of the action.

    Tagged:

  • Found out what the issue is. Doesnt work on sites that are not HTTPS, setting up an SSL cert and this worked fine. Thanks again Ashely.

  • Hi Ashley,

    The only thing i have is ad-block and thats disabled. 2 laptops and phone and no joy. This works fine, though dont know if its in any way similar to your file system plugin.

    googlechromelabs.github.io/text-editor

    "It shows how to easily use the new HTML5 File System Access APIs"

  • Ashley thanks for the reply. It's in Chrome I can't open/save. I'm using the example you made with no changes. If it should be working in Chrome any ideas why it's not?

  • Hi All,

    When using the filesystem plugin i am able to save/open files when running the project in Preview. But when i export it as HTML clicking on the save/open buttons do nothing.

    Any ideas?

    Thanks

  • I got this work work by adding -1 to the repeat event.

    len(hex)-1

    Thanks again Rojo!