Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - litium

Pages: 1 ... 4 5 [6] 7 8
101
Coding / Re: Danger System (Game Maker 6.1)
« on: May 27, 2006, 12:40:01 am »
awasome, you rock goodnite  ;D

102
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/26/06]
« on: May 27, 2006, 12:38:23 am »
can i use OOA logo style? i really dislike minish cap logo style

103
Coding / Re: Danger System (Game Maker 6.1)
« on: May 26, 2006, 11:43:59 pm »
i just edited Goodnite script and make the beep when theres only one heart left no matter how many containers you have

104
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/26/06]
« on: May 26, 2006, 11:42:58 pm »
 ;D thanks, just think in the name, style, adn how do you want it and wait a cuople of minutes(depends if i have to do somethin or not....) and your logo will be done... just like a microwave! lol...

Dylan i need a clear logo of minish cap(from game, not artbox logo)

105
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/26/06]
« on: May 26, 2006, 11:07:16 pm »
ITS MINE, Hyrule boy... don't steal it! >:(  or anyone else! ;)

-Mewgull :)

LAMAO! i never think that one of my logo would be object of a phrase like that o_O lol (LOOK! it the 102 post in this topic!)

106
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/26/06]
« on: May 26, 2006, 10:24:00 pm »
 ;D working on it

107
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/26/06]
« on: May 26, 2006, 10:18:53 pm »
 ;D wich style (OOA? or LTTP SUPER DESINGED)

108
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/26/06]
« on: May 26, 2006, 10:10:03 pm »
does anyone need a logo?  ??? i'm so bored...

109
Coding / Re: [REQUEST] Npc moving code,Shop Example
« on: May 26, 2006, 08:53:11 pm »
sup... for the spending money part you just need this code (if you are useng the // Rupee Engine
// By Yoshi and TRW text engine)

Code: [Select]
if global.buybomb=true{global.rupees-=20;global.buybomb=false;global.havebomb=true}else{if global.rupees<=20{Say("NOOO MONEY!!!!!",true,true,true)}}

Explanation:
you need a variable called global.buybomb(you can se this variables, and other like global.buybow on the creation event of the rupee counter)
so basicaly this cheks if you have mora than 20 rupees if you do it takes you 20 and give you a bomb(that is the variable global.havebomb=true that it can be used on the inventory(or just change it to suit yout needs)

or download this example i made for you:

http://hyperupload.com/download/0281fe2199/rupe_engine_money_need.gm6.html

110
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/18/06]
« on: May 25, 2006, 12:38:12 pm »
Redone:

Alpha:

111
Coding / Re: Collision cheking? GM6
« on: May 25, 2006, 03:01:06 am »
thanks

112
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/18/06]
« on: May 25, 2006, 01:30:36 am »
XD fixed:


113
Coding / [Example / Listing] Collision cheking? GM6
« on: May 24, 2006, 07:20:15 pm »
Code: [Select]
if keyboard_check(vk_left) { global.a_attack=true; x-=4; image_speed=0.5;sprite_index=spr_link_left; global.dir='left' };
if keyboard_check(vk_right) { global.a_attack=true; x+=4; image_speed=0.5; sprite_index=spr_link_right; global.dir='right' };
if keyboard_check(vk_up) { global.a_attack=true; y-=3; image_speed=0.5;sprite_index=spr_link_up;  global.dir='up'};
if keyboard_check(vk_down) { global.a_attack=true; y+=3; image_speed=0.5;sprite_index=spr_link_down;  global.dir='down' };

if !keyboard_check(vk_left)
if !keyboard_check(vk_right)
if !keyboard_check(vk_up)
if !keyboard_check(vk_down)
{
image_speed=0;
image_index=0;
global.a_attack=false


if global.dir='left' {sprite_index=spr_link_left}
if global.dir='up' {sprite_index=spr_link_up}
if global.dir='right' {sprite_index=spr_link_right}
if global.dir='down' {sprite_index=spr_link_down}
}

This is a sword engine movement code(i downloaded from a topic i made in Tutorials) but i dont know how to make this script has a place_free script on it can anyone help me?

114
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/18/06]
« on: May 24, 2006, 04:00:30 pm »
hree you go:

Logo

Alpha.. if you use GM use sprite get alpha from sprite and it shoul work (just the lgoo and the green aura on MM mask qill be visible on the room)

Keep asking for logos...

115
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/18/06]
« on: May 24, 2006, 03:32:26 pm »
in progress mewgull  ;D

116
LTTP & FSA / Re: [request]Wood link house tiles(inside)
« on: May 23, 2006, 01:09:05 am »
thanks, and sorry fot rm but i dont use them so i'll use them that piers posted

117
LTTP & FSA / Re: [request]Wood link house tiles(inside)
« on: May 22, 2006, 08:14:04 pm »
 ;D Credit to TRM

118
LTTP & FSA / [LTTP/MC] Wood House
« on: May 22, 2006, 05:01:25 pm »
 ;) can somebody post them( the tiles taht belongs to link wood house used in a lot of fan-games) the inside tiles or any tile set taht can help me to build my own

119
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/18/06]
« on: May 22, 2006, 09:39:11 am »
actually no, i use some fonts that i download but instead of using AA when wrieing i don use noting so the text writes pixeleted an looks reallt cool

120
Graphics / Re: Need a logo? Request yours HERE! [UPDATED 05/18/06]
« on: May 21, 2006, 02:29:14 pm »
lol, keep asking for logos

EDIT: Essence of the triforce done

Pages: 1 ... 4 5 [6] 7 8

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.045 seconds with 32 queries.