dop2000's Recent Forum Activity

  • What the first action ("Go to URL") is for? You need to remove it. The rest looks ok to me.

  • If you upload the game to facebook, you can't use debug mode. You can use Browser Log Spritefont.Text to print the text to console log. Press F12 in browser and check, maybe this will give you the idea of what's going on

  • Depends on your level configuration. For example, you can do this:

    Set camera x to clamp(lerp(Self.X,Player.X,0.1), 480, LayoutWidth-480)

    or

    Set camera x to max(lerp(Self.X,Player.X,0.1), 480)

  • 3. When I enable "unbounded scrolling", my background does not cover the entire screen and there's white spaces. My layout and viewport size is 960x 540.

    This is the problem. Your layout size is the same as the window size and you don't allow to scroll outside of it.

    You need to make the layout size bigger - the same as your level size. Or enable unbounded scrolling and limit camera movement.

  • Correct, you can only show a static text/picture.

    Another (difficult) option is to remove all heavy graphics from the layout. When the layout starts, you can show some loading animation and start creating all objects via events, one by one with "Waits" between them, allowing the loading animation to play.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok, so how do I create a loading screen?

    If you have a lot of graphics and you want to pre-load it for the next layout, it's not possible.

    You can display "Loading.." sign on layout A before switching to layout B.

  • Try making it very wide and tall to fit several lines of text (just for testing). It may be possible that there is a line break before the last name and that's why it doesn't fit.

    Also, check in Debug Mode what text is in this object.

  • Ok, so in the example, when I pick a layout to go to, go to a loading layout and use the "load layout images" action?

    Unfortunately, no. You can only preload images to use in the current layout. As soon as you switch to another layout, the memory will be cleared, and then all images from the new layout will be re-loaded again..

    I have seen many games where there is an option for quality (usually high, medium, or low).

    There is a GFX plugin which allows you to change graphics quality. I only tested the included demo project, but it looks impressive.

    I believe in most games "quality" means different things. For example, on low quality you may disable some effects, remove some particles or decrease their spray rate, replace background images with lower resolution versions etc.

  • newt I believe, on export all sub-folders are removed. All files are stored in the root folder.

    PabloDev, press F12, see if there are any errors in the console log.

    Also, on export the file name may become renamed in lower case. Try "fondoestampado2nive14.png"

  • If you make the camera sprite visible, does it move to the player?

    Make sure you don't have other objects with ScrollTo behavior.

    Enable "Unbounded scrolling" in layout properties.

    Check that the layer has parallax (100,100)

  • Try asking in the scripting forum:

    construct.net/en/forum/construct-3/scripting-51

  • Do you have a loader layout?

    construct.net/en/tutorials/loader-layouts-custom-loading-9

    If you add it, make it as light as possible - minimum graphics, no music etc.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 279 followers

Connect with dop2000

Trophy Case

  • 10-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

30/44
How to earn trophies