Need really basic help

I've never used Flash or ActionScript before, and I am very frustrated trying to do something very simple:

I just want to write an ActionScript 3 that prints "Hello World" in a console. I don't try to run in the web, a graphical interface, or something else. Can someone give me instructions on how to do this with Flash CS4 on OS X?

CTRL-ENTER compiles the movie. Or Menu control > test movie and you will see the listed keyboard shortcut. If you were not allowed to enter the script you described, before starting a new movie, so you had a selected object... Select a keyframe and enter the script.

Tags: Adobe Animate

Similar Questions

  • I really need someone to help me. I tried to figure out how to select a PDF to convert a Word doc. When I go to select a PDF file, all that comes is the WORD documents. doesn't show ANY of my PDF files... Please help me understand wh

    I really need someone to help me. I tried to figure out how to select a PDF to convert a Word doc. When I go to select a PDF file, all that comes is the WORD documents. doesn't show ANY of my PDF files... Please help me understand what is happening? We put it on automatic renewal so I know it's not that we have not renewed this subscription, because we pay automatically.

    Hi olivias,.

    Looks like there may be some confusion on your system which application should be associated with PDF files. You can reset the file name associations by following the steps described in these articles (depending on your operating system):

    How to change the default application for a file type. Macworld

    http://Windows.Microsoft.com/en-us/Windows/change-default-programs#1TC=Windows-7

    Please let us know if you have any additional questions.

    Best,

    Sara

  • Hello! I am a beginner Photoshop - how I 'color above' text on a jpeg image - then match the color background - then retype the new text above? If someone can give me really basic step by step intstructions - I would be happy!  With our thanks!

    Hello! I am a beginner Photoshop - how I 'color above' text on a jpeg image - then match the color background - then retype the new text above? If someone can give me really basic step by step intstructions - I would be happy!  With our thanks!

    Hi Donnas,.

    Content-aware fill is your best friend in this case.

    Just make a selection around the word and go to edit-> Fill-> Content-Aware.

    This usually done a very good job.

    Then you can either return to it several times (maybe in smaller sections) with Content-Aware fill to clean it, or you can play with the Spot Healing Brush tool (J) or the tool clone stamp (s).

    Please see the following link for more information 3 ways to delete the text to a picture in Photoshop - wikiHow

    http://www.WikiHow.com/add-text-in-Photoshop

    Let us know if it helps.

    Concerning

    Sarika

  • How to fix this error "generic host process for win32 services has encountered a problem and needs to close ' help me please I am using windows xp with SP3

    How to fix this error "generic host process for win32 services has encountered a problem and needs to close ' help me please I am using windows xp with SP3.

    When I close this error or click on send or do not send, my session network remote also network mapped drive United Nations accessible then I restart my computer and I can access my network grows but after awhile once again this error and the same network behavior that I discussed earlier.
    someone has a better solution that take care of this problem.

    Hello

    Given that the problem is related to the server of the IRIS, IRIS Contact support for assistance:

    http://www.IRISLink.com/C2-1967-189/I-R-I-S---technical-support.aspx

    Hope the above information is helpful.

  • I need chat support help!

    I need chat support help.

    Hello

    Please try to reach the support chat via Contact Customer Care

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    Hope that helps!

    Kind regards

    Sheena

  • Need help with Flash - really basic!

    Hi, I really need help with Flash and quick. I have to create an auto-run cd, but before I can create that, I have to make everything works! I took a class in College Flash, which up to 1 1/2 ago so im kind of knowledge missing!

    My first problem is as follows:
    I have the homepage, and it contains a button English and french.
    When you click on buttons, it brings you to the next page, either resourcesFr or resourcesEn.
    I tried to use the loadMovie script but and it works but the new page loads on the home page you can still see the English/french under buttons. How can I fix? I know its simple but I am short on time... Should I still use the loadMovie script?

    My other problem is that im trying to have another button to link to a folder. Use the script for getURL for this as well?

    Help!

    I was able to solve my problem... it was only the forward slash that were in the wrong way... so the correct code is:

    on (release) {}
    DRV = _url.substr (8.1);
    getURL (drv + ": / English/brochures");
    }

    Only took me 5 days... I think I need to buy a script book action! Laughing out loud

  • Really basic - need help with interpreting the result autotrace

    I am reviewing tunning of database to verify the effectiveness of my sql statements and I think AUTOTRACE is the first thing to look into.

    I created two identical tables containing 250,000 lines. First of all, there is no evidence of a fact

    SET AUTOTRACE ON
    SELECT * FROM TEST_250000
    WHERE CUSTOMER_NO > 241000.

    Hash value of plan: 4257243307

    ---------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    ---------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 15353 | 2623K | 750 (2) | 00:00:10 |
    |* 1 | TABLE ACCESS FULL | TEST_250000 | 15353 | 2623K | 750 (2) | 00:00:10 |
    ---------------------------------------------------------------------------------


    Statistics
    -----------------------------------------------------------
    0 recursive calls
    0 db block Gets
    2687 gets coherent
    0 physical reads
    0 redo size
    390398 bytes sent via SQL * Net to client
    427 bytes received via SQL * Net from client
    12 SQL * Net back and forth to and from the client
    1 sorts (memory)
    0 sorts (disk)


    Hash value of plan: 174749588
    -------------------------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    -------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 9000 | 606K | 121 (1) | 00:00:02 |
    | 1. TABLE ACCESS BY INDEX ROWID | TEST_250000_INDEX | 9000 | 606K | 121 (1) | 00:00:02 |
    |* 2 | INDEX RANGE SCAN | TEST_250000 | 9000 | 22 (0) | 00:00:01 |
    -------------------------------------------------------------------------------------------------

    Statistics
    -----------------------------------------------------------
    0 recursive calls
    0 db block Gets
    Gets 89 consistent
    0 physical reads
    0 redo size
    390399 bytes sent via SQL * Net to client
    433 bytes received via SQL * Net from client
    12 SQL * Net back and forth to and from the client
    1 sorts (memory)
    0 sorts (disk)

    My questions are the following:

    (1) I am assuming that the right time to run the first query is 0.2 sec and costs 1500, while the other is 0.05 second and 164. You simply add to the top?
    2.) which means the cost? I mean what is the unit of it?
    3.) there is a substantial difference in gets consistent. I found a definition (Gets the number of times that a consistent read was requested for a block). Could someone explain what it means to me and why is it so different in the two queries.
    4.) what is the hash value of Plan on?

    Know that it's a lot, but any help appreciated.

    PS: I am posting this in general, but y at - it a forum specializing in the tunning?

    Jana Kralova wrote:
    I am reviewing tunning of database to verify the effectiveness of my sql statements and I think AUTOTRACE is the first thing to look into.

    Uitilities TRACE and TKPROF are even better.

    My questions are the following:

    (1) I am assuming that the right time to run the first query is 0.2 sec and costs 1500, while the other is 0.05 second and 164. You simply add to the top?
    2.) which means the cost? I mean what is the unit of it?

    By comparing the cost of two queries is not something that you should focus.
    See: http://asktom.oracle.com/pls/apex/f?p=100:11:0:P11_QUESTION_ID:313416745628
    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:956029960417

    3.) there is a substantial difference in gets consistent. I found a definition (Gets the number of times that a consistent read was requested for a block). Could someone explain what it means to me and why is it so different in the two queries.

    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:6643159615303

    4.) what is the hash value of Plan on?

    "The NUMBER of PLAN_HASH_VALUE digital representation of the SQL plan for this cursor. Comparing a PLAN_HASH_VALUE to another easily identifies whether two plans are the same (rather than comparing two plans line by line). »
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/dynviews_2113.htm#REFRN30246

    Oracle Performance Tuning Guide can be found here:
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14211/TOC.htm

    Know that it's a lot, but any help appreciated.

    Refer to the documentation (according to the version of your database) @
    http://www.Oracle.com/pls/db102/homepage
    http://www.Oracle.com/pls/db112/homepage
    or start @.
    http://Tahiti.Oracle.com
    and your own research on http://asktom.oracle.com, you will find many examples and explanations.

    PS: I am posting this in general, but y at - it a forum specializing in the tunning?

    I think that you are in the right forum ;)

  • II you need VERY basic instructions on how to stop a program from running at startup, without the help of Windows Defender.

    I have a Vista operating system, I use Firefox as my browser and I have MS Security Essentials, I turn off my Windows Defender.  I want to disable some programs from starting automatically, but I can't figure out how do it when I can not use this feature in Windows Defender.  I'm not at all read and write or experienced in computers or software, so PLEASE keep this in mind.  I really need advice for flush on a kindergarten, with each specific step the easiest way, so I can understand & follow him.

    Thank you for your help in this matter, as well as for your understanding of my limitations.

    CA DJ

    Hello

    Without knowing the programs you want to disable, I'll start by saying that I can't be responsible for adverse effect to the normal operation of your system.

    That said...

    • Click Start
    • Type msconfig and press enter
    • Click on the Startup tab

    You will see checkboxes for programs that run at startup.

    Or you can use a more comprehensive tool called autoruns...

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx

    Maybe is a better way to explore the settings for the programs themselves, there is often a check box for "do not run at startup.

    Tricky

  • WVC54GCA / WVC210 - I need basic help on configuring alerts by e-mail.

    I recently bought a WVC210 in hopes of using its ability to send whenever it detects a movement. But I can't understand how the game goes.

    Ideally, I wanted to have it work with gmail. But I've read that, due to a security that gmail requires that the camera be able to do. Also, I heard that the same would go for yahoo and other emails.

    Does anyone know a way to get email working for someone without their own mail server? Can I use information my ISP to do?

    Any help would be appreciated.

    Try this link Bro

    http://linksysfirmwares.googlepages.com/configuremotiondetection

    I hope that helps!

  • Really basic alignment table help! Can you help me fix this?

    Working on an assignment and half of my pages are like this one, where the table will not reach the Summit. can't understand why. A help would be so appreciated!

    major assignment.jpg

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    Home < title > < /title >

    < style type = "text/css" >

    <!--

    {body

    background-color: #b88898;

    }

    ->

    < / style > < / head >

    < body >

    < table width = "80%" border = "0" align = "center" cellpadding = "15" >

    < b >

    < td bordercolor = "#FFFFFF" > < img src = "menu.jpg" alt = "menu" width = "800" height = "310" border = "2" align = "top" well = "#Map" / > < table > "

    < /tr >

    < b >

    < td align = "left" valign = "top" bgcolor = "#FFFFFF" > < img src = "images / questioned girl.jpg" alt = "interviewed girl" width = "500" height = "312" hspace = "20" hspace = "20" align = "left" / > for a downloadable file of my resume, please click < a href = "Resume.doc" > here < /a > < table >

    < /tr >

    < /table >

    < name of the map 'Map' id = 'Card' = >

    < area shape = "rect" coords = "417,5,509,43" href = "home.html" / > "

    "< area shape ="rect"coords ="424,55,491,86"href =" bio.html"/ > < area shape ="rect"coords ="417,94,521,136"href =" interests.html "/ >

    < area shape = "rect" coords = "406,145,520,188" href = "resume.html" / > "

    < area shape = "rect" coords = "350,233,434,265" href = "references.html" / > "

    < area shape = "poly" coords = "427 246" href = "#" / > < area shape = "rect" coords = "389,190,488,232" href = "crazy.html a little" / >

    < / map > < / body >

    < / html >

    {body

    background-color: #b88898;

    margin: 0;

    }

  • A beginner... need for basic assistance

    I see that my camera Sony's AVCHD a 'private' of the file yields that, once seen from within Premiere Pro or prelude of yields. MTS files which can then be swallowed. So far so good.

    My question is help on the most basic level, to help me get started with Prelude. All I want to do is to get a glimpse of these files in the prelude. They keyboard shortcut to place point doesn't seem to be a simple 'I' or 'o' as it is as a prelude - is this true? I'm having trouble getting this simple step to work. Then, I would like to make subclips and I see the number key 1 is the marker for the beginning of a sub-clup, but what is the marker for the out point of a subclip? The interface is nice and this could be an excellent software to learn, but this is easier to do in Premiere Pro and just eliminate the need for Prelude?

    Maybe I need a video tutorial, but also, perhaps the questions I ask here are too basic for a tutorial.

    Can someone please help me with just these questions early so I can see the value in using prelude?

    TIA,

    Ken

    Ken > prelude allow you to ingest your assets (either via Basic linking, copying or transcoding), batch rename them it's make and apply a system of metadata personalized for them. You can't do these things first. In addition, the development of interface on logging, which makes this task easier.

    And out of the points only have meaning in the capture Panel, where you can specify an in or an exit if you do not want the whole media to be ingested. The shortcuts are indeed I and O. You do not change anything that happened first edit as a prelude, so to point on media ingested is not really logical, use subelements markers instead. I and O in prelude is used to set these points and exit markers.

  • drive hard short DST has failed-need new computer help

    HP Pavilion m6

    64-bit Windows

    Failure, ID-mOKS6f 667 - 65 L-XD7X1G-60V603

    Drive hard short DST failed when I did the start of F1 tests...

    This computer less then 3 weeks... need to get this working again... that are the options I have?

    Brand new out of the box, bought from Best Buy - end of June.

    No changes have been made, was online: attempt to use Google Voice, could not scream... everything froze, did a re-startup-no hard other choice-error on the screen came after I did the test...

    Intend to do more tests to see what else is bad. The HD has really missed on a new computer - it's horrible if true. Need another one as soon a possible.

    Hello

    I try to contact HP in the United States and see if they can help.

    Kind regards

    DP - K

  • HP Compaq 6910p: need of basic system design windows driver 8.1 for HP Compaq 6910p

    Just installed win 8.1 on win 7 and lack a basic system driver design in the motto of Bishop. Here is the info that could help with the problem;

    Device PCI\VEN_1180&DEV_0843&SUBSYS_30C1103C&REV_10\4&1bb426d&0&34F0 was configured.
    

    Hello:

    You need this driver...

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=3357379&swItemId=ob_76430_3&swEnvOid=4059#tab1

  • Basic Help

    Its been a while that we looked at NMS. Just curious as to what extent he came. The last time I used it seems not be able to answer basic questions with NMS. Honestly, I don't give the hours that I probably would.

    Can someone point me docs/tutorials on these?

    (1) I want to be able to compare the last CPU usage weeks on a router for this week? How I got you cover them in an easy to read table?

    (2) how zoom up to specific values? For example "it was my CPU usage at about 02:20 2 weeks ago?

    (3) how I can import my OID custom Foglight?

    (4) how can I share dashboards for read only users?

    (5) how to export a CSV/Excel to a metric I'm afraid with?

    6) has anyone interviewed before console JMX SGR values?

    Hi, DPW,.

    (1) I want to be able to compare the last CPU usage weeks on a router for this week? How I got you cover them in an easy to read table? We do not have this feature at the moment.

    (2) how zoom up to specific values? For example "it was my CPU usage at about 02:20 2 weeks ago? You can run a report for thea time see what was the use. Or, you can set a dashboard upward, showing the last day, week, month of data.

    (3) how I can import my OID custom Foglight? You don't need to import the IO... We can watch them via Custom Monitoring in politics.

    (4) how can I share dashboards for read only users? Dashboard is specific to the user who is logged into the system. They cannot be shared at this time.

    (5) how to export a CSV/Excel to a metric I'm afraid with? You can export reports and some other items, but not every metric is exportable.

    6) has anyone interviewed before console JMX SGR values? Don't know what JMX is referring?

    I hope this helps!

    Thank you

    Mario

  • NEED virus may HELP as soon as POSSIBLE?

    I was in Control Panel and clicking the back button and a message saying that Dr. watson postmortem debugger has encountered a problem... I tried to close my computer froze. I read that this could be a mask for a really bad virus. Need help!


Maybe you are looking for