A Flash Developer Resource Site

Search:

Type: Posts; User: 4dtext

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    4,239

    Compile errors

    The code that I supplied is quite "bland" but it is AS3 and works under Flex Builder 4.

    The error that you mention involves the context of the code, and not the code itself. I define those...
  2. Replies
    5
    Views
    4,239

    Also - you can ignore all statements with "tr."...

    Also - you can ignore all statements with "tr." in them, since they are for debug only.
  3. Replies
    5
    Views
    4,239

    Are you able to use Actionscript

    Dear geetarguy,
    Have you used Actionscript much? It will do the job pretty easily.
    See if the code below can help you.

    Look at this sample code to create a button

    private function...
  4. Replies
    3
    Views
    1,307

    Try my suggestion

    Please add the event handler and run it. It should loop forever.
    After that works, you can add some control. let me know.
    Oz
  5. Replies
    3
    Views
    1,307

    I'm sorry, but your code is incomplete. What is...

    I'm sorry, but your code is incomplete. What is the type "Sound1" ? and where is "mouth"?
    However, I can send you in the right direction. You'll need to use an event handler that is called when...
  6. Use "text" for result format

    When you create your HTTP service request, set the "resultFormat" attribute to "text". Then you'll receive a raw string, which you can parse by hand. You can use the XML and XMLLIST classes to...
  7. Replies
    6
    Views
    950

    Try these UIComponent methods

    I found some useful methods for preventing collision.

    Look at the class UIComponent, which is probably a super-class of anything that you are using.

    Look at the methods:
    ...
  8. Replies
    6
    Views
    950

    bouncing symbols

    You should probably use a manager function that calculates a destination location for each symbol and then initiates the effect "play". (effect.play()) You can simply use a random number for each...
  9. Replies
    6
    Views
    950

    Use a Timer

    It's pretty simple to set a timer and then do something when it "goes off."
    You have millisecond control.

    Here's some code snippets to help you get started. Keep track of whether you want the...
  10. Replies
    10
    Views
    2,253

    moving a camera dolly

    This is probably a very good application for using a long threaded rod.
    The dolly has a nut firmly fixed to it and the motor rotates the rod. You would probably want the motor to have rather severe...
  11. Replies
    10
    Views
    2,253

    Dear WannaBe, I suggest that you'll need a servo...

    Dear WannaBe,
    I suggest that you'll need a servo motor - since exact positioning will be very important in order to align your images. You won't be able to just "run a while and see where you land"...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center