• 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!

scrollbar

  1. David Lorenz

    SOLVED Scrollable Menu: Problem calculating based on the scrollbar position

    Hello, everyone! I have a series of menus made with surfaces that can be scrolled vertically by clicking on a bar and moving it up and down. if device_mouse_check_button_pressed(0,mb_left) { if point_in_rectangle(cursor_x, cursor_y,left_limit,top_limit,right_limit,bottom_limit) {...
  2. Daniel Mallett

    'Code Error' window has no horizontal scrolling

    Does anyone have a plugin that will allow horizontal scrolling on the 'Code Error' window?
  3. FoxyOfJungle

    SOLVED Scrollbar problem [Partially solved]

    I'm trying to make a simple scrollbar work, I managed to do the main thing, which is to move it. The scrollbar function returns a value between 0 and 1. What I want to do is move the Y of an area according to that 0 and 1. The video below shows what happens: The video is a bit long, but I...
  4. FoxyOfJungle

    Scrollbar problem

    I've been trying to understand how to make a scrollbar for a few hours, I managed to make it work by dragging with the mouse, but there is a problem, a part is left out: My goal is to return a value between 0 and 1. I did it, but it goes over the limit, and no, it’s not just subtracting the...
  5. S

    scrollbar code? how do I calculate y and height?

    can someone tell me how I can calculate the scroll and scrollbar y and height depending on view height and item height? right now I have this.. //Scrollbar var menus_length = ds_list_size(global.game_rules)-1; scroll_y_ratio = ((menus_index2+0) / max_items_in_view)...
  6. G

    HTML5 Zombie Bob

    Are you looking for some horribly spooky action to accommodate all that pumpkin spice tasting everything this Halloween? Look no further! Try out our new game Zombie Bob on itchio! Take a walk under the moonlight with Zombie Bob! To play the game, press the key on your keyboard which shows...
  7. R

    HTML5 Kongregate HTML5 Publishing: how to remove scrollbars?

    this happens with every HTML5 game published with GMS2, if any of you solved the scrollbar issue (where kongregate instantiates scrollbars for your game) please tell. This has been bothering me, because the scrollbars really interfere with the look of the game.
  8. S

    Scrollbar

    Well, I'm trying to remake C++ programm in GMS. Everything is ok, but I have absolutely no idea how to make scrollbar. In C++ as I know you can just use scrollbar() function from library. Is it possible to transfer it in GMS as an DLL? If not - could you give me algorithm of how does scrollbar...
  9. Posho

    Legacy GM [Solved] Advice with Scrolling Bars?

    Recently I started working on a scrolling bar for a little HTML5 project I'm working on. I made a working scroll bar but I really doubt that's nearly as efficient as it could be. So it works with two objects: the scrollbar itself and the "cam" object that travels across the room and is followed...
  10. Dagoba

    GUI Scrollbar View

    Hello! There's a problem or more like lack of creativity to create a working scrollbar's view. I bought a scrollbar example from YoYoGames market and the scrollbar works fine (after I slightly modified it because it didn't work instantly). There wasn't an example of scrollbar how it works...
  11. R

    Option menu scrollbars and smooth transition

    Hello, I want to make an option menu that when clicked on the arrow of a category inside the option menu it needs to dropdown and push the other categories down. Also if you look on the image it needs to be in a small box so I can't make a long room to fit all the space needed... 1) How can I...
Top