A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: A little actionscript help

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Posts
    11

    A little actionscript help

    Hello there.

    I am making a short presentation in Flash and was wondering if I could ask for some help.

    Basically what I am trying to do is have a movie with 3-4 sections (I have attached a crude version of this) when you click on a button a small animation plays such as a transition and then goes to the scene relating to the button pressed.

    The presentation is probably best illustrated in this example site I found on http://www.templatemonster.com/flash...ates/9290.html where the sections fold down then the section unfolds again relating to the button pressed.

    If anyone can help that would be really appreciated.
    Attached Files Attached Files

  2. #2
    God yeps's Avatar
    Join Date
    Dec 2005
    Location
    :noitacoL
    Posts
    660
    hey... i can not open your fla but i would love to help

    to do something like that... you would have to just tween the thini going up and down with each menu... then like say when this button is pressed then _root.whatever = true then say like

    if (_root.whatever == true){
    if (this._currentframe == 100){
    this.gotoAndPlay("another drop down thingi")

    if that made no scence at all... i'll make you a fla

  3. #3
    Junior Member
    Join Date
    Aug 2006
    Posts
    11

    A little actionscript help

    Any chance you could make a fla to illustrate this? sorry but I'm not 100% sure what you where trying to say.

    Thank you once again!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center