A Flash Developer Resource Site

Search:

Type: Posts; User: sammy123123

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. strange behavior with _level and variables

    Hi!

    For some reason the following doesn't want to work..

    _root.myMC.cm1._x= this[leveltogoto].myMC.mm._x

    leveltogoto is actually a variable that contains the string "_level2" (for example)...
  2. Replies
    2
    Views
    845

    AS 2 Thanks fruitbeard! :)

    Thanks fruitbeard! :)
  3. Replies
    2
    Views
    845

    AS 2 Cant get string/array to work

    Hi I am wondering why I cant get this to work:

    array=new Array(output)

    trace(array[0])
    trace(array[1])
    trace(array[2])
    trace(array[3])
  4. Replies
    3
    Views
    1,388

    Thanks fruitbeard, I uninstalled Chrome and...

    Thanks fruitbeard, I uninstalled Chrome and reinstalled, and the links opened in my default browser :)
  5. Replies
    3
    Views
    1,388

    All links open in chrome

    I am wondering, why are all links opening in chrome?

    getURL actionscript links open in chrome, basically all hyperlinks open in chrome, even though my default browser is Internet Explorer. Is...
  6. Yes, but it's not fortunate for me they don't...

    Yes, but it's not fortunate for me they don't know about SharedObject.

    For one, 'clear cookies' will delete cookies along with ALL Shared Objects, without the user even knowing. So if one day the...
  7. IE9/flash player 10.3 deleting Shared Objects

    Uncool.. very uncool. :mad:

    You mean to tell me my flash application that uses SharedObjects, that are quite an important core of my app, and that all my users data can be wiped out in an instant...
  8. Replies
    4
    Views
    3,050

    Flash8 Question about SharedObjects

    Hello, I have a question regarding SharedObjects. I set up a project that I am having some data saved in a custom folder, like:

    my_so = SharedObject.getLocal("aFolderForMe/soFileName","/");

    I...
  9. Replies
    5
    Views
    1,631

    Thanks fruitbeard, that was exactly it! I wonder...

    Thanks fruitbeard, that was exactly it! I wonder why you wouldnt use a dot after _level2, but who am I to question. Thanks again :)
  10. Replies
    5
    Views
    1,631

    variable not working right

    Hello, I am trying to write a variable in the middle of a command, like:

    (in root, myvariable=12)

    in another movie clip:

    var movieclipnumber = _root.myvariable...
  11. AS 2 Thanks a bunch, you have no idea how much that...

    Thanks a bunch, you have no idea how much that helps! :thumbsup:
  12. AS 2 *edit* I need to load the same movie into...

    *edit* I need to load the same movie into different levels, thats why I cant use 'duplicateMovieClip'.. unless theres some sort of equivalent for duplicating an entire movie into a new _level. Thanks!
  13. AS 2 question about swf file download and levels

    Hi guys, heres kind of a strange question,

    Say I load movies into different levels in this way:

    loadMovieNum("http://www.mysite.com/flashmovie.swf",1)...
  14. Replies
    1
    Views
    710

    AS 2 freezes when jpg not present

    Hi! :)

    I am loading external jpegs for a slideshow. It grabs images from several different urls. Everything works except for when that jpeg is unavailable.. I think it gets stuck somewhere in the...
  15. Replies
    5
    Views
    1,797

    Well, no yours is better! With mine I can only...

    Well, no yours is better! With mine I can only change the first instance (unless i use lastIndexOf), but for something in the middle, or for users choice, yeah yours is awesome! Lol Im just giving...
  16. Replies
    5
    Views
    1,797

    Hey Nig, I have to say, you think waaay too...

    Hey Nig, I have to say, you think waaay too much!!! You are just awesome!! :D

    That code that you gave me earlier, that does that "replaceText" thing manually for variables is working so well.....
  17. Replies
    5
    Views
    1,797

    split indexOf?

    Hi, this might sound kind of noobish, just wondering if you can do something like:

    mytext=mytext.split(mytext.indexOf("cat")).join("dog")

    Because if I had a sentence:

    I love to pet my cat....
  18. Replies
    23
    Views
    4,934

    I use setIntervals, but how would I use it in...

    I use setIntervals, but how would I use it in this case?
  19. Replies
    23
    Views
    4,934

    Hey Nig, do you have any tips for making code in...

    Hey Nig, do you have any tips for making code in script wait until it's 'run through' before it proceeds to the next script? It's like, in my 'while' code, like:

    stop()

    i=1
    while(1<50000){
    ...
  20. Replies
    23
    Views
    4,934

    I know! I have only 3 words.. //comment...

    I know! I have only 3 words..

    //comment
    //comment
    //comment

    U think I take my own advice?! Noooo! ;)
  21. Replies
    23
    Views
    4,934

    Thanks for all your help angel :)

    Thanks for all your help angel :)
  22. Replies
    23
    Views
    4,934

    Hey Nig, I would attach but unfortunately (or...

    Hey Nig, I would attach but unfortunately (or fortunately depending how you look at it) there's so much going on that it would be just way too confusing.. even I dont always remember what I coded...
  23. Replies
    23
    Views
    4,934

    Thanks a ton for the replaceText to variable...

    Thanks a ton for the replaceText to variable workaround :)

    I have thought of that neverending loop, but it actually ends because it works every time except for when I have a ton of text.. its like...
  24. Replies
    23
    Views
    4,934

    Ok, thanks! I am now trying to change dynamic...

    Ok, thanks! I am now trying to change dynamic textfields to variables, which is seeming to work, but i am stuck.. how do I change replaceText to work with variables. Like:
    ...
  25. Replies
    23
    Views
    4,934

    Thanks! I do try to clear them, for example,...

    Thanks! I do try to clear them, for example, txtboxoffstage.text="" at the end.. but still. So, how do I create dynamic textboxes w/ actionscript? I never thought of doing something like that. Also,...
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center