Jump to content


MythStudio

Member Since 24 Jun 2011
Offline Last Active Mar 02 2013 01:33 PM

Topics I've Started

Graphic Design Shop

11 June 2012 - 06:38 AM

Welcome
Hello Everyone, My name is Mathew Warner. I am 18 and looking to put my graphics skills towards helping others.
If you would like to see my Portfolio please scroll to the Protfolio Section. Also if you need me to pull a side i am offering,
project work were i will Join you and your game design team and do your games graphics.(Payment/Donations not mandatory but High Recommend.)
If you would like to know more about me please go to the Bio section and if you need to contact me and i cant get on here please Email Me.

Portfolio Section:
Spoiler


Contact Section:
Spoiler


Bio Section:
Spoiler


Terms/Conditions:
Spoiler


Thank you all for your time please leave any requests you have and i will get back to you shortly and as soon as possible.-Mat






© 2012 - Present Mathew Warner - All Rights Reserved.


What website Creators Support HTML5

11 June 2012 - 12:04 AM

Hello GMC, i have been searching for a website creator that supports HTML 5 Games, if you know of any that you have tested your HTML5 Games on Please let me know, by the way if this is classified as in the wrong section i apologizes and can a Mod Please Move this Topic to said Section if a Problem Occurs.
Thanks for your Time Mat

Free Template Requests

22 November 2011 - 02:39 AM

Posted Image

Hello GMC, were back :), and ready to handle your requests, so lay them on us only thing you have to do is fill out the following the request Form.
**
Description:
Size:
Type: (Pixel Art or Detailed Version)
If Tileset: please post what type(Top Down, Side Scroller, ect...)
Time:(How soon you need it to be done?)
Credit:Mathew Warner
**
Work Finished:
Spoiler


Work Queued:
Spoiler


Thanks for Stopping By Please Come Again!
-Mathew Warner-

Please Note that we do not have to fulfill your request, if you are Aggressive with us, impatient, or disobey the Graphic Forum Rules. Your Request will become Invalid and we will skip to the next Request.
We will not state this in a post we will send you a Private Message, Thank you for your Time -Mathew Warner-

GMC Jam#4 (Shooting Help) -Mine Blow-

31 October 2011 - 12:47 AM

Hello GMC,
MythStudio's GMC Jam #4 needs your help :)
I have a shooting script that works great but i want it so there is a set amount of ammo for firing.
here are my scripts:
Player Info:
*Create Event:
//resets shot count so that you can continue shooting
can_shoot=3;
*Alarm 0:
//resets shot count so that you can continue shooting
can_shoot=3;
*Step Event:
//shooting code, checks if you haven't used up the shot count, sets count down 1, and sets the alarm 0
if keyboard_check_pressed(vk_space) && can_shoot>0
{
  instance_create(x,y,obj_bullet);
  can_shoot-=1;
  alarm[0]=50
}

Bullets Info:
*Create Event:
//sets vertical speed up at a speed of 4 and shows that it isn't destroyed yet
vspeed=4;
destroyed=false;
*Step Event:
//destroys itself if it collides with an mine
if destroyed=true
{
  instance_destroy();
}
*Outside Room Event:
//destroys itself when it goes outside of the room
instance_destroy();



I probably didn't need to post all of the scripts for this to work but i don't know where to start on setting ammo so that you only have 3 shots per room.. any help would be appreciated :)
-MythStudio-

GMC Jam#4 (CLOSED) -Mine Blow-

30 October 2011 - 09:31 PM

Posted Image
Hello Everyone This is my GMC Jam Project(Though it doesn't relate to Laws yet)
We need a explosion animation 6 Frames size 22x22:

Thank you to anyone that trys.
Heres Some Links: