A Flash Developer Resource Site

Search:

Type: Posts; User: CoreyC

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    941

    CS3 Layering Problems

    I'm trying to get a animation running but i cant seem to get the layers right, can someone help please.

    I have an attached attempt at it.

    It has a non-working assembly with its intended...
  2. Replies
    13
    Views
    3,108

    How do I set defferent x, y values for the...

    How do I set defferent x, y values for the different swfs?
  3. Replies
    2
    Views
    1,602

    CS3 Great, thanks. It works much better in motion...

    Great, thanks. It works much better in motion tweens, haven't thought of them.
  4. Replies
    2
    Views
    1,602

    CS3 [RESOLVED] Shape Tween Problems

    There are 3 objects I'm using. Its very simple, 2 squares and a long rectangle- they make a teeter-toter with a weight on either end.

    I want 1 square to get bigger- the teeter-toter tilts
    then,...
  5. Replies
    13
    Views
    3,108

    Does anyone have any suggestions?

    Does anyone have any suggestions?
  6. Replies
    13
    Views
    3,108

    My code is very simple, this is all have on the...

    My code is very simple, this is all have on the menu

    import flash.display.Loader;
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import...
  7. Replies
    13
    Views
    3,108

    yea of course, how I attach source? You want the...

    yea of course, how I attach source? You want the menu or an individual swf?
  8. Replies
    13
    Views
    3,108

    It seems to make no difference, previously I had...

    It seems to make no difference, previously I had simply:

    myLoader2.x = -155
    myLoader2.y = -355

    But I guess the problem lies in the individual SWFs.

    My main and SWF1 are aligned with this,...
  9. Replies
    13
    Views
    3,108

    So that makes the swfs load to the x and y of the...

    So that makes the swfs load to the x and y of the main?
  10. Replies
    13
    Views
    3,108

    and that goes in each swf?

    and that goes in each swf?
  11. Replies
    13
    Views
    3,108

    the swf, unless its possible to change the coords...

    the swf, unless its possible to change the coords of all the content at once.
  12. Replies
    13
    Views
    3,108

    Modify X,Y Coordinates of an SWF?

    If a swf loads multiple swfs that each have multiple layers of content, can the X and Y coordinates of them be modified?

    The flies were created at different times so the positioning is different...
  13. Replies
    11
    Views
    2,299

    Found a solution that works. Thanks for your...

    Found a solution that works. Thanks for your help.
    Code if someone was curious how to fix it, is here:

    var myLoader:Loader = new Loader();
    var myLoader2:Loader = new Loader();

    function...
  14. Replies
    11
    Views
    2,299

    Well, no my instances are called something else...

    Well, no my instances are called something else but for privacy reasons they are 1,2..etc. My instances are to the coords specified at the first child, but I need the Sign to be at another coord.
    ...
  15. Replies
    11
    Views
    2,299

    I found the problem, it was script i had...

    I found the problem, it was script i had forgotten about a while back calling an earlier version of the swfs.

    So I've used your advice and it works geat, however, the sign is now in the middle of...
  16. Replies
    11
    Views
    2,299

    So I've done the trace and all my swfs trace fine...

    So I've done the trace and all my swfs trace fine except the first one has this:

    Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

    I'm not sure why because all my swf files...
  17. Replies
    11
    Views
    2,299

    I seem to get this when i use your coding: ...

    I seem to get this when i use your coding:

    Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

    However, it still runs fine behind that error. Im confused.
  18. Replies
    11
    Views
    2,299

    How do I declare myLoader at a larger scope?

    How do I declare myLoader at a larger scope?
  19. Replies
    5
    Views
    839

    Again, running it prompts error access of...

    Again, running it prompts error access of undefined property for both PROGRESS and onProgress.

    Would I need to call them from the library or something?
  20. Replies
    5
    Views
    839

    PROGRESS and onProgress are undefined properties?...

    PROGRESS and onProgress are undefined properties?
    Thats what it gives me when I tried it
  21. Replies
    11
    Views
    2,299

    Im not very good at AS yet but what I have is the...

    Im not very good at AS yet but what I have is the logo script on the first frame of the menu whereas the script for the other loaded SWFs are in the MCs first frame.

    Am I going about this the...
  22. Replies
    5
    Views
    839

    help with loader and preloader class

    I have a loader which loads on a MouseEvent.Click

    It uses this for multiple swfs
    myLoader.load(new URLRequest(event.target.name + ".swf"));

    How can I add a custom preloader to this?
  23. Replies
    11
    Views
    2,299

    [RESOLVED] Multiple Loaders wont overlap?

    I have a menu swf with multiple buttons and an animated logo which is in a loader called myLoader

    These buttons are in an MC which uses this

    function buttonClick(event:MouseEvent):void
    {
    var...
  24. Replies
    7
    Views
    1,747

    CS3 The problem was cuz i had moved some sound files...

    The problem was cuz i had moved some sound files by mistake and tried to put the whole running .exe in another folder called Run.

    Since i had code asking for sound files in the original folder- I...
  25. Replies
    7
    Views
    1,747

    CS3 Nvm, the problem lied in some files that had...

    Nvm, the problem lied in some files that had changed folders.

    The .exe file works great with any computer, a little larger but thats fine.

    Thanks for the help.
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center