A Flash Developer Resource Site

Search:

Type: Posts; User: DaRkAvenger121

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,244

    Absolute newbie to Swift 3D

    Hello every1,

    I'm an absolute newbie to swift 3d (using version 3)...

    In the lathe editor, I've drawn two points and connected them with a curved line. I want to draw my third point, but its...
  2. HTML Tags to detect if user has flash?

    Hi,

    is there some sort of HTML code to check if the person viewing the webpage has Flashplayer, and if not forwards them to Macromedia's web site to d/l it?

    Thanks,

    -Avenger
  3. Replies
    3
    Views
    1,150

    I'm another person who's just gotten V3... is...

    I'm another person who's just gotten V3... is there any way to decrease the light intensity of one of the trackball lights?

    -Avenger
  4. Thread: Help!!

    by DaRkAvenger121
    Replies
    5
    Views
    400

    Three Buttons: Code on Buttons to trigger...

    Three Buttons:

    Code on Buttons to trigger Picture Fade Ins.

    Button 1:
    on (release) {
    with (_root.pic1) {
    gotoAndPlay("FadeIn1");
    }
    }
  5. Thread: Help!!

    by DaRkAvenger121
    Replies
    5
    Views
    400

    I replaced all the JPGs with GIFs... and that...

    I replaced all the JPGs with GIFs... and that absolutely slashed the load time...

    BUT... a new problem arose...

    Three buttons w/graphic instances inside them (minatures of the pictures to be...
  6. Thread: Help!!

    by DaRkAvenger121
    Replies
    5
    Views
    400

    Help!!

    Website i've been working on... I gave it a preloader but it still takes over a minute to load... it does have a few pictures.... The FLA file is 15MB and the published SWF/HTML webpage is 4KB......
  7. Replies
    7
    Views
    562

    Its your framerates! They get all funky and...

    Its your framerates! They get all funky and that's whats causing the stuttering. Watch the movie, keeping an eye on your framerate indicator and you'll see what I mean.

    Just for future reference,...
  8. Replies
    3
    Views
    464

    Some tutorial sites: 1. flashkit.com 2....

    Some tutorial sites:

    1. flashkit.com
    2. kirupa.com
    3. actionscript-toolbox.com
    4. actionscript.org
    5. bit-101.com
    6. http://www.macromedia.com/devnet/mx/flash/?promoid=home_dev_fl_082403
    ...
  9. Replies
    4
    Views
    469

    Tutorial sites.

    1. flashkit.com
    2. kirupa.com
    3. actionscript-toolbox.com
    4. actionscript.org
    5. bit-101.com
    6. http://www.macromedia.com/devnet/mx/flash/?promoid=home_dev_fl_082403

    ... just to name a...
  10. Replies
    5
    Views
    404

    This might be a start as to how to tackle the...

    This might be a start as to how to tackle the banner...

    http://www.flashkit.com/tutorials/Interactivity/Navigation/Making_M-Pipey-4/index.php

    All the best,

    -Avenger
  11. Replies
    5
    Views
    404

    I can't help with the banner... sorry. But I...

    I can't help with the banner... sorry.

    But I can help as to that navigation thing.

    K: What you need to do to make a navbar is create several buttons.

    (just in case... refresher..):
    ...
  12. Replies
    5
    Views
    485

    green-guys: can you please repost the files...

    green-guys:

    can you please repost the files in an MX format? I haven't MX 2K4.

    Thanks,

    -Avenger
  13. Replies
    5
    Views
    485

    No luck. Let me try rephrasing it all......

    No luck.

    Let me try rephrasing it all... starting from the beginning.

    There are two scenes. Scene 1 is labeled "about", and scene 2 is labeled "mission". On the second frame of both scenes,...
  14. Is "Render as HTML" checked? Under the properties...

    Is "Render as HTML" checked? Under the properties for the text box? that may be it... I'm not really sure b/c I havent really used LoadVars at all...

    -Avenger
  15. Replies
    5
    Views
    485

    Frustration.........

    Code on frame 2 of scene 1 of movie: stop action.
    code on frame 1 of scene 1 of movie: label: "about"

    button inside movieclip.

    code on button:

    on (release) {
    _root.gotoAndPlay("about");...
  16. Seengee....... . . . ... Knowing that...

    Seengee.......

    .
    .
    .
    ...

    Knowing that in the first place would have made my life like a hundred times easier!!!! But how do I go about it? You can't give static text fields instance names,...
  17. I had this whole site, complete with CSS and...

    I had this whole site, complete with CSS and lists and everything and a lot of complex code... tried redoing it in flash as best I could but found out that flash doesn't like you mixing different...
  18. Loading an HTML page into a defined area in Flash?

    any way to load an html file into a flash movie so that it will display in a defined area (like using a dynamic text field or something as an area where the page will show?) I've got a whole website...
  19. Replies
    2
    Views
    313

    Awesome thanks it worked! More questions... ...

    Awesome thanks it worked!

    More questions...

    any way to load an html file into a flash movie so that it will display in a defined area (like using a dynamic text field or something? (I've got...
  20. Replies
    2
    Views
    313

    More Woes!!!

    I have a button inside of a movieclip. My main movie has two scenes. When this button is clicked it should forward to the next scene, but it doesn't...

    Code on button:

    on (release) {...
  21. Replies
    1
    Views
    413

    Cursor woes....

    Code on a ticker-tape movieclip:

    on (rollOver) {
    tellTarget(_root.tape) {
    stop();
    }
    }

    on (rollOut) {
    tellTarget(_root.tape) {
  22. Replies
    2
    Views
    478

    Use MX's Drawing API. For this, what you'll...

    Use MX's Drawing API.

    For this, what you'll have to create a blank movieclip then code it with the appropriate actions... problem is your picture will have to be pretty simple because to draw a...
  23. Replies
    1
    Views
    415

    Next Question...

    Cant post the needed file...
    too big...

    but anyway... can anyone clarify "listeners" and their usage? or more specifically the tutorial on www.actionscript-toolbox.com about listeners?
  24. Replies
    1
    Views
    415

    2 Questions...

    Question 1: (Question 2 will be another post)

    I've got a movieclip being tweened across the stage, it has the following code on it so that it will draw a line behind it as it goes. It sort of...
  25. Difficult to phrase & explain... read on.

    OK. What I'm trying to do is create a movieclip that mirrors what you would see on an EKG machine... A line that starts out flat then sharply goes up then down then back up then straight.

    What it...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center