Help with basic tutorial - creation button

Following the basic tutorial in Director 11 (pages 9-10) to create a new button, the tool button does not react as described in steps 4 and 5. The button tool creates a 'flash' and does not have the 'type' available button. If all right, I'm missing something basic, but it does not resemble the key "" which was included in the cast member tutorial. Not sure if there is a problem with the button tool or something that prevents me from creating a similar button with the given distribution. Thanks for any help.

Hi Rick,

I suggest you select "classic" on the toolbar and try again. Flash components are a PITA. Do not use until you really know how to use ;-)

HTH,

Udo

Tags: Director

Similar Questions

  • Help with basic button

    Hello

    I created a button to achieve one thing: mouse over the button to play the music and the mouse to stop the music.

    I have six buttons on the same page. I tried to use the snippet of script, but was not enough knowledge to cusotmize it. Anyone can share code, or point me to resources?

    Thank you very much!

    that would be ok but for flash point has a very special meaning, then you must NOT use it in a class name, name of the variable etc.

    If you have used, instead of using a class sound.mp3, sound_mp3 or soundMP3 or soundmp3, you'd be ok.  convention class names start with a capital letter, so you can as well use the correct convention: SoundMP3, Sound_mp3 or Soundmp3 etc.

  • Please help with a tutorial on Adobe Flash

    Use photoshop remains for years. Flash downloaded every time that he told me to put up-to-date, but never used. I'd use it in my new website.

    Can someone tell me how to access it on my computer. I don't have a flash icon that says specifically Flash, unlike photoshop and reader. Although he sees that is installed on the computer, how to access it.

    Obviously, I'm not not savy, but would like to help.

    Thank you very much

    Debby

    Hello Debby and Tony,

    Are you referring to Adobe Flash Pro or Adobe Flash Player?

    Adobe Flash is a multimedia and software platform used for the creation of vector graphics, animations, games and applications rich Internet (RIA) that can be read, played, and run in Adobe Flash Player. Flash is frequently used to add video streaming or audio players, advertising and interactive multimedia content in web pages.

    Flash manipulates vector graphics and raster for animating text, drawings and stills. It allows video and audio streaming two-way, and it can capture the user via mouse, keyboard, microphone and camera input. Animations and flash applications can be programmed using the called ActionScript object-oriented language. Adobe Flash Professional is the tool of programming more popular and easy to use to create Flash content, which also allows the automation via the JavaScript Flash (JSFL).

    You can download the demo of Adobe Flash Pro version of: https://creative.adobe.com/products/flash

    Tutorials

    http://www.Adobe.com/accessibility/products/Flash/tutorial.html

    http://TV.Adobe.com/videos/Flash-tutorial/

    Adobe Flash Player is the standard for high-impact Web, rich content. Designs, animation, and application user interfaces are deployed immediately in all browsers and platforms, attracting and engaging users with a rich Web experience

    Flash Player is a free software and you can fownload http://get.adobe.com/flashplayer

  • Need help with AS3 on Radio button Quiz

    I am trying to set up a quiz question multiple choice of radio button, but I have problems with some of the ACE and hoped that some of you could help me. I'm fairly new to ActionScript, but I'm trying to pick up quickly. The code is listed below. The lines of errors have been increased in size.

    Import fl.controls.RadioButtonGroup;


    var radioGroup1:RadioButtonGroup = new RadioButtonGroup ("QuestionC1");

    var totalScore:int = 0;

    var totalCorrect:int = 0;

    var totalWrong:int = 0;


    cpr1a.label = "" Complete a resuscitation ";"

    cpr1b.label = "" cardio a resuscitation ";"

    cpr1c.label = "" cardio a Revival ";"

    cpr1d.label = "" Complete a Revival ";"


    cpr1a. Group = radioGroup1;

    cpr1b. Group = radioGroup1;

    cpr1c. Group = radioGroup1;

    cpr1d. Group = radioGroup1;


    submit_btn.addEventListener (MouseEvent.CLICK, submitClick);


    function submitClick (MouseEvent): void {}

    If (radioGroup1.selection == null) { }

    return;

    }

    If (radioGroup1.selection.label == "Cardio a resuscitation") { }

    status_txt.text is radioGroup1.selection.label + "is correct!";

    totalCorrect ++;

    score_txt.text = "Correct number:" + String (totalCorrect) + "\n"; "."

    score_txt.appendText ("wrong number:" + String (totalWrong));

    }else{

    status_txt.text is radioGroup1.selection.label + "is incorrect. I'm sorry. » ;

    totalWrong ++;

    score_txt.text = "Correct number:" + String (totalCorrect) + "\n"; "."

    score_txt.appendText ("wrong number:" + String (totalWrong));

    }

    }

    I don't see where this error could occur except perhaps for a case where a radio AS2 is used because it seems that they do not have a group property, but an AS3 radio button.  Make sure that your publication of Flash settings are set to use AS3.  AS3 errors normally have error numbers that also made the mistake that you mentioned ring of a scenario of AS2.

    Here is a link to the file that I made based on your code that works very well and does not display the errors you mention.  It is a CS3 file.

    http://www.nedwebs.com/Flash/AS3_Radios.fla

  • Help with Javascript for the button Delete

    Hi, Im new JavaScript and have my code works partially, but the trouble with a nested if-then-else statement.

    I have a page element, P4_COUNT, and if its value is 0, the button Delete will allow the user to delete the record. If the number is > 0, a message should appear stating that the record cannot be deleted. That's what I have so far and it works, but the first ELSE is misplaced. This code is the URL target for my button remove.

    JavaScript:var response; response = confirm ("are you sure you want to delete this POC?'");
    If {(response)
    If (document.getElementById('P4_COUNT').value == 0) {}
    doSubmit ('DELETE');
    }
    }
    else {-this other fires when the user hits cancel on the first question above not what I want, I want another one here who said only: "removal cancelled '"}
    -This one should only be fired if p4_count is not equal to 0
    var answer2;
    answer2 = confirm ('you cannot remove this POC, that this POC is associated with a RIF.');
    If {(answer2)
    Alert ('cancelled deletion');
    }
    else {}
    Alert ('cancelled deletion');
    }
    }


    The above should follow this logic:

    Are you sure you want to delete this POC?
    Yes - if p4_count = 0 then
    delete the record
    on the other
    second line: cannot delete this record
    OK - prompt removal cancelled
    Cancel - prompt removal cancelled
    end if;
    Cancel - prompt removal cancelled


    Help, please. Thank you, Laura

    Published by: user8936524 on May 10, 2010 14:14

    Hello

    Try if it works. I didn't test it

    javascript:if($v('P4_COUNT')*1==0){
    var answer=confirm('Are you certain you want to delete this POC?');
    if(answer){doSubmit('DELETE');}
    else{alert('Deletion Cancelled');}
    }else{alert('You may not delete this POC, as this POC is associated to an FRR.');}
    

    BR, Jari

  • help with flash as2 hyperlink button

    Hi, this should be very easy to do, but I can't do with my current file. I can link the as1 or as3, but for some reason, this as2 won't let me link. Help, please! It's too complicated to explain in the text the problem here then please download my flash file and see what I'm trying to do. don't worry, no viruses!

    It is created on a mac and compressed. view my file flash here: http://www.nafline.com/prototype/dev/header_white3.fla.zip [about 13 MB, sorry, don't know why it is so great, even though I deleted unnecessary things everything]

    in my file, you will see there are 2 buttons, 1 has a link using (liberation). I want to be able to connect. If you try to test the swf movie, the link does not work. I tried on (click) and mouseEvent and no work. =((

    Thanks for the help!

    Thank you so much Ned. I didn't add the link and the identifier causes the ACE does not have to work. stupid of me.

    I thought that the linkage identifier / were required in order to call the ACE but I guess that is not. I removed the button property and added the ACE in the layer actions on the mainMovie and it works great! It is online at nafline.com.

    Thanks Ned!

  • Help with recovery media creation errors

    I bought a new HP spectrum XT Ultrabook 13D-2100 (8-64 bit Windows), and I tried to create the recovery media creation.  I get an error when you try to use USB (Flash Driver) that declares "we live errors in the creation of recovery media. Please try again. "Even if I did a video on saving a media creation of recovery on a USB flash drive, it was a mistake. I've done five times, I n ' know what to do now.

    I'd appreciate any help for this problem that I really want to create the recovery media creation.

    Hello

    I would contact HP (the telephone number can be found on the corresponding link below) and explain that the Recovery Media Creator is unable to create a viable together records of recovery/usb media and ask them to send you a free replacement recovery media set.

    If you live in the United States, contact HP here.

    If you are in another part of the world, begin here.

    Kind regards

    DP - K

  • Help with basics PLZ!

    So, I'm really bad with Photoshop. I tried to change my pic see tutorial and understand the step given on this image.

    Capture.JPG

    Please if someone can explain what I have to do it in!

    How can I paste my picture on the Web? And how to resize them?

    Hi Vicas.

    CTRL + C will copy the source image.

    CTRL + V will paste it in PS.

    With the tool move (V), ICT "show transform controls". You will be able to resize the image by dragging a corner. Now the SHIFT key will maintain the proportions.

    For best results in your general preferences, choose an Interpolation of the Image mode suitable to your needs. Expansion or reduction.

    Lee

  • Help with layer of Action & buttons

    I have a flash banner which contains "clickTAG" instructions in the actions layer (above). Also on this layer, I put the invisible button that the user clicks on to invoke the "clickTAG". My question is, can I have a button on the layer actions? Should be on a separate layer? The button will work if it is?

    Thanks in advance,

    Beginner in Flash

    you assign your button a unique instance in the properties panel name, for example btn1.   in your code, you reference btn1:

    AS2:

    {btn1.onRelease = Function ()}

    No matter what

    }

    AS3:

    Btn1.addEventListener (MouseEvent.Click, f);

    function f(e:MouseEvent):void {}

    No matter what

    }

    Is the name of the instance (in this example btn1) which allows flash to tie one on stage clash with the code.  It's not ' matter which layer is the button in and it doesn't matter which layer the code is in.

  • HELP with animation for the buttons (I tried to search for days for solution)

    Hellooo

    I tried to watch the discussions here for a solution, but I can not find... can someone help me please?

    I design a website in flash8... now, I created a few buttons and I want that when I click the button stars will fly on their part and there will be a sound... I have already created the animation of the separately-star and it's in the library, I also sound file... I just don't remember how put everything together... can someone please remind me what to do step by step so When I press the button that the stars will fly directly from the button and the sound will play? pleaseeeeeeeee, it's very very important to me... I'd be grateful < 3

    in your library, double-click your button.  Select the image down, and in the properties panel, select your sound and assign its sync to the event.  then drag your animation to your library on the stage.

  • help with fullscreen tutorial

    Dear Sir

    I use Flash CS4, I have been looking for a tutorial out there on the mode full screen, but don't have not find one, this want, it's something like this:

    http://FlashDen.NET/item/foldr-XML-drive-page-flip/full_screen_preview/19855

    I want the site, in the html page to fit the screen as soon as the site loads, in, I mean as soon as the user enters the address in the browser, I want the father to adapt to the screen as the URL provided above.

    Any help is welcome.

    Sincerely

    Romeo Umulisa

    Looking for a liquid site layout, not a full screen... visit this link: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=128

  • Need help with basic sql

    Hello

    I use oracle 10g and having some small doubts associated with sql, goes here of the situation

    I have a Transaction table, which contains the records/operation made by an employee under a code of pattern on different dates, see below examples of data
    EMP_CODE          REASON_CODE     DATE
    
    A001           B1                            1st Jan 2009
    A001          B1          3rd Jan 2009
    A001          B1          6rd Jan 2009
    A001          C2          9th Jan 2009
    
    A002          D4          1st Jan 2009
    A002          D4          3rd Jan 2009
    A002          D5          6rd Jan 2009
    
    A003          E6          6rd Jan 2009
    A003          E6          7rd Jan 2009
    Actually I want to have the final result as follows (p. ex. some how hide A003, see below for reason)
    A001          B1
    A001          C2
    A002          D4
    A002          D5
    So basically, print employee ID and reason code only if the employee has made the transaction under more than 1 code of reason, since the employee "A003" completed transaction code Minus 1 SINGLE code ONLY reason *, I don't want his record in printed.*

    the current query I wrote is as follows:
    select      emp_cd, reas_cd
    from      employee_trans_table
    where     reas_cd <> '   '
    group by emp_cd, reas_cd
    order by emp_cd, reas_cd
    but this impression of results as
    A001          B1
    A001          C2
    A002          D4
    A002          D5
    *A003          E6*
    How to avoid printing A003/E6 since she had only 1 reason code attached to it...


    I hope that I am able to clearly state the doubt that I am, let me know if you need any other info/clarrification on it.

    Concerning

    Learner

    Published by: learner1 on October 26, 2009 13:33

    Published by: learner1 on October 26, 2009 13:34

    Published by: learner1 on October 26, 2009 13:36

    Published by: learner1 on October 26, 2009 13:36 (added code tag)

    A possible solution.

    with data as
    (
      select 'A001' as col1, 'B1' as col2 from dual union all
      select 'A001' as col1, 'B1' as col2 from dual union all
      select 'A001' as col1, 'B1' as col2 from dual union all
      select 'A001' as col1, 'C2' as col2 from dual union all
      select 'A002' as col1, 'D4' as col2 from dual union all
      select 'A002' as col1, 'D4' as col2 from dual union all
      select 'A002' as col1, 'D5' as col2 from dual union all
      select 'A003' as col1, 'E6' as col2 from dual union all
      select 'A003' as col1, 'E6' as col2 from dual
    )
    select distinct col1, col2
    from
    (
      select col1, col2, count(distinct col2) over (partition by col1) as distinct_count
      from data
    )
    where distinct_count != 1
    
  • Request for help with page apex a button popup.

    Apex 3.2/Solaris 10

    I try to open a page of the apex (report) in a pop-up window when a button is pressed after the plethora of examples in the forum.

    I applied what follows in "Edit Page buttons" to one of the 'attributes of button' and 'Target URL' is trying to open my report (page 14) in a pop-up window.

    javascript.popupURL ('f? p = & APP_ID.:14: & SESSION.) ") ;
    JavaScript.popup2 ('f? p = & APP_ID.:14: & SESSION.) ") ;
    Window.Open ('f? p = & APP_ID.:14: & SESSION.) ") ;

    I have also implemented the conditional branch for this button in order to mitigate the error 'page not found - restart the application.

    The window.open variant does not. The javascript 2. variants open the page, but in the same window (no popup).

    also, I read that to fill my pop-up report (it should), a Window.Close (); should be somehow associated with a close button on the popup page. Specifically, where this code is placed?

    Thank you!

    Paul

    Paul:

    Specify the URL as

    JavaScript:popupURL('f?p=&APP_ID.:14:&session.');

    Instead of

    javascript.popupURL('f?p=&APP_ID.:14:&SESSION.');

    CITY

  • Need help with simple database creation in number.

    I'm trying to create a simple database in number to capture the case IDs on my place of work. After you have entered a value in the worksheet 1 details must automatically added to sheet 2. Once the case details are entered and user click on the "submit" button (could not include in the screenshot), it should appear in the sheet 2. If number offers this feature, it would be very useful for me.

    Thanks to ddvance,

    Nanan

    Why don't you just enter values directly in the second table?  You could format C and D in the context Menu.

    SG

  • Help with basic timer behavior?

    Well, I'm sure that several questions will come from me in the next two weeks. I have a few school projects due, and unfortunately I have very Director limited resources.

    Here's what I want to do:

    The sprite begins as invisible.

    When the mouse clicks the sprite, a timer starts. The sprite moves to the location of the last click of the mouse and becomes visible.

    When the timer is operational and the timer Manager is called, the sprite becomes invisible again.

    There are several sprites on the stage who will use this same behavior.

    Here's what I have now, and I understand not why it does not work. It makes sense in my head, but obviously not to the Director! The only other behavior on these sprites is just a default turn continuously (temporal).

    Thank you very much to all those who can help you!

    ---

    property spriteNum, alreadyClicked, my, myTimeout

    on beginSprite me

    alreadyClicked = 0

    Ma = sprite (spriteNum)

    My.visible = 0

    end

    on mouseDown me

    If alreadyClicked = 0 then

    My.loc = _mouse.clickLoc

    alreadyClicked = 1

    My.visible = 1

    myTimeout = timeout () .new (string (me), 15000, #timeUp, me)

    end if

    end

    on timeUp me

    My.visible = 0

    myTimeout.forget)

    alreadyClicked = 0

    end

    Hi Nathalie,.

    When you define a sprite .visible property set to FALSE (or 0), it no longer respond to mouse events. If you change...

    My.visible = 0

    ... à...

    My.Blend = 0

    ... and...

    My.visible = 1

    ... à...

    My.Blend = 100

    ... then you could get the reaction you expect of your sprite.

    However, currently, you must click on the sprite hidden to make it appear.

    I guess you want to be able to click anywhere on the stage in order to make the sprite appear here. Is this fair? If so, who will need a somewhat different approach... but you can inform us that the next time.

    James

Maybe you are looking for