A Flash Developer Resource Site

Search:

Type: Posts; User: jitspoe

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    749

    Convert to symbol keeping layers

    I constructed something using a number of layers, and I want to convert it to a movie clip while keeping all the layers in tact. If I select everything and hit F8, it flattens all the layers. Is...
  2. Replies
    10
    Views
    723

    "Anything above 20,000kHz cannot be heard by...

    "Anything above 20,000kHz cannot be heard by humans" *giggle* I wouldn't think so.

    Anyway, this is a sound clip I downloaded, so there's no way I can re-record it. I still don't understand why it...
  3. Replies
    4
    Views
    517

    Do you have the check in the fist frame of the...

    Do you have the check in the fist frame of the preloader? Also, since you say it does it in Netscape -- do you have the latest flash plugin for Netscape? You might be running different versions. ...
  4. With actionscripts, you should be able to just...

    With actionscripts, you should be able to just use TellTarget to make the clips play() or stop().
  5. Thread: bACKEND

    by jitspoe
    Replies
    2
    Views
    529

    The database commands depend on what kind of...

    The database commands depend on what kind of database you are using (ie mysql). As for Flash; I don't think it has direct database support so you'd have to have some kind of script (ASP, perl, or...
  6. Replies
    10
    Views
    723

    Ok, I changed the settings on the sounds...

    Ok, I changed the settings on the sounds themselves and it made no difference whatsoever (I tried exporting with and without the override settings checked). I changed the streaming quality in the...
  7. Replies
    1
    Views
    445

    http://perldoc.com/ That should help out...

    http://perldoc.com/

    That should help out some...

    Basically:
    open(FILE,">yourfilename.txt");
    print FILE "your data";

    Or if you want to append stuff:
    open(FILE,">>yourfile.txt");
  8. Replies
    10
    Views
    723

    Is it possible to make it just use the encoding...

    Is it possible to make it just use the encoding that is currently used for the imported MP3 and not have to reencode the sound? If not, "fast, medium, and best" aren't very informative. Could...
  9. Thread: Netscape vs IE

    by jitspoe
    Replies
    2
    Views
    521

    It looks like your flash content is designed for...

    It looks like your flash content is designed for flash5. You might have Flash4 installed for Netscape. Try upgrading and see if that helps.
  10. Thread: The G4 girl!

    by jitspoe
    Replies
    75
    Views
    4,009

    Would YOU be happy with a large plastic thing...

    Would YOU be happy with a large plastic thing wrapped around your crotch?! ;)

    (even though it's obviously edited -- ususally you can see flesh through transparent surfaces)
  11. Replies
    5
    Views
    454

    Doesn't need to be animated...

    I just want to shape it like that. I know you can bend lines and stuff, but can you bend a complex shape?
  12. Replies
    5
    Views
    454

    I'm making a circular menu, and I wanna bend the...

    I'm making a circular menu, and I wanna bend the text to fit the curvature of the circle... is there any easy way to do this? I can break it up if need be. It just looks really strange when the...
  13. Replies
    2
    Views
    379

    This helped greatly, thanks.

    This helped greatly, thanks.
  14. Replies
    2
    Views
    379

    I just want to move all of my objects/vector art...

    I just want to move all of my objects/vector art over to the right a bit... in every frame in the whole movie. Is there a way to do this? It just moves everything in the current frame when I select...
  15. Replies
    2
    Views
    427

    Yeah, that's basically what I was thinking. It...

    Yeah, that's basically what I was thinking. It makes it kinda limited, though. Oh well, better than nothing. Thanks.
  16. Replies
    2
    Views
    427

    I was wondering if it was possible to do...

    I was wondering if it was possible to do something like make text load like hypertext. What I want to do is have a flash program that reads news updates from a CGI program and I was wondering if...
  17. Replies
    11
    Views
    698

    hehe

    yeah, if I used 2 images it would be easy :) You would really think flash would have a saturation control - it has everything else...
  18. Replies
    11
    Views
    698

    no grey tint :(

    the problem is, though, there is no grey tint... you can only tint with RGB - if you bring them all up about halfway, you just get a washed out looking image :\
  19. Replies
    11
    Views
    698

    I meant fading as in an animation, like it starts...

    I meant fading as in an animation, like it starts out entirely greyscale, then the whole thing fades to color (for like a mouseover effect)
  20. Replies
    11
    Views
    698

    here's something I wanted to do. It seemed...

    here's something I wanted to do. It seemed relatively simple, but I don't know if it's possible. I just wanted to fade a simple bitmap from greyscale to color. When I started messing with the...
  21. Replies
    12
    Views
    1,643

    Glad I could strike up a conversation ;) Just so...

    Glad I could strike up a conversation ;) Just so you know, I have a single block that gets cloned many times in the script, so that makes coding anything in the blocks pretty easy. I had some of...
  22. Replies
    12
    Views
    1,643

    Hey... say I were to make something like a...

    Hey... say I were to make something like a breakout game where I'd need to detect when a ball or something hit a block. Would it be more efficient to script it so that every frame, the ball checks...
  23. I've been working on a windowed environment for...

    I've been working on a windowed environment for several days now. It's pretty cool and I've gotten almost everything working the way I want it to. It's entirely dynamic and loads a movie into the...
  24. That sucks :(

    You would think you'd be able to... that really puts a damper on what I'm trying to do. I guess I'll give your idea a shot - scale what's underneath the masking layer down, and scale the whole thing...
  25. I'm trying to scale a movie clip in a mask layer...

    I'm trying to scale a movie clip in a mask layer through action script. The movie clip scales - I can tell if I have it a normal layer, but when it's a mask layer, it doesn't appear to make any...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center