A Flash Developer Resource Site

Search:

Type: Posts; User: Inflicted

Page 1 of 12 1 2 3 4

Search: Search took 0.16 seconds.

  1. That's cool lukemack! I realy like your...

    That's cool lukemack!

    I realy like your designs(I'm an artist myself, check my website for paintings).

    I think I'll go for the devil Bush shirt,
    although I just pointed you in the right...
  2. Replies
    3
    Views
    402

    These are done in a 3D program like 3d max or...

    These are done in a 3D program like 3d max or cinema 4D. You can't do this in Flash.
    You can however import 3D images in Flash, although it's very CPU intensive.

    Look at my xample:...
  3. Replies
    4
    Views
    399

    A very common mistake: never use _root in an...

    A very common mistake: never use _root in an external movie. Use "_parent" or "this"
    instead. _root refers to the timeline of the main movie:

    up_btn.onRollOver = function() {
    onEnterFrame =...
  4. Replies
    2
    Views
    461

    Welcome 900k FREEEEEEEEEEEEE!!!!!!! ware, is...

    Welcome 900k
    FREEEEEEEEEEEEE!!!!!!! ware, is free!

    hope it helps...
  5. Welcome BaileyBoy, Could you post the fla?

    Welcome BaileyBoy,

    Could you post the fla?
  6. Replies
    4
    Views
    399

    Is this MX2004? I can't open it... Save for MX...

    Is this MX2004?
    I can't open it...
    Save for MX if you want
  7. Replies
    7
    Views
    371

    I advice you not to use scenes. Nobody does....

    I advice you not to use scenes.
    Nobody does. Load externally.
    Here's a tut:
    http://www.kirupa.com/developer/mx/full_site.htm
  8. Replies
    8
    Views
    483

    put blue_mc AND it's script on the main ...

    put blue_mc AND it's script on the main
    timeline.
    If more problems...tomorrow, it's late here.
  9. Replies
    8
    Views
    483

    Can you post the fla, or else the code you have...

    Can you post the fla, or else the code you have now?
  10. Replies
    8
    Views
    483

    Nice one! Any more questions?

    Nice one!
    Any more questions?
  11. Replies
    8
    Views
    483

    Tried your code on both MC and button, but it...

    Tried your code on both MC and button, but it doesn't work!
    onClipEvent means it happens directly when the movie starts. Otherwise you could call it from a button:

    on (release) {
    clip_mc._x...
  12. Replies
    12
    Views
    1,202

    It looks to me your only problem is the size of...

    It looks to me your only problem is the size of your pictures. They should be between 50 and 100 kb and 72 dpi for the most.
    If you have a photo-editing program like Photoshop, this isn't too hard...
  13. Replies
    12
    Views
    1,202

    Have you seen this: flash mx slideshow...

    Have you seen this:
    flash mx slideshow
  14. Replies
    12
    Views
    1,202

    So what is it you need advice on?

    So what is it you need advice on?
  15. Replies
    12
    Views
    1,202

    Is it too big because of the the images? What...

    Is it too big because of the the images?
    What kind of gallery are you working with?

    questions... maybe I can help.
  16. Replies
    9
    Views
    451

    That's the way Wopat55! Find a good code, and...

    That's the way Wopat55!
    Find a good code, and alter it to
    your own needs!!!
    (you've seen my avatar, haven't you?!)

    good luck
  17. Replies
    9
    Views
    451

    That was meant as: I never use... What I always...

    That was meant as: I never use...
    What I always do is load swf's externally.
    But I'll try to make something...
  18. Replies
    9
    Views
    451

    MovieClip.prototype.easeTo = function(tar, tarx,...

    MovieClip.prototype.easeTo = function(tar, tarx, tary) {
    this.onEnterFrame = function() {
    this._xscale += (tar-this._xscale)/5;
    this._yscale = this._xscale;
    this._x +=...
  19. Replies
    9
    Views
    451

    This is a nice example of controlling movement...

    This is a nice example of controlling
    movement with a button:

    MovieClip.prototype.easeTo = function(tar, tarx, tary) {
    this.onEnterFrame = function() {
    this._xscale +=...
  20. Replies
    9
    Views
    451

    Well, you could start here: ...

    Well, you could start here:

    http://www.kirupa.com/developer/mx/ASmovement.htm
  21. Replies
    4
    Views
    350

    Is ook tof! *Is also great!

    Is ook tof!

    *Is also great!
  22. Replies
    4
    Views
    350

    Welcome! ...

    Welcome!

    http://www.actionscript.org/tutorials.shtml
  23. Thread: Transparency

    by Inflicted
    Replies
    2
    Views
    512

    what kind of image do you use? jpg, vector, gif,...

    what kind of image do you use?
    jpg, vector, gif, png?
  24. In an image editor like Photoshop, just make sure...

    In an image editor like Photoshop, just make sure your file is twice as large as you want it to appear.
    I think it has to do with dpi.
  25. Replies
    3
    Views
    371

    Can you post your fla?

    Can you post your fla?
Results 1 to 25 of 296
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center