A Flash Developer Resource Site

Search:

Type: Posts; User: theone27

Search: Search took 0.02 seconds.

  1. cool. Thanks for the help, Im an AS newbie, but I...

    cool. Thanks for the help, Im an AS newbie, but I have taken a C++ class so I have a basic OOP understanding. Its going to take me a lot more time then it should for this class, but that is learning....
  2. That is how I was thinking about doing it. Using...

    That is how I was thinking about doing it. Using something like

    stop();
    var _mcl:MovieClipLoader = new MovieClipLoader();
    var _listener:Object = new Object();
    _listener.onLoadInit =...
  3. What is the best way to develop an application with many 'screens'?

    Hello All -

    I am a new eLearning developer for my company. It is my job to design and develop online training programs. What I am trying to determine is what is the best way to develop an...
  4. Ok, I got it now. I do not need to put the parent...

    Ok, I got it now. I do not need to put the parent name in there since that is what the parent statement is doing. I got it to work now. Thanks for your help... O the life of a noob
  5. If I understood you correctly, my code would look...

    If I understood you correctly, my code would look like this...


    MovieClip(parent).slide1_root.gotoAndPlay(4);


    with slide1_root being the parent movie clip...

    IT works so far as I no...
  6. I beleive it should play automatically, but since...

    I beleive it should play automatically, but since you posted...I would assume its not.

    say the clip is named, mClip

    at the frame you want it to play use this AS.

    mClip.Play();
  7. [RESOLVED] Accessing Parent Movie Clip from Child Movie Clip

    Hello All,

    I have a Movie clip nested inside another one (Named Parent and Child). I can of course easily access the child clip from the parent clip using dot syntax.

    I am trying to figure out...
  8. Replies
    12
    Views
    954

    The logic behind it would be... When mouse is...

    The logic behind it would be...

    When mouse is depressed {

    Declare var counter = 0
    While counter <1000
    scoll down or up

    the length should cover for as long as it would take to scroll the...
  9. Replies
    12
    Views
    954

    It seems to me that you could use a loop to keep...

    It seems to me that you could use a loop to keep repeating the scroll up or down command untill the mouse is released.
  10. Replies
    8
    Views
    771

    Ok, I think I may know the problem...because I am...

    Ok, I think I may know the problem...because I am new to flash I have been using seperate actionscript for each new slide. This is causing me to redefine variables each time I load the new slide.
    ...
  11. Replies
    8
    Views
    771

    Ok... Basically, Slide 1 runs, it is text based...

    Ok... Basically, Slide 1 runs, it is text based like a pwoerpoint slide, at the end of slide one there is a proceed button. I want this button to load the next slide/.swf file (slide_2).

    The...
  12. Replies
    12
    Views
    9,398

    hmm, I do not know. Maybe they moved the posting...

    hmm, I do not know. Maybe they moved the posting requirement up...
  13. Replies
    12
    Views
    9,398

    haha. Congratulations. At the rate I am going, it...

    haha. Congratulations. At the rate I am going, it won't be long for me either
  14. Replies
    8
    Views
    771

    Alls this ends up doing is unloading the slide I...

    Alls this ends up doing is unloading the slide I just loaded. I need to unload the previous slide. So if slide_1 loads slide_2 using the .unload() method. I need to unload slide 1. The first slide...
  15. Replies
    12
    Views
    9,398

    Ok - that seems to work out well. Thanks for the...

    Ok - that seems to work out well. Thanks for the help
  16. Replies
    8
    Views
    771

    Well, that would make it easier I suppose. I...

    Well, that would make it easier I suppose.

    I am very new to Actionscript, so I am having trouble learning how to do different things in it. I took a class in C++ so I have a basic OOP framework...
  17. Replies
    12
    Views
    9,398

    That is what I was afraid of. I was hoping there...

    That is what I was afraid of. I was hoping there was some way to use an autoformat of sorts...for once I wish something was a little like Word.

    Thanks for the help
  18. Replies
    8
    Views
    771

    Trouble using removeChildAt

    I am using the following actionscipt to load a external swf file. I want to clear the content from the previous swf. I am trying to use removeChildAt() to accomplish this, but it is not working...
  19. Replies
    12
    Views
    9,398

    [RESOLVED] Bullet Points In Flash

    Im trying to create a text field with bullet points, the text editor in Flash apparently does not have a bullet point style set up. How would I create a bullet point list? thanks
  20. ok, I think I got it, Thanks

    ok, I think I got it, Thanks
  21. [RESOLVED] Way to call external swf files and specifc frame number

    I am calling an external swf file, but I would like to call a specifc frame number in that file. I have looked through the Adboe help file but could not find information on how to do this, I am sure...
  22. got it! Thanks alot

    got it! Thanks alot
  23. So I would only use the addChild(loader); for the...

    So I would only use the addChild(loader); for the first movie that I loaded then?
  24. [RESOLVED] Clearing Content after Loading External SWF

    I am using the newURLRequest to load an external swf. The problem I am running into is that is leaves the content from the previous SWF on the screen, this is slowing the player down after a couple...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center