Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Guest
Sep 02, 2013 Sep 02, 2013

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?

TOPICS
ActionScript
975
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 03, 2013 Sep 03, 2013
Translate
Community Expert ,
Sep 03, 2013 Sep 03, 2013
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 06, 2013 Sep 06, 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 06, 2013 Sep 06, 2013
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines