Click to See Complete Forum and Search --> : updating old javascript
KenDouglas
03-27-2003, 03:39 PM
I'm webmaster for my kids school website. No great javascript expert though. On the home page for the kids section[www.groveroad.herts.sch.uk/kids/index.html] I hacked some code 3 years ago to animate the eyes of their web site mascott. The trouble is that it doesn't work above NS 6 (Come to think of it it's not too happy with new versions of Opera either - but I know how to fix that one). Can anyone give me some easy pointers on how to update this? The script in question is at www.groveroad.herts.sch.uk/kids/stateye.js
I would so welcome any help!
:)
Phil Karras
03-28-2003, 02:36 PM
Check out the anamation examples here:
http://www.jsworkshop.com
Look for these examples:
Teach Yourself JavaScript in 24 Hours by Michael Moncur, 1st Edition
IV Working with Web Pages
List15-1.html - Image Map Example (Graphics, Animation)
List15-3.html - Primitive Animation in JavaScript (the mouse!)
V Scripting Advanced Web Features
List18-3.html - Animation with Dynamic HTML (the mouse!)
Teach Yourself JavaScript in 24 Hours by Michael Moncur, 2nd Edition
IV Working with Web Pages
List15-1.html - Image Map Example (Graphics, Animation)
List15-3.html - Primitive Animation in JavaScript (the mouse!)
V Working with Style Sheets
List18-2.html - Animation with Dynamic HTML (Dynamic DOM pages)
Teach Yourself JavaScript in 24 Hours by Michael Moncur, 3rd Edition
III The Document Object Model (DOM)
List13-1.html - Image Map Example (Graphics, Animation)
List13-3.html - Primitive Animation in JavaScript (the mouse!)
V Working with Dynamic HTML (DHTML)
List19-2.html - Animation with Dynamic HTML (DHTML) the mouse!
Teach Yourself DHTML in 24 Hours by Michael Moncur
IV Dynamic HTML in Action
List16-1.html - Animation with Dynamic HTML (DHTML Animation)
V Learning Advanced Techniques (sensing)
List17-3.html - Animation with Dynamic HTML (Cross-Browser Example)
VI Putting It All Together
List22-1.html - Follow that Mouse! (Complex Animations, capturing events)
List22-2.html - Follow that Mouse! (Complete Animation Example)