Jump to content


GraphicGamer

Member Since 16 Nov 2010
Offline Last Active Jun 10 2013 02:45 AM

Topics I've Started

Morse Code Helper

23 May 2012 - 02:08 AM

Morse Code Help


This is a simple program which allows someone to look up/convert/and display Morse code letters. It features a simple, clean GUI and easy to use functions. Make sure that you extract the game to its own folder as it uses an INI file for the code. Enjoy the program. :D


Dropbox - 2.24 MB


Posted Image


PS If anyone has better sounds for the Morse code that I can use, let me know (will give credit)


Creating an EXE

22 May 2012 - 08:14 PM

Hello Guys and Gals,

I have a program which creates a VBScript in the game directory. The game wont create the file until the password is entered.

Here is what it is so far - Dropbox - 2.24 MB
Now enter the password "unlock" and youll see it creates a simple VBScript.

The output in the .vbs file is a variable in the game. So is the password.
What I want to know is how can I make a program that creates this EXE with the variables changed. Because its a password, I dont want it in in INI or external file.

So it pretty much MAKES the game above except with certain variables changed.

Any DLLs or Extensions required?

Thanks for the help in advance.

-GG

Logo Design!

17 April 2012 - 05:07 PM

Design Shop, Free!

I will design Logos, Background, Banners, Icons, and other things.

*I AM NOT GOOD AT CARTOON, BUT I WILL TRY. Same With Sprites*


Rules:

Credit is Wanted But Not Required


All you need to do is fill out this template: (You must fill all fields with a * mark)
*Type: (E.g. Background, Logo...)
*Size: (E.g. 400*200)
*Style: (E.g. Cartoon, Old..)
*Discription: (Include your color scheme. E.g. Dark Blue with Yellow Stars)
Text: (E.g. Your games name)
Included Image: (Maybe your logo or something.)

Would Like to do only a few requests at a time, So 5 a week UNLESS I say More.


Spoiler


Top-Down Snowfall example

02 November 2011 - 02:02 AM

  • Title: Top Down Snowfall
  • Description: Show how to create a good snowfall settling effect using surfaces and 1 sprite. .zip contains EXE, GMK, GMRES, and README
  • GM Version: Posted Image
  • Registered: Yes, Because it uses surfaces.
  • File Type: .zip
  • File Size: 10.4 MB approx.
  • File Link: Box.net, MediaFire
Summary

This example has 3 scripts, 1 sprite and 1 object. The object only needs 3 events, Create, Step, and Draw. Each event has 1 script.
//Create: snow_create(surfaceWidth,surfaceHeight)
snow_create(room_width,room_height)
//Step: snow_step(flakeSprite,decreaseAmount,DsnowAmount)
snow_step(s_snowflake,0.2,10000)
//Draw: snow_draw(x,y)
snow_draw(0,0)
//These are suggested arguments and can be totally changed.
surfaceWidth: The width of the snow surface.
surfaceHeight: The height of the snow surface.
flakeSprite: The sprite with the snowflake to draw.
decreaseAmount: The higher the number, the faster the snowfall increases.
DsnowAmount: Dsnow (double snow) is a screenshot that is taken, then drawn after reaching this number of snowflakes. Dsnow make the snowflakes brighter.
x: The x value of where to draw the surface and Dsnow (if its being drawn).
y: The y value of where to draw the surface and Dsnow (if its being drawn).

After putting these scripts in, the snow will be draw perfectly. :)

Uses GameCave Effects topdown snowfall to add to the effect

Matrix Effect

27 June 2011 - 11:39 PM

Hey GMC,
Need a matrix Effect, currently I have a sprite with letters fallinging in layers, but I want somthing better. any help appriciated,
Thanks GG