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

#2641
Quotebut I think nobody reads it as they don't look into the beginner help theads...

http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=6240

::)
#2642
The Rumpus Room / Re:The MSPaint game
Fri 19/12/2003 11:41:20
Ok, here we go:

I think this explains itself... I don't remember what was the runaway in Thunderbirds like, so I just put in an escape route room...
And I even have a picture from inside the core:

Appearantly the mysterios chair thief has visited there aswel... In that case, if Scott finds his chair, CJ's chair will probably be found at the same place.

;D

Next: What would happen if the AGS illegal exeption would be a Quake2 or Doom weapon?
#2643
I have a santa claus that runs around the screen, playes piano, strips to underwear and reverse and whistles, and a sheep that walks on top of open windows, and if you close the window, it'll take a second for the little fluffball to notice it, followed by it's eyes enlagening, and finally a fall... and it eats flowers that pop up from the bottom of the screen.. I heard sometimes a UFO cames to pick it up... But they both are on floppy disks which are somewhere... Where can I find Mascot?
#2644
Hee Hee ;D I've posted that code on this forum, but I think nobody reads it as they don't look into the beginner help theads...
#2645
<?php

$fh = fopen('imgnum.txt','r');
$imgnum = fread($fh,filesize('imgnum.txt'));
fclose($fh);

$imgfilename = 'img'.$imgnum.'.jpg';

echo '<img src="'.$imgfilename.'">';

$imgnum++;

$fh2 = fopen('imgnum.txt','w');
fwrite($fh2,$imgnum);
fclose($fh2);

echo '<meta http-equiv="Refresh" content="1; URL=javascript:history(0)">';

?>

and the heads 'n bodys with html tags outsied fo the <?php ?> tags...


Then, put a file called imgnum.txt on the same folder, where you put the number 1. The image files are then named img##.jpg where ## is the number of the image in order...
#2646
It's rather easy to learn php if you know something about c/c++ and html, I believe. Check the lowest link in my signature and see what I've learned to do.

You can refresh a page without php. Just use
<meta http-equiv="Refresh" content="1; URL=pics.htm">
to refres teh page after 1 second to pics.htm.

Check out http://www.php.net also.
#2647
Yep, they are. Has anyone done that kind of menus before, btw? You'll be lightened when I get the tech demo ready and uploaded.
#2648
General Discussion / Re:HTML question
Mon 08/12/2003 20:54:29
Thank you, wonderful people! This is exactly what I needed. :)

* TK bows and quickly fixes a typo
#2649
A bit hasty update in, I'll come to clean the post later.
#2650
General Discussion / Re:HTML question
Mon 08/12/2003 10:51:10
Sorry for diggin' this ol' thead up, but I playing around with these things, and they work great, except for one thing: when the page (upper frame, I have frameset for 'rows') is loaded, the links are on the color set in <body bgcolor = .... link = ...>, underlined and so on, and when I put the mouse over them, they are set correct, font to Arial and underlining off, and on when mouse is over...

Is there a way to get around this? Well, of cource there is, but where?
#2651
Quoteyou wouldn't happen to be Jay Vega the rapper would ya?

I meat that one... No rap discuss here, if I may kindly wish.
#2652
The McReed Case: Interrogation

coming along... I hope I finnish it before next summer, but I'm not setting a deadline, since none of my previos have made it... but in progress it is! :P
#2653
Hey, don't ya dare do that in my thead! >:|
#2655
It's not a big job to build a verbcoin from scratch... seen EFL? :P
#2656
To know the script or interaction code would greatly help us...
#2657
Copy the BlueGUI scripts ;D Find RickJ's sig somewhere, follow the bluesoft link and download BG source...
#2658
My tabs with MRC room names worked just fine...
#2659
You have have a blocking function (Wait(), Display(), MoveCharacterBlocking...) in the Player enters screen (before fadein) room interaction script. Move it (them) to the Player enters screen (after fadein) interaction.
#2660
I like this idea... and I believe I concur with junc...

QuoteMost helpful Tech forum person: who has donated the best plugin, script, function or other technical things?

Well... there's only one I see... AJA and the creditz plugin & scripteditor ;D
SMF spam blocked by CleanTalk