Drat. (I'm messing with a JAVA script)
I like the star field effects I have on my web page, and wanted one that puts my avatar in the middle of a star field...
It's puzzling, but not frustrating just yet.
And at a certain point I have to find a way to get rid of an annoying "Nag Message" that's built into it. Free scripts and applets shouldn't pester you to register them...
Theo
Last edited by theologian; Nov 27, 2003 at 06:35 PM.
They can make rippling water effects on an image, create navigation buttons, or even run small video games on a web page.
I used to have a terrific one that was a version of the old "Asteroids" game, but I can't load sound bytes onto FTE - the files take up too much space.
There is a limit to what animated pictures can do, JAVA scripts and applets go further with them.
Once you figure out how to make them run right...
One of my pet projects has been to convert all the navigation links on my FTE pages to a JAVA toy that:
1) Displays the clickable buttons in a uniform size.
2) Is color coordinated with the rest of the page (that was a tuffy!)
3) Changes appearance when a button is clicked on, without what is called a swap-image. Most buttons are at least two images that change when they are clicked - that's what seems to make them move.
4) (Not real important) Places a star-field behind the buttons similar to the windows "Flying Through Space" screen saver.
What I like the most is now that the hardest part is done, they are so easy to edit it's amazing.
Last edited by Greywolf; Nov 28, 2003 at 04:40 AM.
Theo
Where to download the applet from
What picture to do it to.
What size the whole thing should be.
- And of course the image will be twice the original size, you have to plan for that and know what the image size is.
Other "Applets" are the same, you have to know what you are asking it to do.
JAVA SCRIPT is a different animal - instead of loading a small program up, and telling the browser where to find it, and what to do after it is activated - a J-SCRIPT will act directly as soon as the browser see's it. They are based on common JAVA that is already presumed to have been loaded into your computer, so it's already present.
The difference is in having to refer the browser to a sub-program or not. For J-Script, the program is already aboard. Applets call for telling the browser to download the sub-program (JAVA CLASS) that it needs in order to do what comes next.
Last edited by Greywolf; Dec 10, 2003 at 03:35 PM.




