A Flash Developer Resource Site

Search:

Type: Posts; User: conorflash

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    532

    CS3 Changing a variable inside a listener

    Hi,

    supposing I have:



    sizeListener = new Object();

    sizeListener.onResize = function() {
    _root.greybarOffset = Stage.height / 5 * 4;
  2. CS3 I tried using shared objects instead but it's...

    I tried using shared objects instead but it's giving the same results:


    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    user_so = SharedObject.getLocal("user");
    ...
  3. CS3 Does anybody have any ideas on this? I'm still...

    Does anybody have any ideas on this? I'm still having trouble 2 weeks later.
  4. CS3 Thanks IMS, I appreciate it. Your button code...

    Thanks IMS, I appreciate it.

    Your button code threw up syntax errors, I redid it a little to get rid of errors but it didn't make any progress.
  5. CS3 I'm still having no luck with this, does anybody...

    I'm still having no luck with this, does anybody have a suggestion? Thanks.
  6. CS3 I've attached the flash file if it's any help,...

    I've attached the flash file if it's any help, thanks.
  7. CS3 variable string is wiped when starting a new function

    Hi, I have 5 links that exist as one large font and four small fonts. The large one dictates the current page and the smaller ones are links to other pages, which become the large font if they are...
  8. CS3 I've been going through this lots and I think...

    I've been going through this lots and I think I've narrowed it down to the fact that a single new 'Object' is created and when two large type mc's are switching, they're both trying to be that same...
  9. CS3 Can't get changed var to control movieclip

    Hi, I've a basic portfolio page with 5 links. The idea being that 4 stay small and the active page is a larger font. When one link is clicked, itself and whatever font is currently large both swoop...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center