A Flash Developer Resource Site

Search:

Type: Posts; User: MattMan

Page 1 of 11 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    361

    wierd stuff with _alpha...

    hey all,
    say, howcome when i set an onEnterFrame function that takes 1 off the _alpha, it's not going down in natural numbers (100, 99, 98 and so on) but in flowting numbers (99.123, 98.123)
    mmm......
  2. Replies
    3
    Views
    373

    thanx!

    thanx!
  3. Replies
    3
    Views
    373

    Is there a limit to the Frame number?

    well, is there? I mean is it possiblethat flash will not show frames from frame 50,005 or somethinf like that?
    thanx people.
  4. Replies
    1
    Views
    427

    Menu and submenu

    Hey all,
    I'm trying to make amenu that opens up with an "onRollOver" event-handler, and will close with an "onRollOut" - meaning, once the mouse is on the MC it will open and once it has left it,...
  5. Replies
    1
    Views
    297

    onEnterFrame overloading the player?

    Hey all,
    Is it true to believe that puting many functions withing a onEnterFrame event handler will slow down the player proformence? if so, how many functions are "enough"?
    thanx in advance
    Matti
  6. Replies
    1
    Views
    500

    closing the player window via AS

    is there a way to close the flash player window (notice! not a browser windo in which the movie is in) via a command in action script?
    and if there is, how is it done?
    thanx.
  7. no not at all...

    i think what you tried to do with FSCommand was the basic idea. but you want NETSCAPE to give you their support? forget it... alothough Netscape have invented what we call JavaScript, they long ago...
  8. well...

    if you have flash MX there is a simple way without using FSCommand.
    have you?
  9. Replies
    3
    Views
    481

    well... first things first.

    can you post your code here, or tell me the kind of loop (or event handler) that you are using in order to move the MC?
    good... thatwill give me a hint of how to approch this.
    bye
  10. Replies
    3
    Views
    481

    with a simple "if" condition

    just put an "if" condition that checks if the MC has reached the _x you want it to, and when it does reset xStep and yStep to zero (0).
    i guess you are using a loop to keep the MC moving, so the...
  11. Replies
    2
    Views
    476

    well... one way of doing that:

    ok...
    first make an input text field OUTSIDE the boundries of your stage on flash.
    give it a variable name - say, "egg".
    second phase, make a function that test that text field on the press of...
  12. Replies
    3
    Views
    466

    try this...

    in the code

    onClipEvent (enterFrame) {
    if (Key.isDown(115)) {
    this._x -= speed;
    }
    if (Key.isDown(Key.Down)) {
    this._x += speed;
    }
    }
  13. Replies
    0
    Views
    362

    sounds problem on flash... please!

    i am having a problem with imported sound files in flash (5)
    the thing is, when i am using .wav files, either it comes out slow than the original sound or faster.
    i tried messing around with the...
  14. Replies
    4
    Views
    455

    thx

    thx guys...
    i am looking for mainly interface sounds.
    thank you.
  15. Replies
    2
    Views
    579

    have you tries it before?

    i mean, for all i know, ASP pages are not like text files, and when i wanted to transfer data from it to flash i needed to use Response.Write "" of VBScript.
    so, have it worked for you before in...
  16. Replies
    3
    Views
    496

    I'm not sure i got it right, but...

    it all depends on where you textField is on the timeline (_root, or sub MC), but anyhow, what you need to do is to tell flash to go to the frame lable which is the samwe as your "object".
    let's say...
  17. Replies
    4
    Views
    455

    sound effects...

    hey all,
    does someone know about a good place on the net to get free sound effects other than here?
    any site will be appriciated.
    thx!
  18. Replies
    8
    Views
    573

    ok... pretty simple

    instead of writing:
    name._y = y; // which gives you nothing.

    try writing this:
    _root[name]._y = y;

    that of course if the MC resides on the _root timeLine

    you can also try:
    this[name]._y...
  19. Replies
    2
    Views
    447

    hey...

    look, leave the preloader animation to do it's own and don't try to control the movie from it. the progress animation is one thing and the movie play control is another.
    the thing is, i think that...
  20. Thread: sound problem

    by MattMan
    Replies
    2
    Views
    600

    well...

    i have tried that, with no luck...
    any other ideas?
  21. Thread: sound problem

    by MattMan
    Replies
    2
    Views
    600

    sound problem

    hey all,
    i have a problem with .wav sound files. they sound perfect when played outside flash, but once i import them in a movie they seem to play slower.
    any ideas why does it do that? i tried...
  22. Replies
    2
    Views
    411

    thx!

    yeah - great script you made here, but i found the solution. i needed something more simple than that, and i think you miss understood me... nevermind, great way you worked out.
    thx again.
  23. Replies
    2
    Views
    411

    random() question...

    hi all,
    does anyone know if there's a way to create a random number between -5 and 5 (for the sake of the matter). i mean from a negetive number to a positive one.
    thx.
  24. Thread: frame label

    by MattMan
    Replies
    2
    Views
    460

    come on...

    stand on a key frame, open the "frame" panel, you'll find a "name" text field. fill it and press enter.
  25. two ways..

    one, do it via javascript (window.open...), this method has many parameters that control the way the new window appears. but in that way you will still have the MS ****y frame.
    the other way is...
Results 1 to 25 of 260
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center