A Flash Developer Resource Site

Search:

Type: Posts; User: badbadzmaru

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. thnx

    thnx
  2. Replies
    6
    Views
    627

    yes, forgot the increment: onClipEvent(load){ ...

    yes, forgot the increment:

    onClipEvent(load){
    i=1;
    }
    onClipEvent(enterFrame){
    this.attachMovie("arrow","arrow" add i, i);
    ran=random(100)+50; //these can be changed
    aro=this["arrow"...
  3. Replies
    6
    Views
    627

    create a init arrow object in the library...

    create a init arrow object

    in the library linkage propertys name it "arrow" and check export for actionscript

    on the movieclip, where the arrows should be placed, copy following code:
    ...
  4. hello i'm trying to control a flash movie...

    hello

    i'm trying to control a flash movie embedded on a html-website via a javascript like this:

    setVariable(_root.variable, value)

    this works fine on win IE, but not on mac.

    anybody...
  5. Replies
    12
    Views
    1,535

    sorry, one mistake: ...

    sorry, one mistake:

    _root.master.drawer.clear(); should be _root.drawer.clear();

    i copy/pasted this from another movie of me, so the referencess where mismatched
  6. Replies
    12
    Views
    1,535

    1st keyframe was right... you have to change...

    1st keyframe was right...

    you have to change the values of the variables

    yourstartpoint (_x and _y where you want to start the line)
    endpoint etc...
  7. Replies
    4
    Views
    545

    theres no best way to do it... the most common...

    theres no best way to do it...

    the most common system is LinuxApacheMysqlPhp

    if you don't have any expierience in thosethings, buy a book and start to learn....

    cheers
  8. Replies
    3
    Views
    572

    try this one: with(_root.BigScreen){...

    try this one:

    with(_root.BigScreen){
    gotoAndPlay(3):
    }

    cheers
  9. Replies
    3
    Views
    572

    try this one: with(_root._root.BigScreen){...

    try this one:

    with(_root._root.BigScreen){
    gotoAndPlay(3):
    }

    cheers
  10. Replies
    3
    Views
    541

    ------------ please help me -----------

    ------------ please help me -----------
  11. Replies
    5
    Views
    627

    //place into 1st keyframe for(i=0; i

    //place into 1st keyframe

    for(i=0; i<5; i++){
    _root.createEmptyMovieClip("image" add i, i+1);

    actual=_root["image" add i];

    loadMovie("image" add i, actual);
    var offset+=actual._width;
  12. Replies
    12
    Views
    1,535

    _root.createEmptyMovieClip("drawer", 1);...

    _root.createEmptyMovieClip("drawer", 1);
    _root.drawer.startx=yourstartpoint;
    _root.drawer.starty=yourstartpoint;
    _root.drawer.endx=yourendpoint;
    _root.drawer.endy=yourendpoint;...
  13. Replies
    3
    Views
    541

    sorry, a typing mistake: i=0;...

    sorry, a typing mistake:

    i=0; i<theArray.length; i++

    in this particular case, i have an array with some properties of the different movies.

    the whole thing:

    function createObstacles() {...
  14. Replies
    2
    Views
    575

    1.) the registration point of your linked mcs...

    1.) the registration point of your linked mcs should be always left/top

    2.) are you attaching the Mcs to the root or another Mc?
    the registration point of every mc is the pivot (_x=0, _y=0)...
  15. Replies
    4
    Views
    545

    are you into database? most of these things...

    are you into database?

    most of these things are made with scripts in php/asp etc. connected to flash in the frontend
  16. Replies
    3
    Views
    541

    hi i used this loop to declare every movieclip...

    hi

    i used this loop to declare every movieclip in an array as a button:

    for(i=0; i<theArray.length; i++){
    _root["myMovieClip" add i].onRelease = function () {
    _root.theReleasefunction();...
  17. Replies
    4
    Views
    712

    go grab a flash book, the effect is too easy to...

    go grab a flash book, the effect is too easy to describe
  18. Replies
    7
    Views
    664

    Need Help in evaluationg a script. Anyone out...

    Need Help in evaluationg a script.

    Anyone out here has some expirience with A* or some Web links?

    Thnx for the help
  19. Replies
    5
    Views
    571

    well, sorry, don't know it, but you could try...

    well,

    sorry, don't know it, but you could try this:

    where the '<' '>' chars should appear, just send another character (like '_' or anything else but no '=' or '&').
    in your movie search for...
  20. Replies
    0
    Views
    522

    ActiveX control?????

    hi.
    I have a Frameset with another frameset nested.

    in the top frameset i have a navigation SWF. from there i start a fscommand to pass a variable to another SWF that is in the nested frameset.
    ...
  21. Replies
    3
    Views
    708

    quite easy... there is a tutorial about this on...

    quite easy... there is a tutorial about this on Flashkit, just search for FS-command or javascript in the tutorials-search engine
  22. Replies
    4
    Views
    611

    ok, lets see: MovieClip.prototype.DoSomething...

    ok, lets see:

    MovieClip.prototype.DoSomething = function (theClip) { // definition of the function

    trace ("nome: "+theClip._name); //shows the name of the Clip in the message window when...
  23. Replies
    4
    Views
    518

    no pob

    no pob
  24. Replies
    8
    Views
    773

    yes, you're right.... i've got this from the...

    yes, you're right.... i've got this from the helpfile included with the flashpackage... sorry, can't help you then
  25. Replies
    3
    Views
    466

    does noone know?????????

    does noone know?????????
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center