A Flash Developer Resource Site

Search:

Type: Posts; User: Kennyb

Page 1 of 20 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    528

    Thanks. Enlightening and it worked great.

    Thanks. Enlightening and it worked great.
  2. Replies
    4
    Views
    528

    Thanks. I'm not sure what you mean by grouping by...

    Thanks. I'm not sure what you mean by grouping by arrays. I know how to use arrays, just not what you mean. Are you saying myArray[1] = false?

    How about simple Boolean variables. For example:
    ...
  3. Replies
    4
    Views
    528

    For loop and incrementing object names

    I'm trying to loop through some objects, and I'm doing something wrong.

    I'd like to do the following to some sound channel objects.

    for (var n:Number = 0; n<5; n++) {
    _root["sc" +...
  4. Replies
    6
    Views
    1,627

    Thanks for testing and verifying this. Your idea...

    Thanks for testing and verifying this. Your idea has me thinking... I bet I could use FlashVars to give each localConnection it's own unique name and then for loop through the possibilities. I'll try...
  5. Replies
    6
    Views
    1,627

    Thanks!

    Thanks!
  6. Replies
    9
    Views
    2,320

    Right, but where did you name it? In the...

    Right, but where did you name it? In the instance field or in the variable field? If in the instance field, and the text boxes are on the _root timeline, this would work.



    for (f = 1; f <=...
  7. Replies
    9
    Views
    2,320

    You do have the text name as the instance name...

    You do have the text name as the instance name and not the variable name, right?
  8. Replies
    6
    Views
    1,627

    That's some nice coding, but it looks like yours...

    That's some nice coding, but it looks like yours communicates from movie 1 to movie 2 and then from movie 2 to movie 3 - right? I really want to find a solution that lets me use only one swf. Maybe...
  9. Replies
    6
    Views
    1,627

    [F8] local connection over multiple SWF's

    I want to embed multiple copies of the same SWF in a page, and use local connection to pass a variable to all of those SWF's. I can get my local connection to work, but it only affects the first...
  10. Thanks to you both. I'll give it a shot.

    Thanks to you both. I'll give it a shot.
  11. Thread: Class project.

    by Kennyb
    Replies
    2
    Views
    436

    onClipEvent (enterFrame) { //if...

    onClipEvent (enterFrame) {
    //if (_root.bullet_new, hitTest(_root.target_mc)) {
    if (_root.bullet_new.hitTest(_root.target_mc)) {
    _root.text = "+1";
    } else {
    _root.text = "0";
    }
    }
  12. Assigning a function name to a variable and then using variable to call function?

    I have a series of funtions that contain setInterval functions that call each other and play in sequence. I want to be able to pause the playing of this sequence. I need to know what function I was...
  13. Replies
    1
    Views
    364

    Increase the depth when the image is grabbed....

    Increase the depth when the image is grabbed. Like

    [code]
    onClipEvent (load) {

    _root.myDepth = 500;
    }

    onClipEvent (enterFrame) {
    this.onPress = function() {
  14. Oh, I see! It's using the linkage ID of the...

    Oh, I see! It's using the linkage ID of the holder movie, which contians bar. Very clever.

    Is it easy enough to make the movies scroll vertical?
  15. Thanks again. I was able to get it to do exactly...

    Thanks again. I was able to get it to do exactly what I needed. I can't thank you enough.

    A couple of quick questions if possible. What does 'bar" refer to in the code:


    ...
  16. Thanks a million. I'll check it out in the...

    Thanks a million. I'll check it out in the morning.
  17. [RESOLVED] Scrollpane loading series of external images as buttons

    I'm looking for information on using the scrollpane componenet to load a several external images which will then be buttons within the scrollpane. Any help or pointing to a tutorial would be...
  18. Thanks, madzigian. Very nice of you to say.

    Thanks, madzigian. Very nice of you to say.
  19. New Tutorial: Controlling Sound Objects Across Scenes

    New Tutorial: Controlling Sound Objects Across Scenes

    I've just completed the first draft of a new tutorial on controlling sound objects across multiple scenes. The tutorial will show how to...
  20. Thanks for the response. I was afraid of that....

    Thanks for the response. I was afraid of that. Someone has suggested to me (without explanation) that the following may help, but I have no experience with it.

    var WshShell = new...
  21. ExternalInterface.call and set focus after HTML click

    I have a audio player that takes its audio file name from a link in the HTML. I'm using ExternalInterface.call in Flash with a JavaScript link in the HTML.

    My player has a function that normally...
  22. Potential solution for ampersands (&) in URLs in XML?

    It's been a while since I've hung out here, so I don't know if this is a clever solution or if there's some other way to do it. I have a client who needed URL's in his XML (it happened to be one link...
  23. Replies
    6
    Views
    463

    Thanks. Must just be something strange about this...

    Thanks. Must just be something strange about this one computer. Your help is appreciated.
  24. Replies
    6
    Views
    463

    Thanks, wattsup. Can I ask one more favor? ...

    Thanks, wattsup. Can I ask one more favor? Please test the purple logo at the top of the following page in FF?

    http://www.cowfly.com/test/philJohnson/
  25. Replies
    6
    Views
    463

    Thanks.

    Thanks.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center