A Flash Developer Resource Site

Search:

Type: Posts; User: goodnightall

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Just a gentle bump... It seems that not many...

    Just a gentle bump...

    It seems that not many have actually looked into this issue, isn't it? Until now, the problem remains unsolved and the total number of sound fx is still, as I believe, much...
  2. Replies
    13
    Views
    1,634

    Althrough I knew nothing on this thread, please...

    Althrough I knew nothing on this thread, please note that as this is an international forum, it's quite possible that when you have just started sleeping on the opposite side of the earth someone...
  3. Replies
    18
    Views
    884

    How about changing the shape of the paddle:for...

    How about changing the shape of the paddle:for example semilunar shape?
  4. Replies
    2
    Views
    523

    Thanks!I don't know before [](array is it?) can...

    Thanks!I don't know before [](array is it?) can be used in such way...
    BTW,I'm still using flash5,so I hope this worked.
  5. Replies
    2
    Views
    523

    massive tell target problem

    Merry X'mas.I faced problem when I try to do a massive tell target:
    I've 30 same movieclips,named from 111 to 444(123,124,131,132...),and I want to tell all these 30 movieclips to goto frame 2 and...
  6. Replies
    9
    Views
    413

    I guess you may want to head over to "help-Sounds...

    I guess you may want to head over to "help-Sounds and Music" forum for more expert people.Also check that tutorial I gave you last time-I'm quite sure it's a complent guide for using sound and music...
  7. Replies
    9
    Views
    413

    Huh,since I don't have flashMX,I'll try my luck...

    Huh,since I don't have flashMX,I'll try my luck here.
    mySound = new Sound();
    function loop () {
    mySound.loadSound("http://newmix.mp3", true);
    mySound.onSoundComplete = loop();
    }
    Just use loop...
  8. Replies
    29
    Views
    1,095

    I suggest a "small region" left for going back-...

    I suggest a "small region" left for going back-
    A small "return" button was on the top right of the screen,but it will disappear if the mouse havn't been moved for some time-but once the mouse move...
  9. Replies
    29
    Views
    1,095

    In order to explain things clearly,I think a...

    In order to explain things clearly,I think a picture would say thousand words.So here it is.
  10. Replies
    29
    Views
    1,095

    Your attachment only make it full screen,but the...

    Your attachment only make it full screen,but the width and height of the loaded movie still didn't change...
    And I base this guess by seeing this in his script:
    on(release){
    ...
  11. Replies
    29
    Views
    1,095

    Let say the width of movie2 is 100 and its height...

    Let say the width of movie2 is 100 and its height is also 100.If we load it direct into the main movie its size will only be 100*100.But I want to make its height the same as the whole screen and the...
  12. Replies
    29
    Views
    1,095

    No,that isn't exactly what he wants,I guess. let...

    No,that isn't exactly what he wants,I guess.
    let say you loaded movie2,when the 4th button is clicked,the movie2.swf should extend to the whole screen and the word on it should be larger,but now it...
  13. Replies
    29
    Views
    1,095

    Huh,I've no idea other than on(release){ ...

    Huh,I've no idea other than
    on(release){
    _root.TARGET._height=_root._height;
    _root.TARGET._width=_root._width;
    _root.TARGET._x=_root._x;
    _root.TARGET._y=_root._y;
    }
    But it didn't work....
  14. Replies
    3
    Views
    362

    Two choices: 1)Have a keyframe at the start(of...

    Two choices:
    1)Have a keyframe at the start(of the animation),a keyframe at the end(of the animation),and another starting from the second to the "second last" frame.For the first and the last...
  15. Replies
    29
    Views
    1,095

    Re: thanx for ur kind reply but

    May you save it in flash5(When saving choose flash5 right under the file name field)?Then I could try out.Or may you explain better?I totally NOT understand.
  16. Replies
    1
    Views
    303

    I don't have flashMX,but I can't find any at...

    I don't have flashMX,but I can't find any at flash5.The only alternative I can find is Alt then W then [the number of that movie]
    Eg:if you want to switch to the thrid movie you've opened-Alt then W...
  17. Replies
    17
    Views
    682

    I've seem website with full window,may be you can...

    I've seem website with full window,may be you can go and try to "read" the source code.
    http://www2.warnerbros.com/web/cartoon/home.jsp
    Just choose any cartoon to play-then at the bar below click...
  18. Replies
    17
    Views
    682

    On(release){ getURL([the link to that...

    On(release){
    getURL([the link to that file],_blank);
    }
    ;)
  19. I guess you need to export that swf file as exe...

    I guess you need to export that swf file as exe projector.
    On(release){
    fscommand(exec,[path to that exe file])
    }
  20. Replies
    1
    Views
    346

    I guess asking this in game help section will get...

    I guess asking this in game help section will get better(and faster) help
  21. Thread: buttons

    by goodnightall
    Replies
    5
    Views
    643

    Then send it to my email...

    Then send it to my email
    good_night_everyboby<r>@hotmail.com
    (Remove <r> ,you know )
  22. Thread: buttons

    by goodnightall
    Replies
    5
    Views
    643

    Yeah.Post it.I've reply to your old post...

    Yeah.Post it.I've reply to your old post regarding this.And again,post your fla as there is so many possible answer.
  23. Resolved

    In general case,
    javascript:DoInstantMessage('theemailaddress@someserver.com','username')
    will pop a window asking if you want to add that people as buddies.Then it will ask if you want to send a...
  24. Replies
    17
    Views
    686

    I did it!...

    I did it!
    http://www.stmc.edu.hk/~011080/Color2.swf
  25. Replies
    17
    Views
    686

    I mean I don't understand how those variable...

    I mean I don't understand how those variable (ra,rb,ga,gb,ba,bb,aa,ab)
    effect the color
    I'll do it now
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center