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

#861
I animate(AND get paid for it! :o) and I hand out newspapers for extra cash(Hey, I got school to think of). I hope to work with something whitin comics, animation or anything graphical.
#862
Okay, I've been using a few hours last night, and around 2 today, to figure this out. I've been searching in the forum, the manual, websites and checking other games. Unfortantly, none of them seem to solve my problem:

I want the background(640x200) to scroll from the right side to the left. Whitout the character(I've hidden him), while it displays text in the centre. I also need it to scroll slow.

Is there any way to solve this?

Thanks!  :)
#863
Some day, we can probably burn/import books too.
#864
General Discussion / Re: P-P-P-Powerbook
Wed 19/05/2004 16:44:12
Yeah, same as Farlander. (I liked the computer, Gotta get me one of those!)

#865
Code: ags
Error (line 35): Undefined token 'bg_save_idx'


Did I do something wrong here?

function on_key_press(int keycode) {
Ã,  // called when a key is pressed. keycode holds the key's ASCII code
Ã,  if (IsGamePaused() == 1) keycode=0;Ã,  // game paused, so don't react to keypresses
Ã,  if (keycode==17)Ã,  QuitGame(1);Ã,  Ã, // Ctrl-Q
if (keycode==363) {
Ã,  Ã,  Ã, ListBoxSaveGameList(SAVE,2); // Populate listbox with previous saves
Ã,  Ã,  Ã, bg_save_idx = ListBoxGetNumItems(SAVE,2);
Ã,  Ã,  Ã, if (bg_save_idx <= 20) {Ã,  Ã,  Ã,  Ã,  Ã,  Ã, // Less than max saves
Ã,  Ã,  Ã,  Ã,  ListBoxAdd(SAVE,2,"<new>");
Ã,  Ã,  Ã, }
Ã,  Ã,  Ã, else {Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã, // Max number of saves exceeded
Ã,  Ã,  Ã,  Ã,  bg_save_idx = 0;Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  // Setup overwrite of existing slot
Ã,  Ã,  Ã,  Ã,  ListBoxGetItemText(SAVE,2,bg_save_idx,bg_save_buf);
Ã,  Ã,  Ã, }
Ã,  Ã,  Ã, ListBoxSetSelected(SAVE,2,bg_save_idx);
Ã,  Ã,  Ã, ListBoxGetItemText(SAVE,2,bg_save_idx,bg_save_buf);
Ã,  Ã,  Ã, if (StrComp(bg_save_buf,"<new>")==0) StrCopy(bg_save_buf,"");
Ã,  Ã,  Ã, SetTextBoxText(SAVE,3,bg_save_buf); // Setup text entry box
Ã,  Ã,  Ã, //CLOSE NORMAL GAME GUIs HERE
Ã,  Ã,  Ã, GUIOn(SAVE);
Ã,  }Ã,  Ã, // F5
Ã,  Ã, if (keycode==365) {
Ã,  Ã,  Ã, GUIOff(0);
Ã,  Ã,  Ã, GUIOn(LOAD);Ã,  Ã,  Ã,  Ã, 
Ã,  Ã,  Ã, ListBoxSaveGameList(SAVE,2);
Ã,  }Ã,  // F7
Ã,  if (keycode==367) RestartGame();Ã,  // F9
Ã,  if (keycode==434) SaveScreenShot("scrnshot.bmp");Ã,  // F12
Ã,  if (keycode==9)Ã,  Ã, show_inventory_window();Ã,  // Tab, show inventory
Ã,  if (keycode==27) {
Ã,  Ã,  if (IsGUIOn(1)==0) GUIOn(1);
Ã,  Ã,  else GUIOff(1);
Ã,  if (keycode==19)Ã,  Debug(0,0);Ã,  // Ctrl-S, give all inventory
Ã,  if (keycode==22)Ã,  Debug(1,0);Ã,  // Ctrl-V, version
Ã,  if (keycode==1)Ã,  Ã, Debug(2,0);Ã,  // Ctrl-A, show walkable areas
Ã,  if (keycode==24)Ã,  Debug(3,0);Ã,  // Ctrl-X, teleport to room
}
Ã,  }
#866
The coco nut machine's shadow is a bit out of perspective.
#867
Wow! That's gotta be one of the coolest thing ever.
#868
What's up with his right arm? Does it change size when he lifts the left one?
#869
But what if he uses the helmet at the hospital? Will (s)he get beaten by the nurses?
#870
I think it just helps people who want to go out and are not allowed to smoke, smoke. And therefor don't need to quit! Hurray!
#871
I loved that game. Except that the end was kind of quick.
#872
http://www.nicosphere3000.com/

"With the Nicosphere 3000 you can enjoy the smoking freedom of yesterday with the smoking technology of tomorrow"


The breath-taking design of the Nicosphere 3000 signals a breakthrough for smokers of all ages. Using the latest Nicological technology, the Nicosphere 3000 offers a discreet smoking environment for its user. The system has six smoking programmes, all designed to fit your busy lifestyle and has been ergonomically designed to fit either the male or female torso. Unlike other systems, there's no need to envelop your whole body; the Nicosphere helmet simply covers your head. Excess smoke is then pumped to a small back pack where it can be easily disposed of. Most importantly, the Nicosphere 3000 really works!

If you've seen this before, I'm sorry. And I seriously hope this is a joke.Ã,  ;D
#873
I vote Darth, since his one looks more of an background. Kaaz' one is incredible cool, toh.
#874
I'll tell you what's wrong... I can't see it.
#875
The Rumpus Room / Re: The MSPaint game
Tue 18/05/2004 15:35:54
I should have suggested a cow or something.Ã,  :-\

ANYWAY! PICTURE!



Next: A toy of elemental evil, not containing anything jewish(If that's possible for you people! >:().
#876
General Discussion / Re: Idea for AGS: Logo
Tue 18/05/2004 15:24:46
Hmm.. This gave me an idea. In my new game, I'm going to hide 5 blue cups, and the first one to find 'em all, wins my love. Lucky bastard.
#877
I only like doing math when I understand it. So you see, I hate math.


But I like history!  :D
#878
Quote from: Legge on Mon 17/05/2004 17:00:14
Can somebody animate this dog(Walking only)?

What? Like, doing it for you? You'll never learn how to animate that way!  ;)
#879
General Discussion / Re: Idea for AGS: Logo
Mon 17/05/2004 20:00:57
What about a red cup?
#880
The Rumpus Room / Re: The MSPaint game
Mon 17/05/2004 13:51:58


Next: Having so much fun at the Carnival of elemental evil
SMF spam blocked by CleanTalk