A Flash Developer Resource Site

Search:

Type: Posts; User: franclin

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    8
    Views
    1,145

    Thank you bearded one. while I like your integer...

    Thank you bearded one. while I like your integer solution a lot, It doesn't work in AS2.

    If I was writing in AS3 I would definitely use replace. But I'm not for this project so I have to use...
  2. Replies
    8
    Views
    1,145

    Got it!

    I did a search on [type Function]. At first I thought this was telling me it was a function but now I realize the it is a "type" error. As in String or Number.

    I started by tracing a variable: var...
  3. Replies
    8
    Views
    1,145

    Thanks Samac but I don't see how your onRelease...

    Thanks Samac but I don't see how your onRelease trigger a range of functions. If I read this correctly you do the same function on release for each button.

    Each of my buttons does something...
  4. Replies
    8
    Views
    1,145

    forgot to mention that I'm writing in AS2 mode.

    forgot to mention that I'm writing in AS2 mode.
  5. Replies
    6
    Views
    1,098

    Good luck. Don't forget to mark this thread as...

    Good luck. Don't forget to mark this thread as answered. It may help others in the future.

    see thread tools at top right of page. …that is if you think I have given you the answer you were...
  6. Replies
    8
    Views
    1,145

    [RESOLVED] an array of functions names

    Using a for loop I want to click on my button and have a function run. Instead of writing onRelease for every button I want the to call functions from an Array. (some buttons perform the same action...
  7. Replies
    6
    Views
    1,098

    ok, what you need is an Array and sendmail. ...

    ok, what you need is an Array and sendmail.

    first the Array. An array is a like an empty notepad. (think grocery list) Each time you think of a grocery you need to buy you add it to the list.

    ...
  8. Replies
    6
    Views
    1,098

    try this

    I need some clarification. do you want the following to happen:


    If I have this right, her is a simple answer. Create an MC for each response.

    //buttons are named button0, button1, button2,...
  9. Question

    are you in As2? Is the difference consistent?
  10. Replies
    3
    Views
    14,500

    Use action script tweening

    A case statement checks to see if your statement is true and then stops checking e.g.


    var whatsYourName:String=Freddie;

    switch (whatsYourName) {
    case "Freddie" :
    trace("correct,...
  11. Replies
    6
    Views
    2,207

    I had exactly the same problem. I had read the...

    I had exactly the same problem. I had read the following tutorial http://www.kirupa.com/developer/actionscript/xmldataflash4.htm which says

    "In Flash MX 2004 and possibly MX, you do not need...
  12. yes, Brilliant. Once again - Thank you.

    yes, Brilliant.

    Once again - Thank you.
  13. That is the sound of me...

    <thump><thump><thump>
    That is the sound of me hitting my head on the desk for being such an IDIOT.

    Thanks man!

    Ps I just noticed that the thumbs are loading in order but then the Init reverses...
  14. [RESOLVED] loading JPG series into a group container

    I've managed to load 8 jpgs onto the stage in two rows. They align properly and function on rollOver ect.

    I know It's simple but I can't figure it out. How do I load them as a group into an...
  15. here is a working example of a script I have...

    here is a working example of a script I have built. It loads 8 jpg's onto the root. 4 on a top row and 4 on a bottom row. The trick is waiting until the JPG's first frame is initialized. Otherwise...
  16. I don't use time line Tweening so I'm not sure...

    I don't use time line Tweening so I'm not sure why your MC stops sliding back and forth once the jpg has loaded but it might have something to do with the clip initializing.
    see:...
  17. THANK YOU! THANK YOU! It works. Thank...

    THANK YOU! THANK YOU!

    It works.

    Thank you.
  18. Replies
    1
    Views
    464

    onLoadListener.onLoadComplete?

    I think I ma be onto it with

    onLoadListener


    var loadListener:Object = new Object();

    loadListener.onLoadComplete = function(target_mc:MovieClip, httpStatus:Number):Void {
    trace(">>...
  19. Replies
    1
    Views
    464

    [F8] detect when FlashPaper loaded

    I'm using attachMovie to load a flash paper on my stage. I am then setting it's dimensions. If the flashPaper has not fully loaded then the width and height command are missed. How do I detect that...
  20. Thanks, I did not know you could disable a button...

    Thanks, I did not know you could disable a button like that! It helps with another navigation I've been working on.

    While disabling the button does eliminate the problem it's not exactly how I had...
  21. [RESOLVED] [F8] myTween.clear, remove, unload or kill! make it stop!

    I have built a masked tab that reveals itself on rollover. click the close button and it slides away again. I am using a tween class and it work perfectly, UNLESS I use a different durations for the...
  22. Replies
    2
    Views
    591

    Beautiful! Thank you.

    Beautiful! Thank you.
  23. Replies
    2
    Views
    591

    [RESOLVED] changing MC name on the fly

    I want to avoid using an if statement for a button that does two different functions (a toggle button). If the window is open and you click this button — close it. Else if the window is closed and...
  24. Replies
    2
    Views
    1,274

    That definitely works but I was trying to be more...

    That definitely works but I was trying to be more elegant. In other words I can't be arsed to write line after line of the same dang tween. Instead I want something slimmer.
    ie:*note I'm...
  25. Replies
    2
    Views
    1,274

    [F8] onMotionFinish tween

    Here is a little sample I have been playing with to try to solve a bigger problem. On the stage are two MC's with the name img1 and img2. Both Mc's tween across the stage. When finished I want one to...
Results 1 to 25 of 135
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center