Animate's Forum Posts

  • Ashley, R0J0hound, newt, korbaach is this possible in the current textbox or text object?

    I am also working on a similar scenario where i have to modify one word in a text string which is loaded from an xml.

    Thank you in advanced for your assistance.

  • Ashley, rojohound, newt

    Hi community,

    How can i store a sub-array inside the key of a main array. In simpler words, how can i store an array inside an array?

    Have been looking extensively in the forums searching for an answer, with no findings.

    Many thanks in advanced...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks. part12studios

    Ashley, based on an extensive forum search, i have not found a way on how to underline text. Is there a way that this can be accomplished using the native text object or through css in the webfont.

  • , i would highly appreciate that!

    Will wait on your example then.

    Many thanks.

  • rexrainbow Great extension!,

    I have added classes that affect color and make my text bold. But i have not found an action or a way to underline text. Can anybody assist in how to underline text using this plugin? part12studios, Perhahs you can help as it seems that you had the same issue?

    Many thanks in advanced...

  • gumshoe2029, it seems that your method may work. I tried it but it is not working as it should. Would you be able to share a brief CAPX with those events to see how you are applying it.

    If you can, i Will give you major credit for figuring this out for the community.

  • Hi community and Ashley

    I am loading and importing text through an xml and into a text object. Some of the loaded words are short and some are very long.

    On runtime, HOW can i make the text change its font size in order to fit into the text box without getting cut off?

    Thanks in advanced for the help...

  • justifun, i tried your method but the group of created sprites all center on top of one another, not like a combined group that moves to the center at their center point of origin.

    Would you be able to to demonstrate to a brief .CAPX. or perhaps a simpler method using the sprite.witdth expression for the entire group if possible?

  • Thanks

    I believe the second option is the way to go.

    Does anybody know the expression or the automated way through events that this can be done in runtime? Or an even better alternative, as i believe that there has to be a more simplified way to this?

  • Hi community,

    How can i group a collection of sprites that are created on runtime and have them center on-screen as the combined group or with their combined origin point?

    Many thanks in advanced.

  • Awesome plugin wmsgva !.

    Can it be possible to retrive the audio stream URL from an XML and then have it played through your plugin. How can this be achieved?

    Many thanks for your assistance.

  • Hi community and Ashley,

    I am working on a project with thousands of .OGG audio files hosted on a server that need to be played on cue when triggered through a C2 project..

    My question is the following, if i wanted to play an .OGG located on a server, how can i play the file within C2? How can i achieve this by using the AJAX object to retrieve the URL of the audio file from an XML file and then play back from within C2?.

    If anyone can help the community can certainly benefit as I have seen multiple users ask a similar questions on the forums with no clear response.

    This works for audio files that are stored in the media folder. What about sound files that are stored in another server? Similar to mchulet, i am working currently in a project with thousands of audio files.

    How would i request the URL of the audio files on another server, would it be through an AJAX get request?

  • Thank you Magistross for taking the time to upload the sample and for everyone else who assisted. I was able to find a solution by using both the AJAX and XML object as shown.

  • Yes, I agree.

    As Jermfire , how does one request an XML from an URL which is hosted on a server? Like many, I have not been able to find a clear solution to this, most tutorials only demonstrate through project file import.