Jump to content


sar_the_maker

Member Since 14 Apr 2005
Offline Last Active Feb 13 2011 02:29 AM

Posts I've Made

In Topic: Trackbar Value

03 October 2009 - 03:39 AM

Thank you, this worked, except I had to switch the x + ((song_position / song_length) * width) to x + ((song_position / width) * song_length) and it now works perfectly. And actually the trackbar that I was talking about is the windows control that is a small rectangle which is dragged along a "track" to change the value of something. Thank you for your help :)

In Topic: Track Bar

28 September 2009 - 11:14 PM

Thanks, this will work, but I was also looking for a way to do it with some kind of formula, I used to have one that used mod but I can't remember what it was.

In Topic: Create New Font With Gml

25 July 2009 - 05:13 AM

Thanks! This will help a lot.

In Topic: Add Line Break To Text File

02 July 2009 - 10:45 PM

Thank you Mnementh,
This has helped me alot :whistle:

In Topic: Discovery

14 February 2009 - 06:55 PM

I made the cliff hanging a lot easier, you just need to hold right/left to grab onto the cliff, instead of pressing it at the right time.