A Flash Developer Resource Site

Search:

Type: Posts; User: itzsess

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    617

    nevermind, worked it out :D //fireplace...

    nevermind, worked it out :D

    //fireplace
    fireplace = new Sound(fireloopMC);
    fireplace.attachSound("fireplacemp3");
    fireplace.start("", 999);
    //music
    music = new Sound();...
  2. Replies
    6
    Views
    617

    Just one more question mate :P This seems to...

    Just one more question mate :P

    This seems to be effecting all sounds in the flash file. No matter what way i import the other sound objects they also seem to get effected by the coding.

    Ive...
  3. Replies
    6
    Views
    617

    Thanks mate! works perfectly and seems to of...

    Thanks mate! works perfectly and seems to of cleared up the crackles id get as well.

    REALLY appreciate it haha, this has been really bugging me for a while now!
    Im just not that crash hot at...
  4. Replies
    6
    Views
    617

    Yeh no worries fireplace = new Sound();...

    Yeh no worries

    fireplace = new Sound();
    fireplace.attachSound("fireloop");
    fireplace.start("", 9999);


    onClipEvent (enterFrame) {
    pan = _root._xmouse-512;
    _parent.fireplace.setPan(pan);
  5. Replies
    6
    Views
    617

    [F8] Panning sound problems

    Hi guys, would really appreciate some help on this one.

    Basically what im trying to do is pan a sound using _xmouse.

    Now, ive been able to do this fine.. but the problem is that for some reason...
  6. Replies
    2
    Views
    512

    Ah k awesome, thats pretty much all i needed to...

    Ah k awesome, thats pretty much all i needed to know :D. Was just worried about performance if one movie clip was loaded at the same time as another one.
  7. Replies
    2
    Views
    512

    [MX] Real Quick Question

    Hey guys just a short simple questions

    If i have 2 buttons the first with the action
    image.loadMovie(blah.swf)

    and on the 2nd button i have the action
    image.loadMovie(blah2.swf)

    If the...
  8. Ah right.. maybe thats the problem then lol (not...

    Ah right.. maybe thats the problem then lol (not being fully loaded - doi :P) ill try that out lol, because as far as i can tell the codings fine. Unfortunately from the loaded .swf file i cant seem...
  9. ah k, cheers a_modified_dog and silentweed! ...

    ah k, cheers a_modified_dog and silentweed!

    Ill try out those things instead.
  10. [MX] currentframe; does it need to equal something numerical?

    Just wondering if you can do something like this

    if (_root.header._currentframe == "2dgraph")

    or does _currentframe need to equal something numerical?
    ie. if (_root.header._currentframe == 1)...
  11. Cheers mate, that is what im trying to but for...

    Cheers mate, that is what im trying to but for some reason it doesnt seem to be working. Was just wondering if it did actually work or not before trying to thoroughly troubleshoot it since ive never...
  12. [MX] Defining Vars in loaded external flash file

    Hey guys,

    Just wondering if this actually works or not. Im writing some code and it doesnt seem to be working but other codes do work (like gotoAndPlay).

    Sample code:
    _root._level3.header =...
  13. Awesome! thanks mate, ill try that out now :D

    Awesome!

    thanks mate, ill try that out now :D
  14. mmmm thats kind of a problem since the movie is...

    mmmm thats kind of a problem since the movie is going to be full screen (scaled to 100% but without objects in the flash movie scaling).

    Is there a way to have one item in a movie scale (like the...
  15. [MX] Changing Background Colour using Actionscript?

    Hey guys

    Im trying to make a little intro for a flash website. I was wondering if theirs any actionscript that allows me to change the background colour of a flash movie.
  16. Replies
    3
    Views
    648

    Thanks whispers! Thats the second time youve...

    Thanks whispers! Thats the second time youve helped me out haha :P
    Ill try all that out now.

    Thanks again!
  17. Replies
    3
    Views
    648

    Restricting what gets preloaded?

    Hi guys

    I have a question related to completely flash based websites. Im trying to make a portfolio website, and id like to have certain sections of the site loaded only when people want to view...
  18. Replies
    2
    Views
    617

    oh awesome, thanks a lot for replying! Ive...

    oh awesome, thanks a lot for replying!

    Ive never heard of .png files before lol, and never used them. I tried importing .tga files but they were'nt supported.

    Thanks again ill try that now ;)
  19. Replies
    2
    Views
    617

    Image x/y locations changing

    Hi guys.

    Ive run in to a little problem with flash when using images over other images. Im trying to place a cropped part of an image over a non cropped part of exactly the same image. The problem...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center