strangerzid's Forum Posts

  • 6 posts
  • dop,

    I copied the json file to an website and tried an ajax request from url but it's not working, it's like it doesn't have access to that path and is not retrieving the data from the json. I've used "On completed" event but no luck.

    Any idea ?

    Thank you in advanced.

  • Thank you dop !!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you dop for your time!

    Is there a way to search in a list by any of the characters ? Not just the first letter. Can the list be edited ? as modified, like css, to do it more artistic to say so.

  • You are awesome !!! A big THX from me.

    Another issue I'm having is that the chapters are not the same, as lenght, of course.

    I tried like this to make the sprite font automatically as the text but it's not showing the entire text.

    sprite_font_story set size

    width:sprite_font_story.TextWidth

    height:len(sprite_font_story.Text)

    After that I did

    sprite_font_story set size

    width:sprite_font_story.TextWidth

    height:len(sprite_font_story.Text)*2

    now it shows the entire text but I don't know if it's correct or not, also for big texts.

  • Thank you dop, I'll try as you said.

  • Hi,

    I'm new to Construct and I think is awesome but it will take time to learn it.

    I'd like to create a book. For this book I'm trying to use just 2 layouts (1 is the Menu and the second one is the book itself). For the chapters I'm using a list in the Menu layout, I did a search function and when the chapter is selected it will be the current value of a variable. When I go to the Book layout, I'm using 2 sprite fonts, one for the chapter title and one for the story. For the title is easy, I'm using "set text to variable_name" and the title is the value from the variable (Chapter1 for example). Now for the text story I can't find a solution. I created texts for every chapter and the name of the texts are the exact names from the list in the menu (e.g Chapter1). How can I use the variable value (that is the same as the title and the name of the Chapter) and set text from Chapter1.Text for example (set text to variable_name.Text is not allowed, is not an object). Hope someone will help me.

    Thank you in advanced.

  • You do not have permission to view this post

  • 6 posts