sequence editor

  1. ToastyKitsune

    GameMaker Problem spawning obstacles with sequences

    Hello gamemaker world! i currently have an autoscroller runner game that i'm working on and stumbled across an issue with sequences , here's the deal. I wanna have obstacles spawn from the right side of the screen and end up to the left side outside of the room where they get destroyed, I know...
  2. L

    Question - IDE How to view / reset the splines(?, purple part in image) of Bezier curves in the sequences editor?

    How to reset (or view the numbers of) the purple things in the sequences editor? Resetting the type of curve or deleting the points does not seem to reset these things that change the orientation of the curves... Thank you. PS: (Also you can't set the range of the viewer (Ctrl+R) to a value...
  3. S

    GameMaker Audio issues in sequences (choppy, won’t play randomly)

    I have a lot of sequences and sounds in my game. I use the sequence editor to put sounds in at specific times but when I run the game, randomly some sequences won’t play certain sounds for the whole sequence or that sound would be choppy. It’s almost entirely random, sometimes there is no issues...
  4. Mago

    Particle System Editor not using correct sprites

    hi everyone, I'm trying to use the new par sys editor, I drag a particle system I created to a sequence and put that sequence in the room, and now the secuence is using the incorrect sprite and it's being executed multiple times. This should be the sprite: This is the result: Is this a...
  5. T

    GameMaker Text in sequence editor looks fine but not in game

    Hi. My game is at the very tail-end of development. All content is finished and I'm literally just putting the final pieces together before release. I'm currently finishing up the credits, but have run into a really frustrating issue. I've made the credits sequence using the sequence editor...
  6. G

    GML Changing sequence keyframe data in code

    I've made a sequence that animates a textbox appearing on screen. I want to be able to scale this up or down depending on how much text needs to fit in the box. I know how to get the dimensions of strings, but once I have those, how do I change the scale of the final keyframe of specific tracks...
  7. phillipPbor

    GameMaker sequence mugshots?

    I have a problem with sequence. I think the image index relation needs work for ether sprite or object. you see i was trying to make a mugshot visual novel style. "It looks like I can't get mug on the image index, the only thing I can do is to number it." and no matter how hard I tried it...
  8. P

    Sequence Error Function "KillMyself" not found on keyframe

    I'm attempting to use a function to call on the last frame of a sequence in order to destroy the sequence. I attached KillMyself on the last frame of the sequence in a moment. Here is the code. /// Create Event DEAD = 15 if oEnemy2 = DEAD { _playerInst = instance_find(oPlayer1, 0); _sequence =...
  9. L

    Question - IDE How do I change an asset in the sequence editor?

    I'm sure this is a no-brainer, but I'm just drawing a blank. Say I've put a sprite in a sequence, thrown on some param tracks for animation, and then later I decide to swap that sprite out for a different one. How exactly do I change that sprite, rather than deleting the entire track and adding...
  10. COMMANDERY11

    Sequences Not Supposed to be Loooping

    Hello Gamemaker community! As a beginner/intermediate gml coder, sequences have really helped me a lot when making the main menu animations for my game. However, I recently ran into this issue where my sequences continually loop, despite there being a conditional to check when the two sequences...
  11. Bart

    S3KWENS - Sequences to 3D

    S3KWENS S3KWENS is my most recent pet project related to 3D in GameMaker that's been getting a bit out of hand. Since I'm continuing to work on this and since it's advancing at a steady pace I'm putting up this topic for it instead of further posting in the status updates. The idea The idea...
  12. S

    GameMaker Sequence Bug With Playhead

    Hi so I have been following the Little Town tutorial and have encountered a frustrating bug with my Game Over Sequence. When I try to scrub with the playhead, it no longer works. This happened after finishing the entire sequence which didn't take too long but I would just love to know if there...
  13. Bart

    Question - IDE Sequence Editor - Translate an object along its local x and y axis

    Hi all. I'm currently doing a couple more experiments with the Sequence Editor. I want to animate an object by moving it "forward" along x, then rotate it, then move it "forward" again along its new x axis. I had a quick look at the manual page and tried some things in the editor itself as well...
  14. samspade

    Sequences and Resolution Issues

    Is there a good way to create one sequence that works for many different resolutions? Or to scale a sequence to different resolutions? I know you can scale a sequence, but it scales everything, so while this would technically 'work' things would be stretched and squashed depending upon the...
  15. samspade

    Change Asset in Sequence

    Is there a way to change an asset inside of a sequence through code? What I would like to do is create a generalized sequence, with a default object or sprite, and then create that sequence through code and after creating sequence, or before I guess, change the default object or sprite to the...
  16. Mehdi

    Question - IDE Sequence in-room name

    Hi friends, When you place an instance of a sequence in the room, you can see a default name in its properties form. Anyone knows what's the use of this name? I tried every way possible to somehow reference to it, but it's apparently impossible.
  17. H

    Using sequence editor for RPG cutscenes

    Hi all, I'm working with a team on what is essentially a JRPG and we've decided to rebuild our cutscene engine using the sequence editor because of the great visual feedback while developing instructions to all of your NPCs and environment objects - we have people working on it that work much...
  18. S

    (2.3.1) Previewing a Sequence in the Sequence Editor with more that one audio track causes project to freeze

    Curious if anyone else is running to this problem Sequences run just fine when I compile and run a game, but previewing a sequence with more than one track causes the software to freeze up Example below here is a sequence of audio clips (uncompressed) on a brand new project. The moment the...
  19. WanSou

    Sequence Editor Freezing Whenever I Select A Sprite

    Whenever i select anything in the sequence editor, GMS 2.3 stops responding for 5-30 seconds, depending on how many sprites i select Its getting annoying. Is this normal ? Is there a way to prevent this ? Some Info : OS : Windows GPU : GTX 1070 CPU : I5-6400
Top