Kyatric's Recent Forum Activity

  • It sounds like a bug.

    So you should make a report for it :

    If you run in to a bug or issue in Construct 3, please post it to the GitHub issue tracker here:

    github.com/Scirra/Construct-3-bugs

    You must follow the bug report guidelines or your issue will be closed without investigation.

    What release of Construct are you using ?

  • bartalluyn Construct 2 is not Construct 3.

    Please beware where you post your content.

    Make sure it at least does fit the question and the software.

    Don't fall into free spam just for the sake of it.

  • Use the JSON plugin.

    There is an example in the start page on how to use JSON which should be pretty explicit.

    editor.construct.net

    The expression JSON.get("data3") should give you the value : CCC

  • Excellent, "force own texture" does the trick!

    A question; Does it cause game performance to be slower?

    Yes.

    Is it possible to turn this "force own texture" feature ON run-time only when needed?

    No.

  • The "mask" is/can be a regular sprite object.

    Moved the topic to the appropriate Construct 2 forums, since apparently this is a Construct 2 question.

    See this manual article on effects/blend mode : construct.net/en/construct-2/manuals/construct-2/project-primitives/objects/effects

    There is a template on C2's start that will show you how to achieve the "masked" effect with blending modes.

  • Consider hosting your c3p project file online and pasting the URL in a post here.

    By the sound of it, you may have an issue with the event sheet that is associated with your various layouts (Property "Event sheet" of the layout).

    Or perhaps you have different event sheets, and don't have an event in your second layout to display the value of your global variable in your text object.

    Global variables are common to the whole project, whatever Event sheet they have been created on.

    You indicate "I have 3 layouts, and they all have the same global variables".

    This should not be possible to have a global variable named "money" defined in three different event sheets. If that is the case, then perhaps you are actually dealing with a local variable.

    Post your project so we can investigate and provide an accurate answer to your issue.

  • Have an array.

    Set each index to contain a word (0 = blue, 1 = red, 2 = cyan, etc...).

    Check back my previous answer, add the array condition "For each X element" as first condition.

    As second event, use the "Check Family button instance variable color" and check if its value is equal to array.at(array.curX).

    This will loop through all the colors contained in your array, picking all instances with this color, and does so in a single event.

  • Send your project to supportyaw@construct.net indicating the URL to this topic and we will be able to check it out and see what might have happened.

    If you could provide a copy before you changed the layout size, and a copy after you did, that would even be better.

    Make sure to indicate exactly what layout to change and to what value.

  • The error message indeed indicates a texture loading attempt that goes beyond the maximum size texture that can be loaded.

    Seeing you are getting this error on Linux, it sounds like a possible issue with the graphical card drivers that are perhaps not appropriate on Linux, unlike on Windows.

    As indicated, consider using smaller textures in your project so that you can open your project on Linux.

    Construct's latest beta now has messages regarding textures' size.

    Max advised size is 4096X4096.

    Nevertheless, and depending on your graphic card, try to keep under 2048X2048 or perhaps even 1024X1024.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes, you would have multiple conditions in the same event.

    The first condition would be

    Family Buttons - Color = "blue" (for example)

    Family buttons - is not overlapping character

    The second condition would work with only the conditions picked in the first condition, which are, only the instances where the family instance variable "Color" is of value "blue".

  • caniuse.com

    This chart indicates that android browser does not support Speech synthesis, indeed. Nevertheless, Chrome does, even on mobile.

    Android browser is part of older OSes like Android 4.0 and Android 5.0

  • Greetings, do we have a solution for TTS, which only works on the web?

    Yes, the Speech Synthesis plugin.

    construct.net/en/make-games/manuals/construct-3/plugin-reference/speech-synthesis

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,402 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x10
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs