• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

transition

  1. Nafotis

    GameMaker Transitions not following the camera

    I followed this youtube tutorial and Im trying to make it so that the transitions follow the camera This is the code in the tutorial global.roomTarget = -1; global.midTransition = false; // Called whenever you want to go from one room to another, using any combination of in/out sequences...
  2. Yizzard

    Steam Making Two Sprites Match The Same Size

    Hi, so I'm trying to do a transition between my battle screen and the overworld. It's super simple, just fades out of the battle screen and into the overworld, but the player character actually moves over to where it is in the overworld (similar to Deltarune) and doesn't fade out, just switching...
  3. O

    Changing Music

    I have music that is on my title and it changes upon entering the game. How do I change the music that plays throughout the game when I get to the boss level? My audio track is labelled a_boss /// @description Begin the Game if (keyboard_check_pressed (vk_space) and room ==r_title){...
  4. P

    Go To Transition doesn't Seems to be Working?

    So i started using GML for quite a while and currently following Shaun Spalding Platformer Tutorial. But i found problem on 2 of his videos. "Save and Load" and the "Dying" Videos. The game seems to be auto saving and i can die when i hit enemies, but it doesn't do anything afterward. It just...
  5. T

    Fading between frames in a sprite

    Can I fade from one frame to another in a sprite? Like in a slide show? Thanks and BR, Thorsten.
  6. JJampion

    GML Background transition

    Hi GMC im a very beginner so i have no idea how to make a transition i want to make a splashscreen max 10 sec long with 2 sprites the first from black to white/transparent and the 2nd from transparent to white both 5 sec long here is a example ▓▒░▒▓ i have just a create event alarm[0]...
  7. Kuro2427

    GameMaker SNES Style "Pixelate" Transition

    How would one go about making a transition in which the game becomes gradualy pixelated, as seen in the video below? (timestamped) I'm thinking maybe you could incrementally decrease the application surface's resolution, but there's likely a more efficient way, right? (sorry for the crappy...
  8. R

    Game Maker 1.4 Current Player Location

    Hiya! I am using Game Maker 1.4. I'm trying to create a homemade sprite transition that will play between my rooms. However, in order to do so, I need to set the sprite to be drawn at the location of my player (obj_player). The view of the room is smaller than the room itself, so I cannot draw...
  9. S

    Windows Room transition help.

    So everything mostly works in this game i'm making. Im just following the friendlycosmonaut's farming game tutorial but I have this issue. When I switch room with the transition object, which works perfect, I can't move after the transition. My sprite animation works when I press up down left...
  10. Reddoka

    How can I add the transition after the dialogue?

    I've known the script of the transition between rooms like the instruction: Slidetrans (TRANS_MODE.GOTO, target). So how can I add it right after the dialogue??? Help me pleaseeeee! Thanks ~ OwO
  11. M

    Reproduce CSS easing functions with Animation Curves

    Version: GMS 2.3 beta Target Platform: all Download: https://www.dropbox.com/s/qtp98xnxdkqs547/CSSstyleTransitions.zip?dl=0 Summary: we will recreate the main CSS easing functions without having to do the necessary math. For this we will use the brand new animation curves. A brief point on...
  12. Binsk

    Asset - Scripts Room Transition Effects

    If you want smooth room transition effects in your game, look no further. This extension provides you with all you need to get going quickly as well as for designing your own transitions with ease! Purchase You can purchase the extension at any one of the following sites: GameMaker...
  13. R

    Brush Stroke Transition Effect?

    I'm wanting to make a transition effect between level areas that looks as though brush strokes are painting in or erasing the scene. Here is an example I made in Photoshop of what I'm talking about: Is something like this even possible with GameMaker? Is there a similar technique I can use...
  14. A

    Need some Advice: One room with Multiple Room Transition Options. [SOLVED]

    Hello, it's my first time here so I hope I'm posting this all right. I've been going page by page seeing if anyone else was having a similar issue before doing a normal search and found something similar that "could" help me solve my issue, but not quite. Anyway here is my issue. I have a set...
  15. L

    TRANS.MODE.GOTO not working

    hey, i am watching the Plattformer Tutorial from shaun and one thing never worked at my code... The TRANS.MODE restart, next, intro etc. allways worked. except the GOTO event. when i make this the screen just gets black all the time. any ideas? code: Create: /// @description Size Variables and...
  16. L

    No second room transition (Solved)

    Hi, i faced a weird problem. When i go from the menu to the first level of my game, the transition works but afterwards i cant get to the second level because of an error. if i change the order (first level instead of menu screen) i can reach the second level. basically i am just able to change...
  17. L

    Need help with transition between rooms

    Hi!, excuse the poor english. I dont know if anyone is following friendlycosmonaut tutorial in how to make a farming rpg, my question comes from there: For tje transition between rooms she uses an enumerator for declaring directions, (90 is right, 180 is down, 270 left, 0 up). Then she creates...
  18. T

    Graphics Room Transition Effect

    GM Version: 1.4 Target Platform: ALL Download: N/A Links: see video below Summary: Learn on this series of tutorials how to create awesome and easy room transition effects with only 1 object! The series has a basic tutorial (for initial setup) and then different tutorials for different effects...
  19. D

    GameMaker [SOLVED] Check if I came from a certain room

    Hello guys!! So... I have this issue... In my current project, I'm trying to know if I came from a certain room, so I can destroy the transition object to that specific room. I thought making it with global variables, but I failed. Hope you can help me!! ^^
  20. C

    Opening Screen Effects

    Hello, I'm trying to figure out how to go about creating an opening similar to what you see in this video (starts at the 15-second mark). So far I think it has to do with a combination of camera animation and screen transition effects to create the fades... Would be much appreciated if anyone...
Top