Menu

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.

Show posts Menu

Messages - IndieBoy

#401
The Rumpus Room / Re: The MSPaint game
Sun 22/03/2009 13:52:21

Next: A screwdriver, a bucket and a key
#402
The Rumpus Room / Re: The MSPaint game
Sun 22/03/2009 00:14:29


NEXT: "Helping Hands"
#403
The Rumpus Room / Re: The AGS Stickam Room
Sat 21/03/2009 20:39:50
#404
The Rumpus Room / Re: The AGS Stickam Room
Thu 19/03/2009 23:27:14
Indies bored in a tokbox room.. doo doo dooo
I can't make very constructive posts in this thread :P
#405
The Rumpus Room / Re: The AGS Stickam Room
Wed 18/03/2009 19:02:43
HEY AWESOME DUDES, I'M SO, LIKE IN THAT ROOM ABOVE ME AND ITS SO, TOTALLY DEAD MAN.
#406
The Rumpus Room / Re: The AGS Stickam Room
Tue 17/03/2009 22:12:41
Who is that sexy guy you have there? :=
#407
The Rumpus Room / Re: The AGS Stickam Room
Mon 16/03/2009 18:00:04
#408
Well it is a bit pointless since I only live about 45mins away from this place that I should stay at the cottage. So someone can take my bed.
#410
I thought I would share the REAL WHALE'S QUEST
#411
The Rumpus Room / Re: The AGS Stickam Room
Thu 12/03/2009 10:39:26
Blacky McDarko has been arrested.
#412
I carry on the zombie theme yet I seem to have copied SpacePaw's Open brain look :(

Static:


And I had to animate an ARMY:
#413
General Discussion / Re: PixelArt editor
Mon 02/03/2009 20:55:51
  • Eyedropper tool
  • Custom selection such as a rectangle or freehand
  • A preview screen that can be zoomed
  • Paste as new image
  • Increase/Decrease canvas size
  • Colour Depth Editor
  • Flip horizontal/vertical/90 degrees etc
  • Undo/Redo   :=
#414
An undead ghost would be a living person wouldn't it?
#415
How long are these kind of things open for? Cause I might have a tech demo of little scripting project I have been working on finished sometime in the near future.
#416
The Rumpus Room / Re: The AGS Stickam Room
Fri 27/02/2009 13:05:13
Aww :( The only difficulty with tokbox is that you need two people to open a room. So someone may be waiting around if a room isn't open or a link hasn't been posted. But yeah, the trend seems to be that the rooms are open at around 8pm GMT.
#418
Sorry for being off topic, but just to say I really like KhrisMUC's drawing, as I had this same problem mixing up equal signs when I just started to learn how to script. However I think the single equal sign looks a bit like a natzi..
#420
Sorry for the late reply, just I haven't had much of a chance to play around with it.
I forgot to mention that the GUI is called by a right click at the mouse(x,y) so the exact cordinates of the GUI changes all the time. So I'm pretty stuck trying to think of how to make an if statement where the mouse is over the GUI.
At the moment I have two ints, MOUSE_X and MOUSE_Y that are basically the width of the gui + the intial mouse x-cord and the height of the gui + the intial mouse y-cord.
So I have a code like this in repeatly execute:
Code: ags

 if (gActions.X<=mouse.x && mouse.x<=MOUSE_X && gActions.Y<=mouse.y && mouse.y<=MOUSE_Y)
    {
       TC=1    
    } 

But this still doesn't want work. Is there a limit in how many things you can have in an if statement?

:'(
[/s]

All is fine now :D
SMF spam blocked by CleanTalk