This is a discussion on "rollout help" within the Flash & Multimedia Forum section. This forum, and the thread "rollout help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
rollout help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
rollout help
i was able to create an animated rollover button but cant seem to make a rollout properly, i'm using flash mx 2004 btw. thanks in advance to anyone that can help me.
|
|
|
|
|||
|
Re: rollout help
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: rollout help
ow, thanks anyway, i finaly figured it out.
i have another question though. How can i make a complex button go to another scene. i mean, a button inside a movieclip |
|
|||
|
Re: rollout help
Inside your movie clip you can create a button, on that button put:
on (release) { _root.gotoAndPlay("scene name", 1) } Where root is telling the test button inside the movie clip to access the main timeline and advance to another scene. Hope this helps. Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: rollout help
thanks for the response,is it possible to just send my flash doc. to you so you can see whats wrong.
|
|
|||
|
Re: rollout help
recap,inside that movie clip, i created there my rollover and rollout animation with an invisible button triggering the animation to play. its the invisible button that makes that movieclip a button. however i cant seem to make it work, it became a button that plays my rollover and rollout animation but it doesnt go to the other scene, i tried to put the actionscript you gave me on my invisible button but it didnt work, im not sure what i have done wrong
|
|
|||
|
Re: rollout help
i understand now, i made a frame label name on the scene i wish to jump to and used this code:
on (release){ _root.gotoAndStop("sc1"); } thanks for everything |
![]() |
| Tags |
| rollout |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sliding Bar on Rollover/Rollout | Rick | Flash & Multimedia Forum | 9 | Aug 27th, 2007 23:58 |
| Complex Button RollOver/RollOut Effects Problems. | Toby1979 | Flash & Multimedia Forum | 6 | Jul 13th, 2007 16:12 |
| Button rollout? | josh111 | Flash & Multimedia Forum | 7 | Mar 17th, 2005 19:03 |