A Flash Developer Resource Site

Search:

Type: Posts; User: ^1letser

Page 1 of 19 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    495

    the problem is in this piece of code: ...

    the problem is in this piece of code:
    this.duplicateMovieClip("bullethole"+i,i);
    'this' reffers to the object you place the code on (so in this case the cross). so the code will cope the cross....
  2. Replies
    4
    Views
    495

    make a movie that contains the bullet hole now...

    make a movie that contains the bullet hole
    now place this code on the movie:


    onClipEvent(mouseDown) {
    i++;
    this.duplicateMovieClip("bullethole"+i,i);
    ["bullethole"+i]._x =...
  3. Thread: platform game

    by ^1letser
    Replies
    12
    Views
    1,190

    tested on a P1 200mhz on high quality: 1...

    tested on a P1 200mhz
    on high quality: 1 frame/s
    on low quality: 1,5 frame/s

    mmmm, maybe I need a new pc here :D:D
  4. Replies
    3
    Views
    511

    why don't you try the tutorial section, there are...

    why don't you try the tutorial section, there are many, many, ... tutorials on this subject. also check the movies section.
    Just search for password
    ...
  5. Replies
    1
    Views
    352

    it doesn't work for the desktop, you can only...

    it doesn't work for the desktop, you can only make an swf transparent in a html file.
    check:
    http://www.flashkit.com/tutorials/Interactivity/Making_F-Kirupa_C-176/index.shtml
  6. Replies
    2
    Views
    406

    1. when you publish a movie, the swf doesn't work...

    1. when you publish a movie, the swf doesn't work with layers. So putting up another layer will not affect the size of an swf, it will however effect the size of a fla (not much !)

    2. I don't...
  7. Replies
    1
    Views
    517

    I suggest you go to the games board, because...

    I suggest you go to the games board, because that's where Mad-Sci allways hangs out.
    You can also search the games board for 'gravity' you will probably find something there.
  8. you should try to search in the movies/tutorials:...

    you should try to search in the movies/tutorials:
    http://www.flashkit.com/movies/Scripting/Reverse_-Ajay_Vya-6285/index.shtml...
  9. Replies
    2
    Views
    526

    the messagebox will allways appear, because the...

    the messagebox will allways appear, because the window you try to close wasn't opende from the same website.
    Only when you open a window from your website, you will be able to close it without...
  10. Replies
    1
    Views
    436

    Hi, I just made a little fla for someone that...

    Hi, I just made a little fla for someone that asked me a similar question.
    I've just send you this fla, hope it is helpfull.
  11. Replies
    3
    Views
    456

    you can use this program...

    you can use this program
    http://screenweaver.com/index.htm
  12. Replies
    4
    Views
    528

    can you post you email here

    can you post you email here
  13. Thread: _visible

    by ^1letser
    Replies
    10
    Views
    675

    Hi, :eek: I'm sorry I made a dot-mistake :o ...

    Hi,
    :eek: I'm sorry I made a dot-mistake :o


    for (i=2; i<=numMeteorer; i++) {
    ["meteor"+i].removeMovieClip();
    }
    |
    forgot this dot
  14. Replies
    4
    Views
    528

    Hi, I made al little testfile to solve your...

    Hi, I made al little testfile to solve your problem.
    I can post it to you if you want, but here is the code already:


    firs of all here is a little picture of the slidebar
    ...
  15. Thread: _visible

    by ^1letser
    Replies
    10
    Views
    675

    you forgot some a little bit of code. with your...

    you forgot some a little bit of code.
    with your code:


    for (i=2; i<=numMeteorer; i++) {
    meteor.removeMovieClip();
    }

    you will only remove the movieclip named meteor
    the movieclips you...
  16. Replies
    3
    Views
    590

    when you use .getMonth(); you will receive a...

    when you use .getMonth(); you will receive a number.
    0 = january
    1 = february
    2 = march
    3 = april

    you have put the wrong numbers in you if-statements.
    this code should do the trick
  17. Replies
    2
    Views
    444

    Don't know if you can do this, but I think not....

    Don't know if you can do this, but I think not.
    The way I do it, is just to place everything on the timeline into one big movie and then duplicate that movie to a very high level(=depth) (eg. like...
  18. Replies
    2
    Views
    418

    I think you need to set the if statements like...

    I think you need to set the if statements like this
    (_root.Forumlist.Forums._currentframe == 34)
  19. Thread: _visible

    by ^1letser
    Replies
    10
    Views
    675

    on frame 3 you should make another loop that will...

    on frame 3 you should make another loop that will remove all meteorers. it should look something like this:


    for (i=2; i<=numMeteorer; i++) {
    ["meteor"+i]removeMovieClip();
    }
  20. Replies
    1
    Views
    337

    you don't need the 'this' onClipEvent...

    you don't need the 'this'


    onClipEvent (enterFrame) {
    if (hitTest(_root.mchit)) {
    setProperty ("_root.mcblue", _alpha, "100");
    } else {
    setProperty ("_root.mcblue",...
  21. Thread: Frustration!

    by ^1letser
    Replies
    3
    Views
    582

    ah oké, you can do that like this (I think) ...

    ah oké, you can do that like this (I think)

    place this function on a movieclip (say _root.control)



    function changeScale (name) {

    // Set the target
    target = name.target;
  22. Replies
    3
    Views
    900

    they are only used on a movie clip. new in Flash...

    they are only used on a movie clip. new in Flash 5, you can add actions to a movieclip without working with frames.

    so before when you had a MC that had to do an action an repeat it over and over...
  23. maybe the authors just said it is a f4 file but...

    maybe the authors just said it is a f4 file but in fact it's a f5 file. Maybe they overlooked it ...
    I saw files that had this problem.
  24. Replies
    3
    Views
    603

    go in the button edit mode and click on the over...

    go in the button edit mode and click on the over frame (where you added the sound)
    go to the sound panel, there you see a 'loops' box, if you fill in something like 99999, the sound will loops 99999...
  25. Replies
    4
    Views
    601

    sorry, my mistake. it should be _root

    sorry, my mistake.
    it should be _root
Results 1 to 25 of 473
Page 1 of 19 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center