weaverbird's Forum Posts

  • 8 posts
  • Renaming things worked! Thank you SO much! No idea what happened, but crisis averted. Thanks!!!

  • Oh- it does appear that the files with the exact names you mentioned have nothing in them though. Could that be the problem?

  • Hi! Thanks for the reply. Yes I have all of those files. I have multiple versions of some of them though. Not sure if that's normal. For instance I have "text.json" file and also a file called "text 2.json" There is a random space between between "text" and "2" in this case and I'm seeing that repeated in other file names throughout the folder. Seems a bit weird but I'm not sure.

  • Hi! I just updated my computer and now I Construct says it "Failed to open project. Check it is a valid Construct 3 folder project." When I try to open my project. I don't have a c3p file version saved anywhere- only the project folder.

    Help much appreciated. Not sure if this helps but here's the console errors.

  • You do not have permission to view this post

  • Thank you!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi! I'm building a game in which the player will use a sprite to collect labels (on the right side of the screen in the picture below) in a specific order.

    I would like to keep track of the order the player collects these labels on the left side of the screen (in the timeline image). For example a player collects a the label "Deposition of Siltstone" and "Deposition of Siltstone" populates in the first spot of the timeline on the left. I would like for the way the timeline populates to be dependent on the order in which the player chooses to collect each label.

    I am beyond stuck as to how to accomplish this. Any help would be very much appreciated! Thanks!

  • You do not have permission to view this post

  • Perfect! Thank you!

  • Hi! I have a sprite that moves randomly across my layout via the MoveTo behavior.

    MoveTo:Move to random(0, LayoutWidth), random(0, LayoutHeight)

    I would like to animate the sprite so that it turns left and right via animation as it moves in the direction it's moving on the screen. Since it's random motion covering the entire layout I'm not sure how to do this. Help much appreciated!

    Tagged:

  • 8 posts