Givo's Forum Posts

  • 3 posts
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm not trying to spawn them every tick. I'm trying to make a guitar hero clone, where the notes move down 3 pixels every tick. I'll share the project file. When the layout starts it sets the array with the note type ( 0-4 = green-orange ) and tick when they spawn. I have a free account, and I could cram now to fill the array, but I don't have the time. the notes line up with the song. I am working on ripping the assets and getting it looking good. The first notes spawns fine, but after than they bunch up.

    how to play.

    a = green

    s = red

    d = yellow

    f = blue

    g = orange

    hold the corresponding color and hit on the the arrow keys to "strum".

    Thanks for trying to help!

  • Hello! I am having a slight issue(duh). Sooooooo in a game I'm making I'm using an array to spawn objects at certain times. It has 2 columns. The first specifies what tick to spawn the object, and the second one specifies what object to spawn. The problem is that the first one in the array spawns at the right time, but every other object spawns a tick after that and each other. The correct objects ARE being spawned. how do I prevent all of the objects from spawning together?

    Tagged:

  • 3 posts