Author Topic: GM Tools for Avoidance  (Read 1690 times)

Sudnep

  • Global Moderator
  • Spike Dodger
  • Posts: 124
  • OS:
  • Windows 10 Windows 10
  • Browser:
  • Chrome 53.0.2785.143 Chrome 53.0.2785.143
    • View Profile
  • Playstyle: Keyboard
GM Tools for Avoidance
« on: October 13, 2016, 11:27:59 PM »
I'm just going to make a thread for some tools I made for making avoidances for others to use. These were made in mind for Gamemaker: Studio so don't expect them to work for GM8.0/GM8.1.

GM HSV Tool:
Tool used for finding HSV values for sprites in gamemaker.
It can also be used for colorizing images and saving them for use if you want to have the colorized versions.
https://github.com/evanmrettman/GM-HSV-Tool

GM objTimeline:
   This is the object I use for creating avoidances. It has several features such as:
  • Song Skipping - Allows the user to skip around in the song.
  • Step Recorder - Allows the user to record the current instance of time and display it along with every other time the key is pressed.
The object allows for the user to use timelines or a stepcounter variable. Use whatever suits you best but I suggest using a stepcounter variable.
Drag the objTimeline.object.gmx File onto the Gamemaker: Studio UI to import it.
https://www.mediafire.com/file/p6c2z5ch5urywv6/GM_objTimeline.rar
« Last Edit: October 28, 2016, 02:24:21 PM by Sudnep »