We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Text as objects, more than one

Home Forums Puzzles Text as objects, more than one

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #64197
    vergecurious
    Customer

    I hate to keep bothering everyone but this puzzles thing, I just don’t get. I’m trying to create two separate text as objects. I can create as many as I want. But only the first can be modified. The second one does not show up as an object. For example, if I want to change the position of the second one the drop down menu does not include the name I assigned for the second text object. For reference the names of the two objects is “TextObject1″ and TextObject2”.

    Any help would be appreciated.

    #64209
    kdv
    Participant

    If you want to see the names of newly added objects just save your puzzles and click the Play button in the Puzzles editior. This will force the puzzles’ logic to be executed and the names will appear in the drop-down list.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64210
    vergecurious
    Customer

    I agree, that is how it is supposed to work. It does not. No matter how many times I save the puzzle and reload, the second object does not appear. I’ve reloaded the application, rebooted the computer and nothing.

    #64211
    kdv
    Participant

    As far as I see it works as expected…

    Press F12 and see the condole log for errors.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64220
    vergecurious
    Customer

    Not only does MyObject2 not show up, neither does MyObject1. I have no idea what to look for in the Console.

    Attachments:
    You must be logged in to view attached files.
    #64222
    kdv
    Participant

    It won’t work this way.

    Creating a text object takes some time, mush more than 0-1 ms. The object can be moved only after it has bee created, not earlier.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64225
    vergecurious
    Customer

    That would be great except TextObject2 does not appear in the drop down menu. Incidentally the exact same puzzles worked on TextObject1.

    The whole puzzles interface is very glitchy. It’s almost like the program gets confused.

    #64226
    kdv
    Participant

    share your app in zip. something wrong in your puzzles but it’s hard to say what’s wrong without your app.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64227
    vergecurious
    Customer

    The entire app is 260 mb. That’s not going to zip down to 4 mb. Do you just want the puzzles?

    #64228
    kdv
    Participant

    Do you just want the puzzles?

    They won’t work without the scene. You can use the Google Drive to share if really needed…

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64237
    vergecurious
    Customer
    #64239
    kdv
    Participant

    TextObject2 will be created only at the end of animations. It’s not existing in the scene till that moment. When the animation is paused for the first time you can see TextObject1 (TextObject2 is not existing yet), on the second pause you will see TextObject2 (TextObject1 is already removed and not in the list). Everything happens according to your logic, no issues at all.

    Attachments:
    You must be logged in to view attached files.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64241
    vergecurious
    Customer

    Wow, thanks so much. I never would have gotten that. I assumed all objects were collected on start up. Thanks for putting up with me.

    #64243
    kdv
    Participant

    Re-download visual_logic.zip

    I assumed all objects were collected on start up

    Except those ones created some time later. They are visible in the list only after they have been created.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.