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 - Mr Jake

#1241
Quote from: Dave Gilbert on Tue 02/03/2004 19:57:38
although my boss seems to have gone on a business trip of her own.  I guess I'll find out when I arrive.

office love ??   ::)
#1242
thanks guys. reworking it atm
#1243
Not when I ahve my hands in my pockets :P
thanks guys and migs, thanks for teh support
#1245
What do you think about this first walk anim.:

#1246
General Discussion / Re:AGS Chess competition
Thu 26/02/2004 20:02:11
That program vel suggested is good, I say we go with that
#1247
General Discussion / Re:newbies read this
Thu 26/02/2004 07:26:07
Quote from: spud on Wed 25/02/2004 18:49:00
also dont mess with the script unless you are 100%
sure what you are doing


I disagree, messing around with scripting is one of the best ways to learn, as long as you make use of the manual and dont  ask too many RTFM technie questions theres nothing wrong with it.
#1248
O_o   I never noticed that
#1249
No monkey fat, no font bitch  >:(
#1250
General Discussion / Re:Let's get lucid
Tue 24/02/2004 17:31:51
I recall doing this when I was younger, Id have dreams that sometimes would span the entire week with me being this 'other life' during the dreams (about a day of the life total over a week worth of nights dreaming)
#1251
General Discussion / Re:AGS Chess competition
Tue 24/02/2004 16:47:32
why not?   Im in, but Im fine with using a webclient, I dont want to download some freeware program really, enless its really good
#1252
There should be away, but you might have to code and use a plugin for some parts of it
#1253
why?  Its a military Surplus store selling off old stuff
#1254
Good for Sully  ;D

and 200%??? !?!?!    w00t
#1255
I plan to goto College and UNi and get computing degrees (one in programming one in hardware to cover meh)

about that program its called KUDOS ^_^/

when I did it in year 9 I got loads of comnputer stuff, in year 11 (on Monday in fact) I did it and got jobs like Picture framer :O
#1256
abnd unable to go back (without restoring) to pick up or do something they missed
#1257


Space pirate ^_^/

Maybe give him more of a modern pirate look?
#1258
sorry, couldn't resist
Femme, you keep M0ds in your basement??

Will Edit this and put a diary at the end of today

EDIT: I lied, so sue meh
#1259
this works, but only if you right click when on the GUI (at least the new version does)

ok, new problem:

function on_mouse_click(int button) {
 // called when a mouse button is clicked. button is either LEFT or RIGHT
 if (IsGamePaused() == 1) {
   // Game is paused, so do nothing (ie. don't allow mouse click)
 }
 else if (button==LEFT) {
   ProcessClick(mouse.x, mouse.y, MODE_WALK);
 }
 else {   // right-click, so cycle cursor
    if (IsGUIOn(4)==1){  //is the GUI already on
     GUIOff(4);
     }
    if (IsGUIOn(3)==1){  // Is the inventory open
        if(GetInvAt(mouse.x, mouse.y) > 0){ //is it over a inv item?
    mmx=mouse.x + 25;
    mmy=mouse.y +10;        
        xspot=mouse.x;
    yspot=mouse.y;
        SetGUIPosition (5, mouse.x, mouse.y);      
    GUIOn (5);
    SetMousePosition (mmx, mmy);
    }
          if (IsGUIOn (5)==1){
          GUIOff (5);
          }
}
     
   else if ((GetHotspotAt(mouse.x,mouse.y) > 0) || (GetCharacterAt (mouse.x, mouse.y) > -1) || GetObjectAt (mouse.x, mouse.y) > -1){ //is it over a hotspot
       mmx=mouse.x + 25;
       mmy=mouse.y + 25;
   xspot=mouse.x;
   yspot=mouse.y;
       SetGUIPosition (4, mouse.x, mouse.y);
       GUIOn (4);
       SetMousePosition (mmx, mmy);
       }
     else {
       SaveGameSlot (999, "inv");
       screen= LoadSaveSlotScreenshot (999, 81, 50);
       SetButtonPic (GAMEINV, 0, 1, screen);
       GUIOn (3);
       }
     }

}
------------------------------------------------------------------------------------

The problem is with If (IsGUIon(3) == 1){ } this block of code wont run (I put a display speech in to see if it was even running, and it wasn't, sorrry if you have already explained this is what you just said, I've asked AGA and he didnt have a clue, so it cant be anything TOO easy ^_^/
#1260
General Discussion / Re:Best Game Ever
Sun 01/02/2004 15:06:13
CJ, that bits easy, you have to use the rock and then walk past,
SMF spam blocked by CleanTalk