Skip to main content
September 3, 2013
Answered

how t o create breadcrumbs in flash cs 5 using action script 2.0?

  • September 3, 2013
  • 1 reply
  • 1027 views

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?

This topic has been closed for replies.
Correct answer kglad

use swfaddress: http://fcontheweb.com/articles/swfaddress_as2/

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
September 3, 2013
September 6, 2013

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?

kglad
Community Expert
Community Expert
September 6, 2013

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.