Ashbless
Nov 14 2004, 02:08 AM
Wandering around the Other Side and noticed a couple things.
-No music on How To Have Fun on a Lovely Afternoon.
-'Game over' over the top of the Night of the Zombie Kitties Game as I was playing. Zombie Mittens hadn't got me at that point in the game, really.
exceptional1709
Nov 14 2004, 09:55 AM
I didn't even know there was meant to be music on How to Have Fun on a Lovely Afternoon...
Ashbless
Nov 14 2004, 12:50 PM
There's a credit line on the final page (where Mata is sitting) crediting the music. However I don't hear any music.
There was also a shop link that appeared with the replay of the bouncing luck cow game. Mata had it covered though. When I clicked it I was transfered to a page explaining that it was now gone and instead to enjoy the animations.
Mata
Nov 15 2004, 01:42 AM
Thanks, I think you've spotted what I hope was the last remaining shop link on my site. I'd got the 'you won' shop button covered, but my coding was very sloppy in those days and I had a different page for 'you lost' which I didn't spot when going through my site.
I've got the music linked up properly at last on the body bag stunt now too, thanks for pointing that out!
Asenyth
Nov 15 2004, 04:24 AM
The Arm Wrestling Freud thing isn't working for me, is it just me or is it the site?
Ashbless
Nov 15 2004, 05:15 AM
I still can't hear any music on a lovely afternoon.
I did try clearing old files but it didn't seem to help at all.
Mata
Nov 15 2004, 02:38 PM
The lovely afternoon music definitely works on my machine so it should work on yours. If you're using IE it can be very stubborn about getting rid of cached files, even when you tell it to.
Yes, Freud does appear to be up the spout. I'll try and fix that later...
Mata
Nov 15 2004, 05:22 PM
Okay, I've uploaded a new version of the arm wrestling Freud game. For some reason publishing it for Flash Player 7, even with the old actionscript settings, stopped it working. When I publish it for Flash Player 5 it works fine, with no changes made to any of the code.
How odd!
Thanks for spotting this one. As usual, if you find anything else please let me know!
exceptional1709
Nov 15 2004, 08:51 PM
There's also a shop link at the end of the Humble Dog animation...
Asenyth
Nov 16 2004, 05:47 AM
Now that you've fixed the Freudian Arm Wrestling, can you make a harder one? I beat the hardest! Yay! Thanks for fixin it tho.
Mata
Nov 16 2004, 12:41 PM
Okey doke, the easter animation is fixed now too. Thanks! The weird thing is, I remember changing that one...
And no, I'm not going to wrestle with my old coding again, so you'll just have to settle with knowing that you can beat Freud
exceptional1709
Nov 22 2004, 08:40 PM
I'm having that problem with the Zombie Kittens game as well.
Mata
Nov 23 2004, 12:13 AM
I've had a fiddle with it, see if that's any better.
exceptional1709
Dec 12 2004, 10:40 PM
Yup, it works properly now. Thanks Mata!
*spends next 3 hours obsessively playing game just to check it really works*
monkey_called_narth
Dec 19 2004, 10:40 PM
the web art isnt working.
exceptional1709
Dec 21 2004, 12:26 AM
I think there is a shop link that appears for a split second at the bottom left corner at the end of the Counsellor's Encounter animation. Is there, or am I just being silly?
Asenyth
Jan 1 2005, 02:41 PM
I'm having problems with Mr. Freud again. Everything looks okay, it's just when I click the buttons it doesn't do anything to Freud.
Asenyth
Jan 2 2005, 11:41 AM
I was playing Night of the Zombie Kitties Game and I got a high score (yay!) but it said that there was an error adding the score
Xkitsurabamix
Jan 2 2005, 06:29 PM
The bouncing cow luck test game isn't playing the music for some reason. I wanted to show it to my friends ;_;
I clicked on the play button and everything
Sweet angry jeezus, i'm slow.
My volume was turned down the whole time.
Oh, my...i feel...wow.
exceptional1709
Jan 2 2005, 09:29 PM
QUOTE
I was playing Night of the Zombie Kitties Game and I got a high score (yay!) but it said that there was an error adding the score
It says that every time for me... I assumed I just hadn't really got a high score.
Mata
Jan 4 2005, 01:40 PM
Thanks. There's a new version of the file online that should work, but I suspect it'll take ages for your browser to forget the old version, even if you do clear your browser cache (for some reason that doesn't seem to clear Flash movies that are loaded by other Flash movies).
Is anyone else having trouble with Freud? He works fine for me...
I've fixed the Counsellor's Encounter end-page, so there is no flash of the shop links. Looks like I missed those the first time through! Thanks again!
QUOTE (Mata @ Jan 4 2005, 01:40 PM)
... but I suspect it'll take ages for your browser to forget the old version, even if you do clear your browser cache (for some reason that doesn't seem to clear Flash movies that are loaded by other Flash movies).
Hey mata,
This is due to the server, not the browser. Some servers will only refresh a few file types in their own little proxy/cache setup, and swf files arent one of them. The answer is to subtly change the name of the file you are requesting every time you call for it, thus the cache on the server thinks the URL is not a repeat, and so supplies the real file.
Example:
we want to load the file bla.swf , be it into flash or into an html doc ...
instead of calling "bla.swf" we call for "bla.swf?smartass=(insert random number here)" where the random number is generated by code, and is going to be unlikely to repeat itself.
In Flash, it'll look like this:
LoadMovie "bla.swf?smartass=" + Math.round(Math.random() * 99999)
... where the file name is put in as an expression. Mkay?
Mata
Jan 7 2005, 01:49 PM
Ah yes, I remember reading something about that ages ago. Good tip. I may even get around to putting it in the coding someday!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.