• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - Code Hibba dibba da dibba do.

K

Kenjiro

Guest
Hibba dibba da dibba do.
 
Last edited by a moderator:
You can have 1 block of code for an event, but in that one block you can call multiple scripts if you wanted to break it all down nicely.

I believe that the roadmap has region/code-folding somewhere on the list as something that will come along later.
 

gnysek

Member
#region and #regionend are even already supported as syntax in last version, but yet not collapsing - so it probably comes soon, just need some more adjustments.
 

Mike

nobody important
GMC Elder
This feature is still there. in 1.4 you only had the DnD interface, and if you select a DnD project in 2.0, you'll still be able to do this.

The GML only project settings is a new feature, and you can only have 1 script per event in this mode - otherwise you'd have to continually drag and drop script blocks into an event list again, making it basically still DnD mode.
 
Top