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 - 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
#3
Completed Game Announcements / Re: Monkey
Wed 21/06/2006 02:23:11
the torrent does not seem to be working anyway ive tryed to upload it to freewebs.com but i got to wait 7 days in order to uplaod large files (it only told me after it uploaded it)
#4
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
#5
Quote from: megan on Wed 22/03/2006 08:35:20
to get the locker open 396 is not an option.  Is there another way to get hte locker open?

you've got to close the bedroomdoor ans read the locker combo of the back first
#6
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.)
#7
thanks for all your help but were abouts do i put it in the script editor thank you again for yor help.
#8
i dont understand the blue GUI thing as its for my course work i have to explain the scripting as wellas i dont want to loos my other GUIs i have already made. 

i tried just removing the offening line but then the saves do not go into the list box on my GUIS but do on the defult save/load.

just a reminder of the error
Error: ListBoxGetItemText: invalid item specified
#9
i had the same problem as edwin

Error: ListBoxGetItemText: invalid item specified

i dont know how to fix it and i did not understand his edit. 
#10
i will refrase the second question as thats the one thats realy bugging me at the momnet

when i load up my game the first screen that the player charcter is visble in the quit gui apears it also started happening when i click a guioff(#) button to exit other GUI's it closes the first gui and loads up the exit GUI
#11
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.
#12
thank you
#13
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
#14
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