Jump to content


3141592526

Member Since 07 Jul 2010
Offline Last Active May 13 2013 07:22 PM

Topics I've Started

Wifi Dll

20 April 2013 - 10:33 PM

I am looking for someway to have game maker get the wifi stregth (the wifi bars that show signal stregth) in windows. I dont care how I have to do it DLL, Extension or some other way.

 

Thank you for your help.


Game Maker Ssh Communication

17 March 2013 - 04:19 AM

I have a Raspberry Pi. It can be controlled using SSH. I would like to make a program similar to putty were I can send and receive SSH commands in GML
How can I do this? can I some how use 39dll or http dll ? do I even need a dll?


thank you

Fmsink

06 March 2013 - 10:32 PM

I have created FMSink which allows you to sync files between computers. You can create a user name that only you can use so your files are private. Files can be individually downloaded. You can also just drag you files into the window and it will upload them. The best part of this is that you get unlimited file space

FMSink is being updated all the time with new features coming! FMSink will update automatically and download the newest version instantly.

Download

Lists

20 February 2013 - 01:22 AM

I have a ds_list that has 100's of items some items are repeats. I am using the ds_list function to find the pos of a value. it returns the position of that value but I want to get the other ones as well. it is taking the first value and that's it. is there any way to make it get the following values

Executeing code faster

01 December 2012 - 09:11 PM

I want to run my game at 30 FPS
I would like to run a piece of code at around 500 times every second. not all at once though
I would need a 2 MS delay after each execution.

How can I do this?