A Flash Developer Resource Site

Search:

Type: Posts; User: nomar522

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    371

    Keyboard Troubles

    I'm trying to setup a MC to move using the arrow keys. I thought it would be as simple as adding


    stage.addEventListener(KeyboardEvent.KEY_DOWN, keysDown);
    function keysDown(e:KeyboardEvent) {...
  2. Replies
    2
    Views
    9,213

    Sending Emails [AS2]

    I am basically trying to send an email to someone with some email adress, and asubject, and a body.
    I tried doing something like

    ...
  3. Replies
    0
    Views
    568

    Color Transform Fill Only

    My movie clip is a basic rectangle. I want to add a color transform but only to the fill of the mc and not the outline.

    I have the basic code to add a standard color transform but don't know how...
  4. Replies
    1
    Views
    580

    Lightning w/ glow [AS2]

    I am trying to make a cool dynamic lightning effect that isn't just a drawing. I have a vague idea on how to do it, just a bit confused with the coding.
    When a bolt is created, I make a starting...
  5. Replies
    2
    Views
    682

    [CS3] Scrolling

    Hey, I'm fairly new to Flash.
    I was wondering how you make the screen/view follow a movie clip.
    I'm just working on a simple platformer, but I'm stuck on how to make the screen adjust to the...
Results 1 to 5 of 5




Click Here to Expand Forum to Full Width

HTML5 Development Center