A Flash Developer Resource Site

Search:

Type: Posts; User: kimbo

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    405

    hello people, this board seems always to be...

    hello people,

    this board seems always to be the answers to my worries. here's my latest. I use the "onClipEvent (data)" and it works fine when using variables from a PHP.
    onClipEvent...
  2. Replies
    4
    Views
    494

    Thx, but I knew all of that. ;) I need to know...

    Thx, but I knew all of that. ;) I need to know how to use it!

    I need to know how you set up your movie in order to use it. Let's say I have a simple text file, I just want to load the variables in...
  3. Replies
    4
    Views
    494

    What's the technique to use onClipEvent (data)? ...

    What's the technique to use onClipEvent (data)?

    Do you put it on a MC on the first frame and the play once it's loaded?

    If you know of an FLA demonstrating it let me know!

    Cheers and happy...
  4. Replies
    10
    Views
    684

    About that code, well i copy/pasted it to flash,...

    About that code, well i copy/pasted it to flash, and MonthsToCome doesn't come thru. Flash doesn't recognise it, why?



    MonthCurrent = new Date().getMonth()+1; //sets the current month;...
  5. Replies
    10
    Views
    684

    Falamos portuges? I grew up in Mozambique and...

    Falamos portuges?

    I grew up in Mozambique and eventually lost all my portugese. I already struggle with 3 languages: French (what you saw, and my mother tongue), English (obviously) and Norwegian...
  6. Replies
    10
    Views
    684

    My loop variables disappears because it...

    My loop variables disappears because it interprets [i] as [i]italic[i] text. SO here's the code in it's final form:

    Month_current= 8;
    monthnames = new Array (new Array('Janvier', 1), new...
  7. Replies
    10
    Views
    684

    correction to 2 lines; forgot to add "+i": ...

    correction to 2 lines; forgot to add "+i":

    Month_List01[i][0]=monthnames[Month_current+i][0];
    Month_List01[i][1]=monthnames[Month_current+i][1];
  8. Replies
    10
    Views
    684

    I actually noticed it to after a millionth time....

    I actually noticed it to after a millionth time. Debugger doesn't display your Arrays properly, but the movie knows better. I checked it Flash 4 style by putting a dynamic textbox on the movie. Never...
  9. Replies
    10
    Views
    684

    Does anybody know of a bug concerning Arrays? ...

    Does anybody know of a bug concerning Arrays?

    I have 2 dimensional arrays and and as I recompile them, Flash seems to **** up everytime. At least the Debugger. Could the debugger be bugged?

    Let...
  10. Thread: Value to String

    by kimbo
    Replies
    3
    Views
    528

    This doesn't work because Flash intrprates "1" as...

    This doesn't work because Flash intrprates "1" as a value so:

    1.play ();

    doesn't work.

    Anyway to get around?
  11. Thread: Bug report

    by kimbo
    Replies
    0
    Views
    1,251

    Doesn't work! ...

    Doesn't work!

    http://www.flashkit.com/movies/3D/3D_globe-microcyb-2865/index.shtml
  12. Thread: Targeting Dup MC

    by kimbo
    Replies
    1
    Views
    386

    In the following script I duplicate MC "test",...

    In the following script I duplicate MC "test", then I assign a property and I tell target it. Why doesn't work when you target dupped MCs?

    test.duplicateMovieClip( dup, 3 );
    setProperty ("dup",...
  13. Replies
    3
    Views
    783

    Ok, it's easy to not include font outlines and...

    Ok, it's easy to not include font outlines and have non anti-aliased text. the problem is that you have to stick to device fonts. What if I want to use other fonts and I'm forced to use font outlines...
  14. Replies
    2
    Views
    453

    To get anti-aliased text using textfields is...

    To get anti-aliased text using textfields is great when specifying "Do not include font outiles". BUT, what if I want to use another font the the device fonts???

    To see agood example of what I'm...
  15. Maybe you should make sure that your loop...

    Maybe you should make sure that your loop variable is resetted itself. Are you sure it loops the second time? Trace to make sure and then just add SV: "i"=1

    alien_a_x_&i + alienspeed

    Here are...
  16. Thread: mouse lover

    by kimbo
    Replies
    3
    Views
    615

    You movie clip that is dragged should have an...

    You movie clip that is dragged should have an animation where in the last key-frame the onbject fades out with alpha .

    If you need more info, please view the movies scetions>mouse-trails, and...
  17. Replies
    5
    Views
    865

    Ok, sorry if it wasn't clear, I understand. ...

    Ok, sorry if it wasn't clear, I understand.

    First, make sure you have a "skip" in your intro! ;)

    Here's the setup:
    -All those images in the screen, put them in a seperate movie clip (MC) with...
  18. Replies
    5
    Views
    865

    If I understand you want to universalize the code...

    If I understand you want to universalize the code on each button, so that the button "View this clip" never changes from frame to frame, so do the others...

    Here's the code I would put for the...
  19. Thread: Flash 5 in 3D !

    by kimbo
    Replies
    12
    Views
    2,459

    They wouldn't simulate it, they would create it....

    They wouldn't simulate it, they would create it. A bit like half life on your screen, or quake, but only from the web.
  20. Thread: Flash 5 in 3D !

    by kimbo
    Replies
    12
    Views
    2,459

    Swift 3D is a Flash 3D engine, but the final...

    Swift 3D is a Flash 3D engine, but the final output is 2D. When you import 3D animations from Swift the animation is frame by frame, it is not a 3D calculation, like the tweens would be.

    In...
  21. Thread: Flash 5 in 3D !

    by kimbo
    Replies
    12
    Views
    2,459

    I heard that there was development of a 3d engine...

    I heard that there was development of a 3d engine in Flash. I can't say where I got the hint, but I can tell you that MM is apparently dealing with Avid SoftImage.

    Full 3D environements on the web...
  22. Replies
    0
    Views
    431

    Alright. The truth is that Flash has made me a...

    Alright. The truth is that Flash has made me a screen geek. Girls still find me interesting, but I can't seem to find any chick Flashers to talk about what I love (Flash, needless to say). I want to...
  23. Thread: Movie movement.

    by kimbo
    Replies
    2
    Views
    678

    Funny, I've been working on the subject this week...

    Funny, I've been working on the subject this week with a friend and I'm trying to build an fla demonstrating it, when I'll have time...Anyway, here's the hint I can give you, but you better be ready...
  24. Thread: Cache

    by kimbo
    Replies
    2
    Views
    902

    Why ask questions when there are answers?!?!?!?!...

    Why ask questions when there are answers?!?!?!?! I'm sure the moderators agree with me.

    Go here if you have had similar probs:

    http://www.flashkit.com/board/showthread.php?threadid=7496
  25. Thread: Load Variables

    by kimbo
    Replies
    5
    Views
    1,285

    There's a way with Perl (with a .txt file...

    There's a way with Perl (with a .txt file apparently if your ISP support DBMS), Php, Asp, but I really don't know with your backend stuff.

    Text files are generally just good to load variables into...
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center