![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] How can i make a flash program like this?http://www.hangad.org/pages/aboutus/members.php? http://www.hangad.org/pages/aboutus/members.php please check this website, i want to make a mouse over effect on the pictures i will put on my website, for e.g. i when someone points the mouse on one of the images the image will change into a different picture! please help me! thanks in advance! |
| |
| ||||
| That would be very easy with JavaScript and CSS like jbennet said. You just need 1 or 2 lines of code that does exact same thing.. but if you're insist to use JavaScript or CSS, you can use flash, this would be your lines of code: Code: on (release) {
gotoAndPlay(15); // can be nextFrame();
} ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |