A Flash Developer Resource Site

Search:

Type: Posts; User: in4mation

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    306

    SWF transitions help plz

    so I followed the tutorial at kirupa.com - here - and I wound up short. The main.swf loads which ever button i click on first, but when I press another... it reloads the same swf that was first...
  2. Replies
    21
    Views
    2,252

    ive been breaking for over 7 yrs, and still...

    ive been breaking for over 7 yrs, and still practices every other day.... cant take the bboy outta me!!!


    I also remember that vector game we had in the section... haha. funny stuff...

    btw;...
  3. Replies
    7
    Views
    396

    how would I use a preloader in my main movie, to...

    how would I use a preloader in my main movie, to preload external .swfs

    do I have to put a preloader in each .swf...

    thanks for your help OldNewbie.
  4. Replies
    7
    Views
    396

    ok ive attached it to my server instead... kinda...

    ok ive attached it to my server instead... kinda big for FK.
  5. Replies
    7
    Views
    396

    shoots brah =) first frame. bytes_loaded...

    shoots brah =)

    first frame.


    bytes_loaded = Math.round(this.getBytesLoaded());
    bytes_total = Math.round(this.getBytesTotal());
    getPercent = bytes_loaded/bytes_total;
    this.loadBar._width =...
  6. Replies
    7
    Views
    396

    quick preloader question

    a simple preloader, although it loads it properly, the preloader bar doesnt reach the end of the border.

    Im jus wondering what could be the reason for this not functioning correctly. Ive looked...
  7. on the button... on (press) {...

    on the button...



    on (press) {
    _root.navMC.gotoAndPlay(1);
    }
  8. Replies
    1
    Views
    373

    im thinking its movie clips. on a button...

    im thinking its movie clips.

    on a button press, tell movieclip to do this.
    jus my quick guess... but I wouldnt mind learning a quicker way of achieving this effect... =)
  9. Replies
    9
    Views
    472

    well i got it to move, and resize... but the .jpg...

    well i got it to move, and resize... but the .jpg is not loading inside the frameMC...

    also the loadedText does not disappear.
  10. Replies
    9
    Views
    472

    ok so I looked through mostly all the threads and...

    ok so I looked through mostly all the threads and still came across a problem...

    when I test my movie the registration point of the MC`s seem to go a little off...

    can someone take alook and...
  11. Replies
    9
    Views
    472

    hey thanks pellepiano... exactly what I was...

    hey thanks pellepiano... exactly what I was looking for...

    what did you search under... i tried resizing,elastic and easing... none brought up those threads

    unless im blind or something.


    ...
  12. Replies
    9
    Views
    472

    I would like the movieclip named `box` to resize...

    I would like the movieclip named `box` to resize to the .JPG`s size, then if the user clicks on another button, it resizes the box from its current size, to the new .JPG`s size

    Im going to have...
  13. Thread: Image Holder

    by in4mation
    Replies
    5
    Views
    553

    heres...

    heres...
  14. Replies
    9
    Views
    472

    help please - MC & JPGS

    whats up, I was curious as to if someone could help me with a simple problem...

    I have a MC on my main stage with a instance name of `box` ... and in the MC I have made a simple box, maybe 10 x 10...
  15. Replies
    3
    Views
    406

    hmm... could he put a seperate .swf with...

    hmm...

    could he put a seperate .swf with audio, playing at 12 fps or anything lesser than 20 fps, and call that .swf so it will run smoothly... or am I jus in the wrong mindstate...
  16. Thread: Image Holder

    by in4mation
    Replies
    5
    Views
    553

    works perfectly fine for me... thanks. =)

    works perfectly fine for me... thanks. =)
  17. Replies
    3
    Views
    425

    bump, anyone...

    bump, anyone...
  18. Replies
    3
    Views
    425

    xpos and ypos coordinates... help.

    how do I find the xpos and ypos, so that I can have a movieclip ease into place... Im confused on how everyone goes about finding the positions... jus havent touched flash in a few years.

    help....
  19. Replies
    5
    Views
    412

    help plz.

    help plz.
  20. Replies
    5
    Views
    412

    thanks but that one is a little hard to...

    thanks but that one is a little hard to understand... :(



    mousex = getProperty("/inv", _x);
    mousey = getProperty("/inv", _y);
    yangle = int(/:yangle);
    xangle = int(/:xangle);
    cube_w =...
  21. Replies
    5
    Views
    412

    how do i achieve this effect

    this
  22. Replies
    5
    Views
    495

    ive tried looking at this...

    ive tried looking at

    this one, but it doesnt really explain how they use the code... im lost in physics!
  23. Replies
    5
    Views
    495

    thanks toby,and oldnewbie, i tried searching in...

    thanks toby,and oldnewbie, i tried searching in the tutorials first, guess I was browsing the wrong section.
  24. Replies
    5
    Views
    495

    Bounce effect

    I have a simple box, Ive shrunken it before the movie loads, that when loaded, it maximizes the box to its original size... im trying to give it that bounce effect so when it maximizes it looks...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center