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

Topics - tommyc

#1
I recently put my game as complete but some bugs have come up

Quote from: miryoku_81
- the game crashes to the desktop when I start a new game unless I play it in a window
- unable to save over existing save games

here a copy of my script

//INTERFACE 4 - SAVE GAME
if (interface==4) {// if save interface
if (button==0) { //'Save' button // if save is pressed
index=ListBoxGetNumItems(4,2);// Count saved games
if (index<20) { // if less than 20
GetTextBoxText(4,3,text); // Get the typed text
InterfaceOff(4); // Close interface
SaveGameSlot(index+1,text); } // Save game (text as description)
else { // if saved games are 20
index=ListBoxGetSelected(4,2);// Get the selected save game
GetTextBoxText(4,2,text);// Get the typed text

InterfaceOff(4);// Close the interface
SaveGameSlot(savegameindex[index],text); }// Overwrite the selected game
}
if (button==1) InterfaceOff(4);// if cancel is pressed close interface
  }


//INTERFACE 5 - RESTORE GAME
ListBoxSaveGameList(5,3);// Fill List box with saved games
if (interface==5) {// if Restore interface
if (button==1) {            // if cancel is pressed
InterfaceOff(5); }// Close interface
if (button==0) { //'load' button//if load is pressed
index=ListBoxGetSelected(5,3);// get the selected game
RestoreGameSlot(savegameindex[index]);}// restore the game
     }
  }


Thanks
#2
Completed Game Announcements / Monkey
Tue 20/06/2006 17:00:51
a short game about the monkey king from journey to the west gathering materials to build a boat I started it about 2 years ago for a a-level project that got cancelled so being bored and having lots of free time I finished the game.
I made it in high resolution 800x600

Torrent Link
http://www.deadfrog.us/index.php?act=entry&id=6446

Direct download
http://americangirlscouts.org/agsuploads/tommyc/monkeyags.zip
#3
not sure if thsi is the right palce to post this but:

i have been making a game for about a year now for an a-level project after finaly getting the exambord to allow me to use AGS to create the game the course was changed. now having finnsed school and got nothing to do i decided to restart my creation of my game.  but i have no artistic skills and most of my backgrounds are stolen form kyrandia and edited.  all the templates i can find for charaters are of people which for the main charaters are fine becasue i can edit them but i cant find any of animals particulary monkeys.

anyone know how to find some animal templates that are not humans (or could draw for me and i can put ur name in credits.)
#4
i have 2 problems the first one is how do i get rif of the drop down menu on my splash screen.

the second one is after i click new game and my AVI show the inventory GUI apears it the defult mone execpt i put a back ground on it and changed some buttons.
#5
i want to run my gif aniamtion in game but whne i import it it imports all the frames how to i make it animate agian

there is loads of frames due to transition and im lazy if it takes ages know of any easyer ways
and do FLC aniamtion work the same
#6
i would like to no if it is possilbe to change the view to an over head view to cover the whole town but then go back into the normal view when they reach the house on the view and if you can change to a thrfd vie of the charactrer flying
SMF spam blocked by CleanTalk