A Flash Developer Resource Site

Search:

Type: Posts; User: randum

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    1,401

    If you are conversing with them, you are somewhat...

    If you are conversing with them, you are somewhat of a friend. Give them 15 minutes and a couple recommendations. At the end of the e-mail, propose more consulting and a fair price. This is a good...
  2. If you are a CEO, you should have your secretary...

    If you are a CEO, you should have your secretary spell-check your signature.

    No disrespect implied,
    randum
  3. Replies
    3
    Views
    409

    What you want to do is this: num =...

    What you want to do is this:

    num = random(101);
    if (num <80) {
    gotoAndPlay ("first choice");
    } else {
    gotoAndPlay ("second choice");
    }
  4. Thread: math object

    by randum
    Replies
    2
    Views
    382

    I was just working on this same problem today! ...

    I was just working on this same problem today!

    I found the Math.atan2 to be very convenient. It allows for two arguments (y,x). This is well documented in the Actionscript Reference guide.
    ...
  5. Replies
    0
    Views
    479

    Hi, I am incrementing my variable by 0.1 and...

    Hi,

    I am incrementing my variable by 0.1 and dispalying it in a Dynamic text box.

    But when it goes from like 4.9 to 5.0 it just shows 5 and nor 5.0 like I'd like it to. Is there a way to force...
  6. Thread: loadMovieNum

    by randum
    Replies
    6
    Views
    453

    Hi. I haven't done too much work with LoadMovie...

    Hi.
    I haven't done too much work with LoadMovie before, but I think that since your Movie A is in level 0, it can not be remove, or probably not called twice.

    So my thoughts are this...

    1) Can...
  7. Replies
    4
    Views
    840

    Here is a link to a movie submitted to Flash Kit...

    Here is a link to a movie submitted to Flash Kit by Jobe Makar.

    http://www.flashkit.com/movies/Scripting/Physics/Wheel_Sp-Jobe_Mak-1210/index.shtml

    I used the code to solve my problem. It...
  8. Thread: loadvariables

    by randum
    Replies
    3
    Views
    635

    From what I can tell, the major difference is the...

    From what I can tell, the major difference is the spelling of the command "Load Variables --> loadVariables".

    Flash 4 syntax:
    Load Variables (url ,location [, variables])

    Flash 5 syntax:...
  9. Replies
    5
    Views
    451

    //"the little dots that are duplicated, isnt...

    //"the little dots that are duplicated, isnt there a way to make an area, where you drag them in, so they are deleted ?? "\\

    Answer: Yes, you could do some sort of a hit test. It should be...
  10. Replies
    3
    Views
    418

    I had a simialr situation not to long ago where I...

    I had a simialr situation not to long ago where I was duplicating movie clips and only one was staying on the screen at once. I realized my error in my code. I think I just had to increment the new...
  11. Thread: Feature or Flaw

    by randum
    Replies
    2
    Views
    372

    What happens if you add an object to the array? ...

    What happens if you add an object to the array? What length does it show then? 1?
  12. Replies
    3
    Views
    544

    How do you do 'what' then? You can't disable the...

    How do you do 'what' then? You can't disable the right click. If you mean limit it to the 'About Macromedia Flash Player', then choose 'Publish Settings' from the File menu. Choose the 'HTML' tab....
  13. Replies
    1
    Views
    819

    I don't know if anyone here is familiar with the...

    I don't know if anyone here is familiar with the eXtreme programming philosophy of testing. Is there a link you can supply that references this to help some of us refer to what you are comparing to?...
  14. Replies
    3
    Views
    544

    You can't, Best you can do is choose disable...

    You can't, Best you can do is choose disable right click menu when publishing, but then it still shows About Macromedia Flash.
  15. Replies
    5
    Views
    390

    I have been playing with this stuff for a couple...

    I have been playing with this stuff for a couple days to create a driving demo. The threads from ahab, dullgrey, glenn_a_m, nav, and all others that I have read have helped me incredibly. I know...
  16. What is the script like? Perhaps I can help...

    What is the script like? Perhaps I can help figure this one out. I won't be back til Sunday night though. Will check back then.
  17. Thread: V. Real problem

    by randum
    Replies
    6
    Views
    498

    This could fall under the category of "You can't...

    This could fall under the category of "You can't dynamically update a mask".

    I wonder why not. Is it a bug or a shortcoming in the feature list? A response from Macromedia would be greatly...
  18. Replies
    2
    Views
    494

    They are the top thread in the FlaskKit Coffee...

    They are the top thread in the FlaskKit Coffee Lounge Forum...

    http://www.flashkit.com/board/announcement.php?forumid=11
  19. Thanks. My mask code is running in a keyframe...

    Thanks.

    My mask code is running in a keyframe and not the object but I will see if I can get it to work. In fact I have used this technique in my footer. Duh.

    Thanks to you and to Stickman. ...
  20. My efforts tell me no. But I have seen some...

    My efforts tell me no. But I have seen some masterful techniques using masks that I must ask the forum(magnifying glass is great). I need to move a mask dynamically, anyone had any success doing...
  21. Thread: Da Book!

    by randum
    Replies
    8
    Views
    602

    It's yugop's!

    It's yugop's!
  22. Replies
    61
    Views
    1,840

    http://www.randum.com Will soon be interesting.

    http://www.randum.com

    Will soon be interesting.
  23. Replies
    4
    Views
    609

    It's interesting... If you look at...

    It's interesting... If you look at http://www.macromedia.com/hommie.swf you will see how the swf is really bigger in dimensions than expected. It appears as if the entire header and footer on the...
  24. Replies
    18
    Views
    2,466

    There is a way to search the text in Flash...

    There is a way to search the text in Flash movies. One of the export options, I don't remember which, will put all the text in a Flash movie, into the META tags of the HTML that is created from...
  25. //Here is a quote from the Extension Manager... ...

    //Here is a quote from the Extension Manager...


    + Macromedia Flash Player Controls

    Provides VCR-like controls to Macromedia Flash animations. Using Dreamweaver Behaviors easily add play,...
Results 1 to 25 of 51
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center