Help Learning Flash

I have no experience in Flash nor anything that even closely
relates to or carries over in any way (Although I am not stupid...
:) ). I have learned how to do many things within Flash in the past
couple days, however I am having trouble learning to create buttons
to navigate around the flash document. Let me describe what I am
doing, then feel free to offer any feedback as I may be going about
the entire process wrong.
What I am doing is creating a tutorial for an encounter for a
game I play. This tutorial will contain about 5 different sections
each of which is a screens worth of data. I have created little
flash movies that run little animations (ok... yeah... like 1...
but like I said... I only started using Flash a few days ago...).
This method would work for this other project if I could create
buttons or links to different points on the time line. So currently
I have a flash document that starts as a Title Page with some
animated content then this basically morphs into an overview page
with more content and animation and this process continues to chain
from one section like this to another. What would be nice is to
have links on the overview page that allow the user to choose which
section to jump to if they want. Then to have control buttons to
advance to the next section, pause, and go back to the overview
page.
Now I also thought that maybe I could create different scenes
and just jump to these different scenes. I have been able to create
a series of scenes that would work for this purpose, however when
it comes to creating the buttons I am at ground zero...
Well... ok, not exactly ground Zero... I can make a button...
modify its different states... but I don't see how to tell it how
to do anything other than link to a web site... certainly no kind
of linking within the document. I have found tutorials on
controlling Video but those are off topic and useless to me...
The animated elements are some moving text, an animated Gif,
and things changing in size, color, alpha and so forth all done on
the time line with motion tweens, transformations and transitions.
I hope I have been descriptive enough and am not looking for
anyone to write me a walk through, a simple point in the right
direction to help I can find for myself would be excellent.
Thanks for your time

Alright... I am very proud of myself and have figured out how
to make these buttons and get them to work... now I just had to add
some complexity... let me just share how I am setting up my buttons
now and what added element I want and see what we can do...
First I place an image on the stage and convert it to a Movie
Clip then I create the following for Actionscript 3
overviewBTN.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void
gotoAndPlay("Overview1", "Overview");
This works fantastically... but I wanted to have a transition
from scene to scene that had some flow and was efficient... so I
added 10 frames to my starting point as a transition out of that to
a generic state that I can pickup and stage for whatever I want...
So what I am after now is the ability to play 10 frames in my
current scene then jump to and play the intended scene... here is
what I have tried...
overviewBTN.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void
gotoAndPlay("bgnfd", "Contents");
gotoAndStop("endfd", "Contents");
gotoAndPlay("Overview1", "Overview");
Now the odd thing is... each "goto" line works by itself
however when I put the last line in it skips the first two... I
have tried many combinations of this...
Thanks again for the help Cliff Ray as it was your help that
set me off on my journey and have made great progress.

Similar Messages

  • Template help with Flash Gallery

    First of all I would like to say that I give everyone on here so much credit for learning flash and actionscipt. I wish I payed attention in HS class so I could understand this better.
    I purchased a template from template moster (http://www.templatemonster.com/flash-templates/28019.html) and I am trying to modify it. I am attempting to add 3 other galleries which look exactly like the gallery in the template with the same functions. I figured out how to change the pictures which both the large and thumbnails are being loaded from a portfolio folder outside of the main fla file. I wish the files were in the fla because I am sure it would be a little easier. Can anyone help me with duplicating the gallery page? I am using CS3 and Actionscript 2. If you need a screen shot just ask. Thank you for the help

    To add further information to the post above...
    When I use the selection tool to drill down into the buttons
    it goes from "Scene1" to a "menu" symbol which contains the five
    stacked buttons in the stage (again they all display as "About Us"
    instead of how they look in a browser). I can then drill down into
    each individual button which always goes to the same "btn" symbol
    (resulting in a workspace that is viewing Scene1->menu->btn).
    When I right-click on any of the five buttons and select "Actions"
    in the menu it brings up the Actions - movie clip dialog and there
    are no actions specified.
    However, when I right click on the parent "menu" symbol and
    look at actions they are the following:
    onClipEvent (load) {
    num = 1;
    on (rollOver) {
    if (_root.link<>num) {
    this.gotoAndPlay("s1");
    _parent["bta"+num].gotoAndPlay("s1");
    on (releaseOutside, rollOut) {
    if (_root.link<>num) {
    this.gotoAndPlay("s2");
    _parent["bta"+num].gotoAndPlay("s2");
    on (release) {
    if (_root.link<>num) {
    _parent["bt"+_root.link].gotoAndPlay("s2");
    _parent["bta"+_root.link].gotoAndPlay("s2");
    _root.link = num;
    _root.play();
    Lastly, I can drill down one further step to
    Scene1->menu->btn->btn_0. When I do this the "About Us"
    text disappears and just the button background is showing. When I
    right click in the workspace there is no "Actions" selection. When
    I right click on the frame in the timeline there is an "Actions"
    selection but there are no actions specified.
    thanks!!
    the link to the template:
    http://www.templatemonster.com/flash-templates/15895.html

  • Best book for Web Developer learning flash

    I've gotten far on my own just using online tutorials and dinking around in Flash on my own but my boss(es) are starting to ask for more complex stuff that I simply can't learn by just piecing together my Flash education.
    I know there's many, many books out there that will teach you Flash but can anyone recommend any particular one(s) that are more concentrated in creating Web elements as opposed to game or animation development?
    Thanks in advance for any suggestions.

    I hope this link would be helpful for you books For web developer Using Flash by "William Sanders"
    URL: http://search.oreilly.com/?q=Web+Developer+learning+flash&submit.x=9&submit.y=11
    Best Regards,
    Jake Bull
    Assistant Manager
    Recovery Bull Software

  • Newbie wants to learn Flash

    i want to learn flash. I have a very simple idea, but i need
    to start somewhere. I didn't get anything with my software. Where
    can I go to see a tutorial on Flash. I found some, but they go into
    all the cool things, and I need to learn the very basics, like
    size, fading, etc.
    thank you!

    Flash comes with numerous excellent tutorials for beginners.
    Check the Help menu. If they didn't come with your software, it
    seems that perhaps you don't have a legal version of Flash?

  • A good source to learn flash?

    i'm completely new to flash...i'm looking for either a book
    or website to learn all aspects of flash. Most of the tutorials
    online only show me how to create different things seperately but
    to combine them together in one project is rather difficult for me.
    thanks

    The best place to start is the Flash help within Flash
    itself. There are
    basic tutorials, lessons and samples.
    Dan Mode
    --> Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    "salliemae06" <[email protected]> wrote in
    message
    news:ef91kk$eae$[email protected]..
    > i'm completely new to flash...i'm looking for either a
    book or website to
    > learn
    > all aspects of flash. Most of the tutorials online only
    show me how to
    > create
    > different things seperately but to combine them together
    in one project is
    > rather difficult for me. thanks
    >

  • Help: Have Flash CC, but need CS5

    Hey everyone! I hope you all can help me out with this one. I need to learn Flash CS5 for a test I'm taking, but only have Flash CC. As you know, a number of features from CS5 are not active in CC (bones, motion editor, etc), making it very difficult to learn. Is there anyway within CC I can work in a legacy format and gain access to CS5?
    Thanks in advance!
    jim

    See if the following helps.  If not, show what you have tried and does not work...
    Flash clickTAG Tutorial - Learn how to build clickTAG enabled Flash banners with click tracking capability!

  • FAQ: How do I go about learning Flash Pro?

    Because of the many different ways of using Flash Pro, and the overabundance of learning materials for it, knowing where to start is a challenge in itself.
    Here's what we recommend:
    The Flash Pro Dev Center provides a guide called Five steps to learning Flash Professional. It will give you a clear sense of what to focus on 1st, 2nd, 3rd, etc.
    Learning the Flash workspace - This short video provides a good overview of the workspace.
    Creating your first Flash Professional CS5 document - This tutorial is a great introduction.
    Introducing Flash Professional - And this video is a good intro to Flash in general.
    Also, Adobe TV has a show devoted to Learning Flash Professional CS5 & CS5.5. Focus on the videos with titles that start with "GS" (for Getting Started) first.

    Srami... welcome to the forum...
    your question is MASSIVELY broad and depends on your requirements and delivery expectations.
    Basically... 'best' for what?
    It's helpful if you provide some details for people to assist you.

  • Should I learn flash?

    I'm in the first year of my degree and don't really have to spend much time studying because I've done most of it before. We learn the basics of HTML, CSS, Javascript, Flash, Photoshop etc but it's not specific enough to get a decent job with.
    I want to focus my attention (and money) on learning one main thing and mastering it but aren't sure which to go for. I like using flash and love all of it's capabilites but also realise how important it could be to maybe master photoshop and look at digital art type stuff.
    Or maybe learn CSS or something like that.
    I want to maybe go in to website design, but am also interested in many other things. I mean, even if I do go in to web design, should I learn flash or should I focus my attention on photoshop and HTML?
    I'm not really an arty type, I don't want to just be a programmer I want to at least do some design.
    I want to look at how easy things are to learn, how fun it would be, if it would be useful in a few years and also the demand for it.
    Thoughts?
    Cheers!!

    It really depends on what you want to do mainly when you start your career.
    Personally, I wanted to learn everything to be as valuable as possible in not only a corporate setting, but also personal projects.
    I attended Art Institute for Web Development and took classes on all the most popular platforms and applications. The list includes...
    XHTML/CSS
    Photoshop
    Flash
    Dreamweaver
    AS 3.0
    PHP/MySQL
    On top of that, we learned about things like Color Theory, Design Theory and other Web Dev concepts.
    In the grand scheme of things though, what I learned in school is only a fraction of what I've learned once I graduated and started working. I continue to learn things everyday, it is pretty much endless.
    So getting to your question about Flash...
    I think it is a valuable skill set to have. I wouldn't stop at Flash though. You still need basic knowledge, if not, advanced knowledge of XHTML/CSS and PHP/MySQL because your Flash projects will most likely require those technologies to implement in real world applications.
    It's a crazy journey to say the least and every day, things get crazier with technology evolving so quickly.
    The topics I outlined above are things you want to have a strong foundation in.
    From there you can really focus on what type of work you want to do. I pretty much do a little bit of everything but like you are wondering, it does limit how far you can master one particular thing. But with time, I believe you can master most if not all of the topics.
    Hope that helps.
    Dey

  • Using "Flash Help" to help make flash game?

    Hello,
    I've noticed the other day that in Flash, the "Flash Help (F1)" found under "Help" is licensed under "Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License".  The resources found on adobe.com in the Flash Development Center is also licensed with this.
    The license state:
    " You are free:
        * to Share — to copy, distribute and transmit the work
        * to Remix — to adapt the work
    Under the following conditions:
    Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
    Noncommercial — You may not use this work for commercial purposes.
    Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one."
    - CC License
    I'm trying to learn flash so I can make flash games.  I plan to get them sponsored by game portals and attach them to MochiAds--so technically this would be commercial, yes?
    So does this mean I CAN'T use "Flash Help" or any of the resources found in adobe's Flash Development Center to learn how to use actionscripts?
    Of course I don't plan to bluntly copy-paste codes, but it would be nice if I could adapt and learn how things work.  Sometimes I get stuck and I need a reference...  The last thing I'd want is to get into some copyright trouble =/
    Sorry if this post is out of place.  I tried to ask in Customer Support days ago but I get the feeling that they've ignored me.
    Any extra advices are welcome.
    Thank you,
    Jane

    What is with all the folks asking "copyright" questions lately? Are you all in some class or something? I am not a copyright lawyer so don't take anything I say as the absolute truth, but I have had a long standing interest in these issues...
    Anyways copyright is not an absolute right, there is an important part of copyright law called "fair use" and it is important. Of course it is also the source of a lot of disagreements and law suits...
    A clear case of infringement would be if you tried to just take the Flash help and publish your own "learn actionscript" help book or website.
    But given that the help documentation is meant to teach you how to use the product it seems that it would be clearly within fair use to use it to learn how to use the product.
    And while the US courts have not been particularly intelligent about technical innovation -- often granting patents and copyright to very basic code, while not protecting truly innovative and clever invention -- the argument that the basic instantiation of a class and invocation of its methods, properties, and events, is pretty clearly the only way to do these things. Adobe would have no reason -- in fact they would have quite the opposite -- to pursue a claim against somebody who used actionscript.
    Given the absurdity of the US courts (if here is where you be) just change the names of the variables from the samples and you are most likely fine since it would confuse them.

  • Learn Flash or re-learn Director

    I used to do a lot of stuff in Director about 5 years ago.
    Then, I stopped and did nothing but print. My new company wants me
    to do some multimedia stuff and I am not sure if I should stick
    with Director. I can still get around (mostly) but I have forgotten
    a LOT (getting older does not help!) and it's gonna take a while to
    get back up to speed.
    It looks like there is very little going on Director-wise
    these days. Even on Adobe's website, you have to click into a
    secondary product area to even find it! So I am wondering if maybe
    I should forget about using Director and just try to learn Flash?
    Am I mistaken? I sure would LIKE to be, as I have always prefered
    Director to Flash. Thanks much!
    Oh, I am mostly displaying video on CD and intranet, creating
    navigation for archiving pdfs and that sort of thing. Nothing
    "cutting-edge" by any stretch.

    I've been using Flash for about 7 years, Director for over
    15. I've built many industrial strength applications in both. My
    impression is that the average task can be approached in 50
    different ways in Director, all of which will work -- and 50
    different ways in Flash, only one of which will work, and you have
    to go through all 49 others before you find it.
    Flash also, though purportedly a designer's tool, ironically
    breaks every rule of user interface design itself.
    Examples:
    - The same hotkey means different things depending on which
    window is active -- and there's not always a visual indication of
    which window that is.
    - Some windows are always in front, some are not.
    - How many times does "timeline" appear in different
    cascading menus? Six? Seven?
    - The hotkeys for many (but not all) of the most commonly
    used functions have vanished from the menus, even though they still
    work.
    - There are different and easily confused mouse interaction
    events available for movie clips vs. buttons (e.g., press vs.
    mouseDown). It would appear that rollover is not available for
    movie clips, as it does not appear in Script Assist, yet it is.
    - And which of these two lines would you rather have to
    debug?
    Director: repeat with i = 1 to 100
    or
    Flash: for (i=1; i<=100; i++) {
    I really didn't want to turn this into an anti-Flash screed.
    All in all, I love some of what Flash can do, I really do -- but I
    find it a brittle, fragile, counterintuitive environment. In my
    experience, Director just works. Flash fights me every step of the
    way.
    Please take with a kilo of salt, YMMV, all that...

  • How can i deinstall the rotten ADOBE HELP for Flash CS5 an install a new one (Mac OS X 10.6.8 )

    My Flah Help can't download newer Versions and Ressources. So i can't use it. And i have to. And i paied for it.
    So: How can i deinstall the rotten ADOBE HELP for Flash CS5 an install a new one (Mac OS X 10.6.8 )?

    Do you receive an error message when trying to use the help files?  What have you tried so far to resolve your difficulties?

  • Need help for flash builder

    i need help for flash builder 4 and papervison 3d. I need to create a slider with it ranges of value from 10 to 50 to adjust the camera values for the camera.fov and also need to create it for the yaw of the object from 0 to 360. I try to look for any slider event and classes in this program but cant find any, btw, i need to use the AS only project file.
    here is my codes:
    can you please tell me how i should modify the codes?
    package
        import flash.display.BitmapData;
        import flash.display.Sprite;
        import flash.events.Event;
        import org.papervision3d.materials.BitmapFileMaterial;
        import org.papervision3d.materials.BitmapMaterial;
        import org.papervision3d.objects.primitives.Sphere;
        import org.papervision3d.view.BasicView;
        [SWF (width="800", height="600", backgroundColor="0x000000",frameRate="30")]
        public class EarthBitmap extends BasicView
            private var sphere:Sphere;
            public function EarthBitmap()
                super(800 , 600);
                var earthmaterial:BitmapFileMaterial = new BitmapFileMaterial("../assets/Earth.jpg");
                sphere = new Sphere(earthmaterial,100,20,18);
                camera.fov = 25;
                scene.addChild(sphere);
                addEventListener(Event.ENTER_FRAME,rotateSphere);
            public function rotateSphere(evt:Event):void
                sphere.yaw(0.2);
                singleRender();

    Turn the click handler into a full on separate function. Then store all the views in an array and use Math.rand() to randomly choose one.
    Something like this:
    <fx:Script>
         <![CDATA[
              var questionsArray:Array = {question2,question3,question5,questionRed,questionGeography};
              function buttonClickHandler(event:MouseEvent){
                   var randomProblem:int = Math.floor(Math.random()*(questionsArray.length));     //generates a random integer between 0 and the total number of questions in the array (arrays are 0-based)
                   navigator.pushView(questionsArray[randomProblem]);
         ]]>
    </fx:Script>
    <s:Button id="randomProblemButton" label="Next Problem" click="buttonClickHandler(event)" />
    Haven't tested that, but something along that line should work

  • Where can I learn Flash CS5.5 basic + Game development?

    Hey where can I learn Flash CS5.5 basics along with game development with the Adobe Gaming SDK?

    By the way i own the site 02geek.com its an online school for programing and we do focus a lot of our time in flash. if you want a step by step from 0 to geek type of training give my site a try

  • Help in flash (MX 2004) - how to zoom in 'camera'

    Hi, first message here, just need some help in Flash MX 2004
    I've noticed in some flash movies that the animator has
    actually "zoomed in" on the symbols instead of just making the
    symbols bigger. I wanted to know if anyone knows how to do this.
    I am not an expert animator, so would appreciate any help if
    possible.

    exactly - the illusion is just that - scaling the objects
    larger will provide the illusion you are
    zooming - remember the opening sequence of the very 1st star
    wars movie (1977)? Those space ships
    just after the opening text were stationary - they simply
    moved the camera alongside them - when
    viewing the film the shaps (in our own minds) appear to move.
    Same concept with flash - scale
    object(s) on stage - most animators nest entire scenes in
    Graphic movie clips and then scale them to
    produce camera zooms.
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    C-Rock wrote:
    > they are actually zooming in by making the symbol
    larger. they probably just have done it in a skilled way to make
    you think that is what they did.

  • *HELP* Adobe Flash Player Has Stopped Working

    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    install_flashplayer11x32_mssd_aih(1).exe
      Application Version:    3.3.3.0
      Application Timestamp:    5010882b
      Fault Module Name:    setueout.dll
      Fault Module Version:    3.0.2.0
      Fault Module Timestamp:    5058e043
      Exception Code:    c0000005
      Exception Offset:    0000780f
      OS Version:    6.1.7600.2.0.0.256.1
      Locale ID:    1033
      Additional Information 1:    d87f
      Additional Information 2:    d87f106aaddbb918f9435119535c31be
      Additional Information 3:    de48
      Additional Information 4:    de483c87c736ac9abe1e617853f81924
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    COMPUTER SPECS:
    System Information
    Time of this report: 9/25/2012, 20:40:34
           Machine name: KYLE-PC
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7600) (7600.win7_rtm.090713-1255)
               Language: English (Regional Setting: English)
    System Manufacturer: Gigabyte Technology Co., Ltd.
           System Model: Z68X-UD3H-B3
                   BIOS: Award Modular BIOS v6.00PG
              Processor: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (8 CPUs), ~3.7GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8110MB RAM
              Page File: 2745MB used, 13470MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7600.16385 32bit Unicode

    Thank you for the report.  Does this occur each time you try and run the installer?  Can you try the appropriate installer located here?
    http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header

Maybe you are looking for

  • Challenge: How to create an BMP Java Bean from a DBF Database??

    Hello guys.... This is my challenge and looking for some aim: I was asked to create an application that must read from an existing DBF Database of products (That is already used by an administrative system) an build a Price List in Real Time. The pro

  • Parsing XML files

    I'm trying to use XML Tools to parse and edit an XML file. I want to be able to parse attributes of various tags..for example..in the script below, how would I return the name of the content of 'image icon1.png' (which is 'One')? set theXML to parse

  • Can I create a JSP component library

    I hope I make some sense here: Instead of creating a tag library which contains compiled code (and in my case HTML, which I am trying to avoid), I would like to create a library of JSP files that contain small snippets of HTML/JSP to be included in J

  • Internal column names

    HI, Are there any internal column names which should not be used, when creating a column in custom list? Also, when I try to create a column as "F1", the internal name is shown as something else.. Are there any columns like the "F1" which gets change

  • PST Migration using PST Capture tool 2.0

    Hello, I am planning to use Microsoft PST Capture 2.0 tool to import PST's located on C: Drive of users to personal archive mailbox of the respective user in the on-premises exchange 2010 mailbox. There are total of 16000 users. I am wondering will P