Help changing AS3 -- AS2 please

I was following a tutorial in AS3 with a MouseEvent but really want to use it in AS2.
There is an Input Text box named boxOne that a user enters their name
You click on myButton and in then in boxTwo should appear the test "Welcome to our class" and what
was entered in boxOne.
The error message says " the class or interface MouseEvent could not be loaded
The AS3 code is :-
stop();
function handleClick(pEvent:MouseEvent):void {
var myFirstVariable = boxOne.text;
boxTwo.text = "Welcome to our class " + myFirstVariable;
myButton.addEventListener(MouseEvent.MOUSE_UP, handleClick);
I'd really appreciate some help - thanks
ActionScript Beginner.....but trying

Diavonex indicated how to change the avatar for this web site. My impression is that is not what you are trying to do.
The iPad isn't set up with individual user accounts at the OS level. There is no function on it as you are describing. If I'm wrong, perhaps you could describe what you re referring to in more detail.

Similar Messages

  • HT5577 my daughter set up my account, i know my password and id, but i dont know all the security questions nor the birthday she used. i am wanting to change my password, please help

    my daughter set up my account, i know my password and id, but i dont know the security questions she used. i am needing to change my password. please help

    Ask your daughter. Or:
    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Help!  Need help translating AS3 to AS2!

    Good afternoon. I have a very simple roll over animation that
    I want to use in Captivate 3. However, all of my experience with
    Flash is with AS3 which is not recognized by C3. Attached is my
    code snippet for the event that is not being supported. Would
    anyone be willing to tell me where to start to make this into AS2
    (or 1)?
    Thank you in advance for any assistance.

    MrFrankZ,
    Here's the code from your first post, and I understand you'd
    like to
    convert it to ActionScript 2.0 (or even 1.0):
    >>> gotoAndPlay("notRolled");
    >>> rollBox.addEventListener(MouseEvent.MOUSE_OVER,
    onRoll);
    >>>
    >>> function onRoll(event:MouseEvent):void
    >>> {
    >>> gotoAndPlay("rolled");
    >>> }
    >>> stop();
    To that, someone replied this:
    >> It's using AS 2. Can you display all of the code?
    ... which turns out to be incorrect. The code you're showing
    is indeed AS3.
    Telltale signs include the MouseEvent class reference, the
    MOUSE_OVER event
    constant, and the lowercase :void reference.
    > The compiler is "The class or interface 'MouseEvent'
    could not be
    > loaded."
    That makes sense for a FLA file configured for AS2, because
    AS2 doesn't
    have a MouseEvent class. Fortunately, this is a simple
    scenario, so let's
    break it down.
    The first line doesn't change at all:
    gotoAndPlay("notRolled");
    That does the same thing in either AS2 or AS3; namely, it
    invokes the
    MovieClip.gotoAndPlay() method on a particular MovieClip
    instance (happens
    to be the timeline in which this code appears) and sends that
    movie clip's
    timeline to a frame labeled "notRolled".
    Wiring up the event handler is your biggest change. AS2 does
    support
    the addEventListener() method, but only for components. In
    AS2, there are
    (bewilderingly) five different ways to assign event handlers,
    and the one
    that's going to work here -- and feel most this AS3 version
    -- looks like
    this:
    rollBox.onRollOver = onRoll;
    In principle, it's doing the same thing. I'm assuming
    rollBox is a
    movie clip symbol, so to see what functionality has has
    available to it,
    you'll look up the MovieClip class in the ActionScript 2.0
    Language
    Reference. When you do, you'll see headings for Properties
    (characteristics
    of the object), Methods (things the object can do), and
    Events (things the
    object can react to). A mouse-over is something the movie
    clip will react
    to, which makes it an event. What I've shown in my sample
    suggestion is the
    MovieClip.onRollOver event, as associated with your rollBox
    instance.
    The syntax is different from AS3, but the basic
    functionality is the
    same: "rollBox, when the mouse rolls over you, perform the
    onRoll()
    function."
    And now for that function:
    function onRoll():Void {
    gotoAndPlay("rolled");
    Only two small changes: a) drop the event:MouseEvent
    parameter and b)
    change :void to :Void.
    Here it is altogether:
    // AS2
    gotoAndPlay("notRolled");
    rollBox.onRollOver = onRoll;
    function onRoll():Void {
    gotoAndPlay("rolled");
    And to make this work in AS2, all you have to do is drop the
    strong
    typing (in this case, the :Void):
    // AS1
    gotoAndPlay("notRolled");
    rollBox.onRollOver = onRoll;
    function onRoll() {
    gotoAndPlay("rolled");
    David Stiller
    Co-author, The ActionScript 3.0 Quick Reference Guide
    http://tinyurl.com/2s28a5
    "Luck is the residue of good design."

  • TS2446 I forgot the security question about what was my first car and what is my favorite car! What is the solution to change that? please help me, thank you in advance Leo

    I forgot the security question about what was my first car and what is my favorite car! What is the solution to change that? please help me, thank you in advance Leo

    If you have a rescue email address set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address set up then go to Express Lane  and select 'iTunes' from the list of 'products' in the middle of the screen.
    Then select 'iTunes Store', and on the next screen select 'Account Management'
    Next choose 'iTunes Store Account Questions' or 'iTunes Store account security' (it appears to vary by country) and fill in that you'd like your security questions/answers reset.
    You should get an email reply within about 24 hours (and check your Spam folder as well as your Inbox)

  • Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you helpe me change this back please?

    Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you help me change this back please? Has anyone had this issue before?

        I'm sorry to learn that you have endured the audio issues outlined in your post for almost 2 years SusanLM1! This is certainly not normal! Let's get to the bottom of this issue, first please confirm your phone model; your mention that you have the iPhone 5 but your post is on the iPhone 5S forum. Also, share the iOS version currently installed on your phone. What is your ZIP code? Does this happen mainly while you make/receive calls from a particular location (home, office, etc)?
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport

  • HT1918 How do I reset my account I have 0.91 $ I can not change the Store please help

    How do I reset my account I have 0.91 $
    I can not change the Store please help
    plz help

    Change your password
    iTunes Store: Retrieving and changing passwords (Apple ID)
    Alert itunes support
    https://www.apple.com/support/contact/

  • I need help changing my iTunes syncing for iPad and iPhone when I connect Ed my iPhone to computer it has a different name from my laptop so I can't sync iPhone music from iPad. Please help!!!

    I Need help changing my name on lipad and iPhone to sync. I have two different name1 is from my laptop and the other is from iPad ,so I can't sync iTunes. Please help!!!!!!

    Plug the iphone in and go to the music tab in the iphone,not your itunes library.There will be a button in the borrom right that says autofill. Click that and it should thransfer all your music. It worked for me,and i had the same problem.

  • HT204411 you have rentals that have not expired. what does that meen?i just want to change the country please help

    you have rentals that have not expired. what does that meen?i just want to change the country please help

    I have the same problem

  • I cannot change my email on my iPad. I cannont access my old address to chang anything. Please help.

    I cannot change my email on my iPad. I cannont access my old address to chang anything. Please help.

    Charlene155 wrote:
    I tried to change the password in the settings and still I cannot get it set up to get emails? 
    And what happened when you tried? And please don't say it didn't work, we know that. Describe what happens when you "try" to change the password. Are the settings greyed out and therefore, you can't change anything? Can you send emails? You said you can't "get" emails so i interpret that to mean that you can't receive them.
    Did you try quitting the settings app, reboot theniPad and then "try" again to see if that will allow you to change the setting?
    Tap the home button once. Then tap the home button twice and the recents tray will appear at the bottom of the screen. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the settings icon. Tap the home button twice,
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    You don't have Restrictions set that would prevent you from changing the password in Settings>General>Restrictions>Allow Chamges>Accounts.

  • When I play games in Mozilla on fb..some setting changed and now the pop up window that appears to send gifts to my friends only lists 3 ppl at a time some games i have a scroll down button others i dont..can u help m fix this please?

    When I play games in Mozilla on fb..some setting changed and now the pop up window that appears to send gifts to my friends only lists 3 ppl at a time some games i have a scroll down button others i dont..can u help m fix this please?

    Hi Winnie
    Unfortunately I have been sick and did not read the message before. I apologize.
    I have not received help beyond what is on the page. But when I get I tell you.
    I hope you can get answers. If you receive, I ask that you share with me.
    thank you very much
    best regards
    AC
    Date: Mon, 27 Feb 2012 09:33:10 -0700
    From: [email protected]
    To: [email protected]
    Subject: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        Re: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        created by Win_Form in Forms - View the full discussion
    Hi ACI wonder if you can share any responses on to your question above?I too have never used a script but, I have the same problems as you in regards to building a form. And wants to have the same 'protection' and message reminders for the end users. Any information, including a script and/or a contact email of experts you can share with me will help tremendously. Thank you so much in advance. Winnie
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4232307#4232307
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4232307#4232307. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Forms by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • HP 400 Mouse - How do I change the batteries please?

    I've got an HP H2F47AA mouse... Help! how do i change the batteries please?

    Hi,
    Is it a X4000 HP H2F47AA mouse ? Plesae watch the following video:
       https://www.youtube.com/watch?v=yOhNPh3nYbM
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Help change screen name

    I need to change my screen name. Apparently I have to tag a moderator in a message in order to get help with this, so that's what I'm trying. HELP!

    Hi maryfarguson,
    Please check your Private Message Inbox. It should look like this -->>

  • Help with set up please

    I have just bought a second airport xtreme card for my G5 powermac and now have this and the G5 imac wirelessly connected via a belkin F5D7630 router. Strangley I have noticed that the signal strength is weaker on my powermac compared with the Imac. I have checked the installation of the card and ensured that I have the external arial connected to the back on the computer. As I am typing this I have noticed that I have 2 bars showing on the menubar and the imac has 5 bars. These machines are in different rooms on the same floor and the router is in another room on the same floor.
    I called Belkin and they said that I should change my settings to 10 half duplex. Apparently the airpport cards are set for 10 full duplex. Well, i don't know where I would make this change and whether the change is actually needed.
    Does the signal level impact on the connection speed?
    WHat does 'interface robustness' mean and should I have it ticked in the menu?
    What is this 10 half duplex stuff about and how do I change it?
    Please can someone help me on this one - It is most frustrating

    "10 half duplex" applies to cabled ethernet network connections - not wireless network connections. This suggestion isn't of any relevance to your problem.
    "Interference robustness" helps alleviate the effects of some types of radiofrequency interference. Don't enable this feature unless interference is known to be an issue. Are the any other wireless networks in range of yours (listed in the Mac's Airport menu)?
    Double check the connection of the internal Airport antenna cable to the Airport Extreme card on the G5. Make sure the connector is FULLY seated, which can take some force to do properly.

  • TECH Support--Need help changing email/password

    I have had my Skype account for several years now...and after getting my first smart phone recently, I've tried to add my account on the phone. But the email I used to create my Facebook page (which is how I link to Skype) is nonexistent now (i deleted it and got a new one). Also, my Facebook password does not apparently work when I try to change my email for my account.
    I will supply whatever information is necessary to change my email--please help with accessing my current password or changing the email, if possible. Otherwise, I will ask that Skype deletes my account so I can make a new one. Thanks!

    You must enter your user ID and password TWICE. Once for incoming mail, and once for the outgoing (SMTP) server.

  • My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.

    My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.
    They error message I get is "An unexpected and unrecoverable problem has occurred. Photoshop will now exit."
    This only started after I upgraded my OS to Yosemite.

    The upgrade has been know to break Photoshop CS5 installs. An Uninstall/Reinstall may be necessary.

Maybe you are looking for

  • Cannot send email SMTP to yahoo business email

    i have yahoo business email, with 3 email accounts. iphone 3g will happily read the emails of the one account i want it to, but i cannot successfully reply or create new emails, send fails. i tried to create a gmail account and use its smtp server. t

  • A-B repeat : iTunes ?  other alternative?

    I can't find a way to do A-B repeat in iTunes. Does it have that function? If not, any suggestions for some Mac player that does this? Thanks!

  • Change of BP Type (CardType) Description

    All I want to do is change the Description of BP Type 'Lead' to 'Contact' in the drop down on the BP Master Data screen.   Is this possible and of so how do I accomplish this?  The end result would be having 3 types of BPs in the drop down Customer,

  • Class to support XML Config.

    Hi , I have a system that loads your properties trough a class that reads an xml file. For example ans sysconfig.xml that holds all of the system properties. Now, i need to load xml properties to another class, for example an class that read files fr

  • Could use some words

    http://vk.com/germanyvsbrazillive https://www.youtube.com/watch?v=QoDGszd8CNo https://www.youtube.com/watch?v=WdP_vJ0FT7g http://steamcommunity.com/groups/brazilsemi http://steamcommunity.com/profiles/76561198143939478 https://sites.google.com/site/b