Copy link to clipboard
Copied
how t o create breadcrumbs in flash cs 5 using action script 2.0?
If the user is going throungh some buttons then at last there is breadcrumb on last scene (like it is selected 1,2 or 3 button etc..)then final display should show last used button.
Am besically looking for breadcrumb.Can anyone know how to create breadcrumb with using movie clip?or any other code?
Can any one help me?
use swfaddress: http://fcontheweb.com/articles/swfaddress_as2/
Copy link to clipboard
Copied
use swfaddress: http://fcontheweb.com/articles/swfaddress_as2/
Copy link to clipboard
Copied
My problem is when i cross first,second and then third scene then on third scene if there is any crieteria like to show the value which user have used like if user have selected "a" on first scene and "b" on second scene.then on third scene if there is criteria-
first scene-
second scene-
then it should show value like-
first scene-"a"
second scene-"b"
This "a","b", have separet sound file.It should show "a","b" text and also sound should play after click on button.
Can any on help?
Copy link to clipboard
Copied
you can use setValue any time to save any values needed by in your onChange handler and you can use any logic that suits you in your onChange handler.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now