|
-
Help me with scripting
I am working my flash website with 3 pages(home,about,links) ..Can not figure the issue after testing my movie..
I gave a script/coding to the actions but its not working properly like :
For the first page: on 1st frame
stop();
home.addEventListener(MouseEvent.CLICK, pageSelect);home.addEventListener(MouseEvent.CLICK , pageSelect);
about.addEventListener(MouseEvent.CLICK, pageSelect);home.addEventListener(MouseEvent.CLICK , pageSelect);
links.addEventListener(MouseEvent.CLICK, pageSelect);home.addEventListener(MouseEvent.CLICK , pageSelect);
function pageSelect (evtObj:Mouse) {
gotoAndStop(evtObj.target.name);
}
For the second page: on 11th frame
stop();
For the third page n 21th frame
stop();
And the loop goes on and wont stop...kindly help !!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|