JDragon999's Forum Posts

  • No because the bar I am looking for is the bar that has the Menu>View>Bars.

    (The one that also allows you to preview the level, go to the Event Sheets, and Layouts.)

  • Update:

    If I get off and back onto my project, the bar appears until I click somewhere, so it isn't completely gone, but this is still a problem.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So

    The main toolbar: The one at the top that allows you to show other bars, and safe your project and whatever has disappeared.

    And I can't bring it back up because the part where you bring up other bars was on it.

    How do I get it back?

  • I don't think there is any keyboard options.

  • How do I do that?

    (Sorry)

  • Problem: I am making a minigames game thing (kind of like WarioWare...ish), and it won't spawn the sprites like I want it to.

    How it works: I have a timer variable that goes up by 1 every seconds and when it hits certain amounts, it changes the minigame number and therefore the minigame.

    The code goes like this:

    System: Minigame#=1

    System: Trigger Once System: Create object ___ on layer "Main" at (155, 68),

    create hierarchy: False

    There are about 20 of the create objects with their own object (in the ___) on layer Main at their own coordinates.

    Except it doesn't create the objects.

    What am I supposed to do?

  • I have a set of code on my event sheet that is for one part of my game, and I have another part of my game that needs similar code. I want to copy and paste it to edit it instead of creating it all out again.

    This is not from one game to another, it is within one game and one event sheet.

    Thanks!

  • Thanks!

  • But won't that start the timer from before the level (the home screen)?

  • I will try and explain my problem as best as I can.

    I have a global variable called "Timer" It is a number (starting at 0)

    I have a sprite with the Timer behavior.

    I started a timer with the tag "1:1" (Meaning World 1, Level 1).

    I want to set the value of the global variable to the time of the timer in seconds.

    It doesn't need the tag if that makes this easier.

    Thanks!

  • Thanks!!! This helps a lot!

    I totally tried to do it with the quotes and was like, "Why does it says Variable1?"

    Lol.

  • I am wondering how I can change what a text box says to the number on a global variable that I have made.