Cybersurfer5000's Forum Posts

  • Thank you!

  • Hello. I couldnt find an answer in the forum.

    The goal is to click a button and open the following URL which is a public file on my gitHub:

    github.com/cybersurfer5000/image_test/blob/a94534768231f675818f0ab67244a9ac7ade3e56/image1.png

    Thats the event sheet:

    Thats the layout:

    Could anyone point me in the right direction to make it work?

    Thank you.

  • Hello

    I have a personal subscription. Is there a limit of the file size that can be hosted on construct.net?

    Thank you

    Sophia

  • Hello.

    I will pay somebody who can help me with the following project:

    Import image files in a random order from a folder on my laptop and associated text for that image from a text file into the construct project. Display the image and text. There should be a button of sorts to advance to the next random img and text. That's it. The idea is to have my own flash cards, and I will use it privately for studying. No graphics or fancy design needed.

    Thanks

    Sophia

  • Try Construct 3

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

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

    I would like to create my own calendar by calculation. Is there a way to do that?

    Thanks

    Chris

  • Thank you for your replies! Yes, I can open it without issue in the latest Construct 2 version.

    I will email the file to support. Thanks again. Sophia

  • Thanks for your reply! When I do what you suggested, I receive the following error message: " Failed to open project. CHeck it is a valid Construct 2 single-file (.capx) project."

    I was able to open the file a few years ago in construct 2.

  • Is there still a way to open construct 2 capx files in construct 3?

    THanks

    Sophia

    Tagged:

  • Great. Thank you!

  • Thank you! It works!

    txt_session is the name of the family.

    Here is the code.

    Currently, there is background music playing on start of layout, as well as an additional audio file that was started by tap on one of the text objects you see on the layout (you might need to double click the img as it is large in dimension).

    If you tap on a second text object, while the audio file for the first text object hasnt finished, the first audio file should stop and the audio file for the second text object start to play. However, I would like to have the background music continue to play.

    Is there a way to stop all audio files, except one?

    Thank you!

    Sophia

  • Works like a charme! Thank you so much dop2000!

    After tap on, an audio file shall start playing. The audio file is unique to the text object in the family.

    My idea is to do it via a global variable.

    global variable: select

    on tap object "family" -> set global variable to the name of the text object (e.g. Alpha, Beta, etc...)

    If global variable is "Alpha" -> play audio file "Alpha"

    If global variable is "Beta" -> play audio file "Beta"

    ...etc

    I cant find an expression that lets me change the global variable value to the name of the text object.

    Do you have an idea, how to solve that?

    Thats how it looks so far:

    Thank you

    Sophia

  • Hey, me again!

    How do I keep background music playing after the mobile phone screen went into lock screen?

    Thank you!

    Sophia

  • Hey guys!

    I have a family that contains multiple text objects.

    How do I change the font color of all visible text objects of that family at once?

    Multiple text objects are displayed on the screen, all have black as a font color initially. By tapping it, the font color of the tapped object shall turn yellow. When tapping another text object, this text objects font color shall change into yellow. There previously tapped text object shall change back to its initial font color, i.e. black.

    I have a screenshot of the code but cant figure out how to insert it here. Can anybody give me a hint, how to insert images in a post?

    Thanks

    Sophia

  • Thank you!

  • Hi.

    I have problems building the APK.

    After clicking Menu -> project -> export -> Android (Cordova) -> Next -> Next, I get the zip file for my project, but not the apk file. What am I doing wrong?

    Thank you!