A Flash Developer Resource Site

Search:

Type: Posts; User: dwsimms

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    7,255

    Problems with gotoAndPlay

    I have written Actionscript 3 to listen for keyboard events. For instance, if the user is on frame 2 of the timeline, and they press the right arrow key on the keyboard, they will gotoAndPlay (3). ...
  2. Replies
    2
    Views
    8,303

    Actionscript 2 inside a movie clip

    On my main stage, I have 10 frames. In the first frame, I have a main menu that will be navigated using the keyboard. I converted the menu on that frame into a movie clip to keep things clean (I...
  3. Replies
    2
    Views
    3,402

    Scaling objects with AS2

    What I am trying to do can't be that difficult. I just can't seem to find the answer.

    I have a purple box on the stage. I turned this box into a movie clip with the instance name of "purple."...
  4. Replies
    0
    Views
    5,426

    Emailing Flash EXE files

    My company emails our Flash EXE files out to customers. Most of these Flash files use keyboard events to navigate through them, and they load external SWF and video files. So, obviously, I have to...
  5. Replies
    3
    Views
    9,599

    Emailing a Flash EXE.

    My company emails our Flash EXE files out to customers. Most of these Flash files use keyboard events to navigate through them, and they load external SWF and video files. So, obviously, I have to...
  6. Thread: I give up!!!

    by dwsimms
    Replies
    3
    Views
    670

    Thanks. koenahn. I will try that!

    Thanks. koenahn. I will try that!
  7. Replies
    1
    Views
    1,622

    Keyboard Events and External SWF

    OK. So, I finally found a way to exactly position my External SWF on the main stage. Here is the Actionscript I placed on an empty layer:


    this.createEmptyMovieClip("externalSWF",1);...
  8. Replies
    1
    Views
    1,622

    Keyboard Events and External SWF

    OK. So, I finally found a way to exactly position my External SWF on the main stage. Here is the Actionscript I placed on an empty layer:


    this.createEmptyMovieClip("externalSWF",1);...
  9. Replies
    3
    Views
    1,897

    OK. So, I finally found a way to exactly position...

    OK. So, I finally found a way to exactly position my External SWF on the main stage. Here is the Actionscript I placed on an empty layer:


    this.createEmptyMovieClip("externalSWF",1);...
  10. Replies
    3
    Views
    1,897

    I select the movie clip, then I place this...

    I select the movie clip, then I place this Actionscript in it:

    onClipEvent (enterFrame){
    loadMovieNum ("donations.swf",1);
    }

    It doesn't return any errors. But, when I try to play this frame,...
  11. Replies
    3
    Views
    1,897

    Loading an external SWF

    I am loading an external SWF onto an Miscorsoft Projector EXE file. But, it is stuck in the top left corner. How do I reposition the SWF?

    I have tried creating a new movie clip to act as a...
  12. Replies
    4
    Views
    2,727

    I'll do some more research on the exact code, but...

    I'll do some more research on the exact code, but I thought it would be something like that. Thanks for the help!
  13. Replies
    4
    Views
    2,727

    Yeah, I have put listeners for Keyboard events on...

    Yeah, I have put listeners for Keyboard events on the stage. But, you might have to explain the "string" code to me. I was hoping to have all of the buttons on a single frame, and be able to...
  14. Replies
    4
    Views
    2,727

    Navigating buttons using keyboard events

    Is there way to navigate to various buttons on a stage using only the keyboard?

    I have several movies (complete with cover art) on my Flash stage. I want to convert them into buttons so that...
  15. Replies
    2
    Views
    445

    How do I replicate "gotoAndStop" with...

    How do I replicate "gotoAndStop" with Actionscript?

    I have created a small application that represents what I am rying to build. It is a 4-frame timeline with 4 blue boxes. The arrow keys should...
  16. Thread: I give up!!!

    by dwsimms
    Replies
    3
    Views
    670

    I give up!!!

    Here is what I am trying to create. It is basically a video-on-demand application that is navigated only using the keyboard (much like using the arrow keys on a remote control). It is designed with...
  17. Replies
    8
    Views
    5,172

    I am so stupid. Thank you again. But, I am...

    I am so stupid. Thank you again. But, I am close to giving up. Even after I corrected all of this, it still won't function properly.

    Just to make sure I have understood keyboard events, I...
  18. Replies
    8
    Views
    5,172

    I have tried the following code: It is...

    I have tried the following code:



    It is returned with the error "1180: Call to a possibly undefined method gotoandplay."
  19. Replies
    8
    Views
    5,172

    Thanks for that. I was confused. Now, how do I...

    Thanks for that. I was confused. Now, how do I get it to gotoandplay a particular frame when a particular key is pressed?
  20. Replies
    8
    Views
    5,172

    Keyboard Events for Right and Left keys

    Here is my code:



    The code for KEY_UP and KEY_DOWN seems to work fine. But, the rest of it returns the error "1119: Access of possibly undefined property Key through a reference with static...
  21. Replies
    2
    Views
    445

    Duplicate function?

    I am using keyboard events in the Actionscript. Frame 1 is a keyframe with the following function:



    Frame 2 is also a keyframe. It has the following function:



    While it's true that...
  22. Replies
    6
    Views
    563

    I will definitely give this a shot. Thanks a lot!

    I will definitely give this a shot. Thanks a lot!
  23. Replies
    6
    Views
    563

    I really appreciate the help. I tried posting...

    I really appreciate the help. I tried posting this in the Flash Newbie section, but no one was able to answer.

    I must admit, I am a newbie. How do I set up an array?
  24. Replies
    1
    Views
    426

    Keyboard events

    When I am writing AS3 for a keyboard event, do I have to use "stage.addEventListener" or can I use "InstanceName.addEventListener"?

    My problem is, I have a drop down menu which is used at...
  25. Replies
    6
    Views
    563

    I have a dataset of about 24 Movie titles. It is...

    I have a dataset of about 24 Movie titles. It is artwork of the DVD cover and the Movie title. When users use their keyboard to select particular letters, the movies that begin with those letters...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center