Jump to content


Freedomna

Member Since 01 Feb 2008
Offline Last Active Oct 30 2010 04:50 PM

Posts I've Made

In Topic: Dungeon Crawl

28 October 2010 - 01:18 AM

The way I would do it is build a few dungons then use

rand=floor(random(3));
if(rand=0)
{
  room_goto= dungeona
}
else if(rand=1)
{
  room_goto= dungeonb
}
else if(rand=2)
{
  room_goto= dungeonc
}

There is a probably a more efficent way but thats the best I can think of for now.

In Topic: Freshy.Auth's Graphics Shop

28 October 2010 - 01:04 AM

http://gmc.yoyogames...howtopic=489132 - Can you do this for me. I would like the free version.

In Topic: Pixxels R Us

27 October 2010 - 10:42 PM

Type: Sprite
Description: A gold pocket watch on a black background with the number 2012 on it (set the time of the clock to be a midnight please.)
Size: 800x150
View: Platform
Style: Waterpaint
Colors: On description
Animations: None

Type: Sprite
Description: A council of people in an office meeting room.
Size: 800x150
View: Platform
Style: Waterpaint
Colors: You choose as long as they are realistic.
Animations: None

Type: Sprite
Description: Two or three space shuttles with nuclear weapons in orbit over an under nuclear attack Earth.
Size: 800x150
View: Platform
Style: Waterpaint
Colors: Same as above
Animations: None

Type: Sprite
Description: The same shuttles in deep space near a nebula to the left. Please make the view for this a behind view (as in you see the engines.)
Size: 800x150
View: See description
Style: Waterpaint
Colors: Realistic
Animations: None

Type: Sprite
Description: Two groups of people shooting at the other on a nuclear scarred Earth.
Size: 800x150
View: Platform
Style: Waterpaint
Colors: Realistic
Animations: None

Type: Sprite
Description: A person walking away slowly with a mushroom cloud in the backgroun and a 9mm in his hand.
Size: 800x150
View: Platform
Style: Waterpaint
Colors: Realistic
Animations: None

Thank you in advance.


Edit:

None of your requests are going to be fullfilled. This topic is from 2009


Oh.... well hopefully someone will help me with my request.

In Topic: 2D Artist Available

27 October 2010 - 09:32 PM

http://gmc.yoyogames...howtopic=489132 -May you help me with this please?

In Topic: A small code problem

29 September 2010 - 12:10 AM

Okay, first the Bold doesn't work inside code.
Second, maybe it's because it SETS the gold to 4 and goes to room.... Check ur gold.
If it's not 4 then I'm wrong.


Just added an IF sign but now I am getting an error that says "Unexpected symbol in expression."