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 - Quintaros

#321
The Rumpus Room / Re: *Guess the Movie Title*
Fri 09/09/2016 19:54:18
The Road Warrior?
#322
Engine Development / Re: AGS 3D
Wed 31/08/2016 13:30:28
I don't think AGS has to be retro.  I love seeing how AGSers have expanded its functionality beyond its original intended scope.

If it could handle 3D, I'd be interested in using that feature. 
#323
I've used 3DS Max, Z Brush, Poser, and Sketchup and would say that Sketchup has been far and away the easiest to learn.  It doesn't produce photo-realistic renderings as I initially desired but I've learned to do a lot of post work in photoshop to achieve a style I find pleasing.  Sketchup also has a terrific library of models available that can be tweaked to fit your specific purposes.
#325
The Rumpus Room / Re: *Guess the Movie Title*
Fri 26/08/2016 16:53:40
Okay, next up:

#326
The Rumpus Room / Re: *Guess the Movie Title*
Fri 26/08/2016 11:51:18
Boy, it looks like "legend" again.
#327
Cool thread.

Here's an animation I've working on for an action scene in my upcoming game:

#328
Thanks guys.  Declaring my DynamicSprites at the top of the room script outside of the room load function seems to have done the trick.
#329
I'm trying to implement a puzzle that involves sorting some objects that are initially randomly oriented.  The code below was intended to initialize the objects orientation but instead of replacing the object's sprite with a rotated sprite, the objects get the famous blue cup sprite.  Any suggestions for what I'm doing wrong?  Thanks.


Code: ags

function room_Load(){
  DynamicSprite* sprite[19];
  for(int i=0;i<19;i++){    
    sprite[i] = DynamicSprite.CreateFromExistingSprite(object[i].Graphic);
    int starting_rotation=Random(3);
    if (starting_rotation!=0){
      sprite[i].Rotate(starting_rotation*90);
      object[i].Graphic=sprite[i].Graphic;      
      sprite[i].Delete();  
    }    
  }
}
#330
Glad to see you're resurrecting that blog but sad to see all the older content disappear.  Any chance of that being restored?

Very interesting new post.
#331
The Rumpus Room / Re: *Guess the Movie Title*
Mon 22/08/2016 13:06:10
Babes in Toyland?
#332
The Rumpus Room / Re: *Guess the Movie Title*
Sat 20/08/2016 18:26:36
Shock Corridor?
#333
The Rumpus Room / Re: *Guess the Movie Title*
Tue 16/08/2016 13:56:26
Oh, c'mon.  Clearly 1982 was the best year in movie history.

Legend is a movie that never fails to disappoint but I keep coming back to it every few years hoping that I'll enjoy it this go around.  It does have a lot going for it but somehow never quite adds up to more than the sum of its parts.
#334
The Rumpus Room / Re: *Guess the Movie Title*
Tue 16/08/2016 13:11:05
Legend?
#336
The Rumpus Room / Re: *Guess the Movie Title*
Sat 13/08/2016 21:03:27
Neither of those but maybe I'm not reading your mind so well.
#337
The Rumpus Room / Re: *Guess the Movie Title*
Sat 13/08/2016 19:25:22
#338
The Rumpus Room / Re: *Guess the Movie Title*
Wed 10/08/2016 14:08:35
It was a bit of a stab in the dark for me, looking for a film on Elya Baskin's filmography that might be in B&W or have a B&W sequence. 
#339
The Rumpus Room / Re: *Guess the Movie Title*
Wed 10/08/2016 13:21:29
Thirteen Days?
#340
The Rumpus Room / Re: *Guess the Movie Title*
Sat 23/07/2016 08:55:54
Nailed it.
SMF spam blocked by CleanTalk