A Flash Developer Resource Site

Search:

Type: Posts; User: ogaac

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    3,378

    Thank you gentlemen, you've been very helpful :)

    Thank you gentlemen, you've been very helpful :)
  2. Replies
    5
    Views
    3,378

    Preloader for Mobile Games?

    Do you need a preloader if you are developing a flash game for iOS/Android? I ask because since they download the game to their phone, they should have all the assets right?

    If you do need a...
  3. Replies
    1
    Views
    930

    I still haven't solved this issue, if anyone...

    I still haven't solved this issue, if anyone could help I'd greatly appreciate it.

    Here's a link to a zip file of the project, if you think it would help.

    Thank you kindly,

    Ogaac
  4. Replies
    1
    Views
    930

    AS3 + XML Scrolling Gallery Problem

    I am trying to create what is essentially a gallery with XML. I have a working, sliding scrollbar with all the images I need in it. When and image is clicked, I want the 'profile' of the image to...
  5. Replies
    8
    Views
    2,012

    Ok so my Y value on the text fields threw off the...

    Ok so my Y value on the text fields threw off the whole thing. I think I'm going in the right direction now, embarrassed as I am not noticing it before.

    If you have any comments I'd still love to...
  6. Replies
    8
    Views
    2,012

    Sorry, I should have specified that before hand....

    Sorry, I should have specified that before hand. Here's a CS4 version.

    Interestingly enough, every 4th or 5th image in the file I'm giving you has text, still trying to figure out why. I'll keep...
  7. Replies
    8
    Views
    2,012

    I took out a bunch of pictures you wouldn't need...

    I took out a bunch of pictures you wouldn't need to make the file size smaller, thanks for taking a look.

    http://kyleaho.com/ManagementTest.zip
  8. Replies
    8
    Views
    2,012

    But I get the same message when I try to add it...

    But I get the same message when I try to add it to thisThumb.

    Here's my new code:

    for (var item:uint = 0; item < imageList.length(); item++ )
    {
    ...
  9. Replies
    8
    Views
    2,012

    Ok I think I'm on the right track, but I'm...

    Ok I think I'm on the right track, but I'm getting an error message I don't know how to fix. Here's my code:

    for (var item:uint = 0; item < imageList.length(); item++ )
    { ...
  10. Replies
    8
    Views
    2,012

    Parse Text and Images In XML Question

    I'm still trying to wrap my head around XML and am having trouble getting images and text from the XML file into my Flash document.

    Here is an example of my XML:

    <?xml version="1.0"...
  11. Replies
    0
    Views
    962

    AS3: Parse Text and Images In XML Question

    I'm still trying to wrap my head around XML and am having trouble getting images and text from the XML file into my Flash document.

    Here is an example of my XML:

    <?xml version="1.0"...
  12. Replies
    1
    Views
    654

    Someone else correct me if I'm wrong, but making...

    Someone else correct me if I'm wrong, but making things 3D in Photoshop isn't actually making them 3D. You create a 3D image, which is then rasterized and flattened. It's not like a 3D mesh you could...
  13. Replies
    3
    Views
    916

    Flash5 F5 inserts a new frame, I think you have to...

    F5 inserts a new frame, I think you have to manually set up a hotkey for keyframes. I just right-click>add keyframe personally.
  14. I just read yesterday that Flash will have 3D...

    I just read yesterday that Flash will have 3D rendering sometime next year.

    http://labs.adobe.com/technologies/flash/molehill/

    Master AS3 now so you're ahead of the curve.
  15. Replies
    3
    Views
    916

    Flash5 You can move between frames by pressing the ','...

    You can move between frames by pressing the ',' (comma) and '.' (period) keys. With onion skinning turned on, go to the next frame and you should see the first frame faded out, allowing you to draw...
  16. There are a lot of programs you could use. Some...

    There are a lot of programs you could use. Some of the most popular (and expensive) are probably Autodesk Maya, Adobe 3D Studios Max and Zbrush for the animations, Finalcut Pro, Adobe Premier Pro and...
  17. Replies
    6
    Views
    905

    Oh I see, thanks, works perfectly!

    Oh I see, thanks, works perfectly!
  18. Replies
    6
    Views
    905

    The movieclip being used as a mask is called...

    The movieclip being used as a mask is called scrollerMask. The linkage is ScrollerMask.

    When I change the code to:

    scrollerMask = new ScrollerMask();
    scrollerMask.x = 50;
    ...
  19. Replies
    6
    Views
    905

    [RESOLVED] How to Mask in AS3?

    How do I make a mask with AS3? I've tried this:

    scrollerMask = new ScrollerMask();
    scrollerMask.x = 50;
    scrollerMask.y = 57;
    addChild(scrollerMask);
    ...
  20. Replies
    1
    Views
    583

    Ok, I got it working more or less correctly. My...

    Ok, I got it working more or less correctly. My code, if you're wondering, it thus:

    function overScrollerItem(e:MouseEvent):void
    {
    Tweener.addTween(e.currentTarget, {...
  21. Replies
    1
    Views
    583

    XML Scrolling Images Quirk

    So I have a vertical scrolling list of images from an XML file on the stage. On the rollover state I want the images to expand a little and on rollout I want them to be their normal size.

    This...
  22. I'll give those a go, thanks!

    I'll give those a go, thanks!
  23. Using one object to highlight multiple objects?

    So I'm making a scrolling list of objects, and I want each to have an over state. Normally I'd make a separate frame for each over state, highlighting the respective object.

    This list, however,...
  24. Replies
    10
    Views
    1,443

    I figured it out, for those interested here's my...

    I figured it out, for those interested here's my code:

    package {

    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    import flash.text.TextField;
    import...
  25. Replies
    2
    Views
    933

    That's pretty advanced for a beginner in Flash. I...

    That's pretty advanced for a beginner in Flash. I don't think you would need AS but it would make your life easier. To achieve that effect you'd need to tween all three axes (X, Y and Z) on multiple...
Results 1 to 25 of 61
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center