A Flash Developer Resource Site

Search:

Type: Posts; User: Trix RT

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: get level

    by Trix RT
    Replies
    5
    Views
    494

    AAAAARGH!

    Thnx 4 the suggestion... yes I can get a variable to trace _level1 or whatever level the movie is on. The problem is this:

    myLevel.swapDepths(_level0.winlev);

    the swapDepths just won't...
  2. Thread: get level

    by Trix RT
    Replies
    5
    Views
    494

    aaaah

    that's the problem though... it's not a movie clip- It's a level, so

    myMovieClip.getDepth

    Doesn't work. How do I get the current level of a loaded swf?
  3. Thread: get level

    by Trix RT
    Replies
    5
    Views
    494

    get level

    Anyone know how to get the current level of a loaded swf?

    You can skip this question if you know a good window layering technique that can be used w/o a specifying the amount of mindows that will...
  4. Thread: 1 Q

    by Trix RT
    Replies
    2
    Views
    415

    sry

    Ya sorry... okay

    _level0.stuff1.lev

    is a variable with a numeric value. I tried:

    ["_level"+_level0.stuff1.lev].swapDepths(_level2);

    allready but it doesn't work. The swapdepths won't...
  5. Thread: 1 Q

    by Trix RT
    Replies
    2
    Views
    415

    1 Q

    "_level"+_level0.stuff1.lev.swapDepths(_level2);


    This doesn't work... help me...
  6. Replies
    1
    Views
    354

    Changing group properties?

    Can I assign a bunch of mc's to some kind of group then just aply an rgb effect to that group? is this possible? if so, how is it done?
  7. Replies
    2
    Views
    436

    I got it.. nm thnx tho.

    I got it.. nm thnx tho.
  8. Replies
    2
    Views
    436

    Okay I got this lil menu, and it scrolls...

    Okay I got this lil menu, and it scrolls horizontally behind a mask... It works fine w/ keypress, but that's lame I gotta have it on rollover... take a look tell me what you think:

    on (keyPress...
  9. Replies
    2
    Views
    347

    or...

    just make a keyframe @ frame 10 and make give the button

    on (rollOver) {
    gotoAndPlay (1);
    }
  10. Replies
    4
    Views
    525

    =p

    O ya that's right... sry I musta been tired, getting mixed up w/ php =)
  11. Replies
    4
    Views
    525

    Another Trix?

    use the inclued tag... and use dynamic text fields...
  12. Thread: 1 q...

    by Trix RT
    Replies
    1
    Views
    361

    on (keyPress "") { ...

    on (keyPress "<Left>") {
    setProperty("btn_blah", _x, blah_x);
    artists_x=blah_x-2;
    if (blah_x<-370) {
    setProperty("btn_artists", _x, -155);
    artists_x=-170;
    }

    how...
  13. Replies
    3
    Views
    412

    well...

    I wanna be able to make a clip grow to a certain size when a button is clicked, and shrink when another is clicked... I mean 4 testing purposes...

    if u can tell me how to do that, in as similar a...
  14. Replies
    3
    Views
    412

    Okay... how do I put this: ...

    Okay... how do I put this:

    movie_clip.onEnterFrame = function() {
    this._width += 5;
    if (this._width>=200) {
    delete this.onEnterFrame;
    }
    ...
  15. Replies
    2
    Views
    421

    hmmm

    and for a button I'd do this?

    movie_mc.onButtonPress=function(){
    this._x+=5;
    if (this._x>=200){
    delete this.onButtonPress;
    }
    }
  16. Replies
    2
    Views
    421

    How do you get a MC to move to say x200 but not...

    How do you get a MC to move to say x200 but not just like blink there... but move just like it was done w/ a tween?
  17. Replies
    1
    Views
    354

    How can I move MC X from layer 1 to layer 2?

    How can I move MC X from layer 1 to layer 2?
  18. 1st Q: How do I delay the next action... like...

    1st Q:
    How do I delay the next action... like say I wanna do this

    x=1
    x=2
    x=3

    but I want it to pause 1 seccond between each one, like:

    x=1
  19. Replies
    16
    Views
    1,796

    It wud at least limit their window of opertunity...

    It wud at least limit their window of opertunity to 5 seconds...
  20. Replies
    21
    Views
    2,535

    Vlaad The Impaler

    High-tech security is all good and stuff but it'd also be very helpfull to take on a new "No-Hacker-BS-Attitude" put in the agreement that you can disqualify/ban ppl just because you have a feeling...
  21. Replies
    16
    Views
    1,796

    .

    what if you have a big list of passwords and u have a php script randomly pick a new one every like 5 seconds then put it somewhere like another php file and the swf calls on it then the php script...
  22. Replies
    0
    Views
    637

    How can I set it up so like, say I want it to...

    How can I set it up so like, say I want it to execute this:
    x=x+1
    then wait 1 (or 0.1) seconds then do it again.
    All I need is this
    wait(1s)
    type thing... does it exist? can I just pause...
  23. Replies
    16
    Views
    1,796

    um...

    I'm a lil tired so forgive me if I'm not getting you but... are ppl looking at the php files u use to write to the high score files? cudn't you just put more work into the php files so that it...
  24. Replies
    4
    Views
    818

    convenient

    thnx =)
  25. Replies
    4
    Views
    818

    thnx

    thnx 4 answering that question... but this one was about creating new txts, not writing to them. It can be done ya? with php?
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center