A Flash Developer Resource Site

Search:

Type: Posts; User: gunko2

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    286

    Lading data from txt file shows undefined?

    Hi, I have this little code, just loading text from a file, but as the title says, the variable s seams to remain unchanged :S


    var s:String;
    var loadText:LoadVars = new LoadVars();...
  2. Replies
    3
    Views
    621

    1) I thought of that. But I'd rather use...

    1) I thought of that. But I'd rather use loadMovie.
    2) I would do that without thinking twice if Flash would support languages written from right to left (Hebrew and Arabic).

    Thanks anyways....
  3. Replies
    3
    Views
    621

    Bump :(

    Bump :(
  4. Replies
    3
    Views
    621

    [F8] Short text takes a long time to load

    Hey guys, I have a bit of a problem. I have this site http://www.nc3.back.co.il/

    If you click on a link on the right, text should appear. Well, it does appear, but after a long time and I dont...
  5. Replies
    2
    Views
    465

    =[ Doesn't work.. I guess I'll just have to leave...

    =[ Doesn't work.. I guess I'll just have to leave out the random music.
    Thanks for trying to help though.. =]
  6. Replies
    2
    Views
    465

    [AS Frustration] Music stops upon refresh.

    In a site that i'm currently building, I'm trying to make a random sound loop to play each time you enter/refresh the site.
    The AS I wrote:

    var mMAry:Array = new Array("BGSound.mp3", "BGS2.mp3");...
  7. Your'e the best mate.. learned a couple of new...

    Your'e the best mate.. learned a couple of new things..
    moagrius thank you too.. though I prefer reaching a goal my own way.. that way I understand it better..
    Thanks for the effort mate.. :)
  8. [AS confusion] - Writing a word with intervals

    Well.. what I wanted to do is to write a word letter by letter..
    I thought I understood the concept of accomplishing this.. but apparently not..
    This is my attempt:

    var mAry:Array = new...
  9. but the sounds clip is 2Kb.... and i did use...

    but the sounds clip is 2Kb.... and i did use attachSound...from the library.. do u think if i load it dynamiclly from somewhere.. it won't freeze?
  10. Prealoder stops at 46%.. but i think i know what the problem is....

    WHOAH.. it's been ages since i last posted here.... nice to see that the forums had been upgraded...

    anyways.. here's how it goes..

    first frame:


    var lb:Number =...
  11. Replies
    2
    Views
    405

    *bump* When ever u r ready lol....

    *bump*
    When ever u r ready lol....
  12. Replies
    2
    Views
    405

    :(

    *bump*
  13. Replies
    2
    Views
    405

    a "escaping" mc....

    i can't believe i did this 2 month ago and now i forgot how to do it (well maybe because i haven't touched flash for a month....)

    Anyways what i want to do is like this... u have a mc and when the...
  14. Replies
    1
    Views
    694

    Quick question.... [PHP]

    Hi,
    Listen.... anyone knows of a good PHP system i can use....
    I mean a system i can manage my website with.... not a forum.... a website....
    I heared of PHP-Nuke or something.... is this what i'm...
  15. Replies
    3
    Views
    632

    Yes that is an option.... BBBUT.... I think it...

    Yes that is an option....
    BBBUT....
    I think it should be much simpler....
    on the first frame put this code:


    var nNum = 1;
    function mMove() {
    nNum++;...
  16. Ok i got it.... Thanks pellepiano! Ahh.......

    Ok i got it....
    Thanks pellepiano!
    Ahh.... always helping me out....
  17. Can you point me to it....? I can't seem to...

    Can you point me to it....?
    I can't seem to understand what this "To Stage" is....
  18. A problem in flash it self.... myabe a bug....

    Hi guys.... it's been a long time since i've been here....
    So listen the problem is like this.... if i have an object (button, movie clip etc etc) and i want to center it on the stage, i go to:...
  19. no it doesn't help.... any other thoughts....?...

    no it doesn't help....
    any other thoughts....?
    it's not the first time this is happening.... it happens every time i use an imoprted image....
  20. preloader is making my movie appear in low quality....

    well it goes like this....
    i have this movie that contains some stuff i made in photoshop. i made some menu buttons.
    well everything was fine until i added a preloder and it made my buttons appear...
  21. Replies
    43
    Views
    3,553

    if anyone is interested in anymore qoutes:...

    if anyone is interested in anymore qoutes:
    http://www.quoteworld.org/browse/topic.php
  22. Replies
    4
    Views
    595

    if u still want the file then give me your e-mail...

    if u still want the file then give me your e-mail and i will send it to you because the file is too big to upload....
  23. Thread: movement

    by gunko2
    Replies
    4
    Views
    375

    create a movie clip and put this code on it: ...

    create a movie clip and put this code on it:

    onClipEvent(load){
    _x = 0;
    _y = 200;
    tx = 400;
    speed = 7;
    }
    onClipEvent(enterFrame){
    _x+=(tx-_x)/speed;
  24. Replies
    4
    Views
    595

    what flash virsion do u have? if FLASH MX 2004...

    what flash virsion do u have?
    if FLASH MX 2004 then i can give u the fla of a slide show i did with actionscript not long ago....
  25. Thread: Menu Help

    by gunko2
    Replies
    1
    Views
    395

    i didn't understand what u want but from what i...

    i didn't understand what u want but from what i understood....
    create a mc and put this actions on it:

    onClipEvent (enterFrame) {
    if (this.hitTest(_root._xmouse, _root._ymouse, true)) {...
Results 1 to 25 of 179
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center