A Flash Developer Resource Site

Search:

Type: Posts; User: Blom

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    604

    I found the problem. The variable _name is a...

    I found the problem. The variable _name is a reserved variable that changes the MCs name. Therefore it didn't understand everything I tried to send to the MC.

    Result: Changed the variable _name to...
  2. Replies
    1
    Views
    604

    Adding an "attribute"

    I try to add this little piece of info to a number of dots. The _id and _name works fine to trace in the symbol dot. But the _owner won't work.

    Does anyone have a clue why and what I can do about...
  3. Thread: beginFill

    by Blom
    Replies
    4
    Views
    500

    I also have another problem with the square being...

    I also have another problem with the square being placed on a grid.
    this.orig_x = int(_xmouse/10)*10;
    this.orig_y = int(_ymouse/10)*10;
    That results in squares placed on the grid, but when...
  4. Thread: beginFill

    by Blom
    Replies
    4
    Views
    500

    No. I wan't to fill a square. But instead of the...

    No. I wan't to fill a square. But instead of the color "_root.buildcolor = "00FF00";" should return it goes white.


    _root.buildcolor = "00FF00";...
  5. Thread: beginFill

    by Blom
    Replies
    4
    Views
    500

    beginFill

    this.target_mc.beginFill["0x"+_root.buildcolor+",60"];
    What is wrong with this bit of code? I think the "buildcolor" works. just that it doesn't work in that code.
    How do I make it work?
  6. Replies
    0
    Views
    339

    180 degrees panorama

    Hi. Ho do you do if you want to make a 360 panorama be less.. like 180?
    /*
    =================================================================
    PANORAMA 360 START
    ------------------
    Rob @ Republic...
  7. Replies
    0
    Views
    307

    180 degrees panorama

    Hi. Ho do you do if you want to make a 360 panorama be less.. like 180?
    /*
    =================================================================
    PANORAMA 360 START
    ------------------
    Rob @ Republic...
  8. Replies
    5
    Views
    490

    Movieclip xposition

    I want a movieclip to move to another xposition on MouseOver.

    There's a button and when i move over it i want a movieclip to slowly move towards it. like ½ of the way every second.
    How do I do...
  9. Thread: Creating a grid

    by Blom
    Replies
    2
    Views
    416

    Ok making it more simple... Should i use...

    Ok making it more simple...
    Should i use actionscript to place the maskgrid?
    The only thing i really ned is an actionscript creating or placing my grid right.
    I want it to be pretty excakt witht...
  10. Thread: Creating a grid

    by Blom
    Replies
    2
    Views
    416

    Creating a grid

    Whats the best way of creating a grid.
    I want a radial cirkle as "background" following the mouse and a grid as mask.
    Or perhaps simplier just a onecolor grid..
  11. Replies
    3
    Views
    594

    Playing a movieclip reverse?

    Is there a way to play a movieclip reverse. That is strating with last frame :P
  12. Replies
    4
    Views
    442

    Thnx thats just what i wanted.

    Thnx thats just what i wanted.
  13. Replies
    4
    Views
    442

    Dynamic text as mouseX

    If i have this dynamic text calle locationx
    How should i write to make the locationx always beeing mousex
  14. Replies
    9
    Views
    771

    Well can say like this. It goes to hell. Its...

    Well can say like this. It goes to hell. Its almost impossible to get the line to look the same as the real line. And i want it to be thesame. The fla file i attachted was not the real. I have come...
  15. Replies
    9
    Views
    771

    Well it looks pretty good but i really would like...

    Well it looks pretty good but i really would like that turn as it is in the real movie. I mabey should try mving everything to right and create a higher turn..
    Ill try but is there still no awy to...
  16. Replies
    9
    Views
    771

    No one that knows how to do. I had a hard time...

    No one that knows how to do. I had a hard time trying to get the right numbers. and i want it to be very close to perfect.
    Aint move along path orking for this one?
  17. Thread: Variables

    by Blom
    Replies
    1
    Views
    297

    Variables

    I wonder how to use variables as the old qbasic or something.
    startmoney = 50;
    if startmoney = 50{
    blabla
    }

    I guess something like that works.
    But when i made in a movieclip when marking it....
  18. Replies
    9
    Views
    771

    I cant get it working! Cant you try? I tried...

    I cant get it working!
    Cant you try? I tried with numbers again but it didn't work. Not with anything. I need it along the path up left. And it should stay on that path to.
  19. Replies
    9
    Views
    771

    well it did i guess. But I cant get the ball to...

    well it did i guess. But I cant get the ball to stay on the line!
    I tried almost everynumber.
    Can someone experiment with it and see what i did wrong?
  20. Replies
    9
    Views
    771

    Moving along path?

    Mabey it fits better here?


    I want an actionscript to make a movieclip go along a path like in the attachted image. I know how to change the x position after what xposition the mouse has got. But...
  21. Thread: Moving on path

    by Blom
    Replies
    0
    Views
    1,714

    Moving on path

    I want an actionscript to make a movieclip go along a path like in the attachted image. I know how to change the x position after what xposition the mouse has got. But how should i make the movieclip...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center