A Flash Developer Resource Site

Search:

Type: Posts; User: shockrider

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    614

    2 things here. If you use also close it...

    2 things here.

    If you use <p> also close it with </p>
    And in your css you have to define p.

    I don't see this anywhere in your codes.
  2. Replies
    0
    Views
    326

    Why is this tween not working?

    Hi,
    I hope someone can explain why this script is not working and help me to solve this.

    I have 5 buttons in "main" MC named pop1, pop2, etc.
    On the stage I have 5 popup boxes named pop1Box,...
  3. Replies
    12
    Views
    1,035

    ok, so how should I solve this in a proper way? ...

    ok, so how should I solve this in a proper way?

    I put a trace(stage != null); on the mouse click and this return true everytime.
  4. Replies
    12
    Views
    1,035

    The unload is meant to empty the container mc....

    The unload is meant to empty the container mc. Otherwise it loads just another swf over the previous one if you click another topic.
  5. Replies
    12
    Views
    1,035

    I put the unload function there based on an...

    I put the unload function there based on an example from the flash help. :confused:
    How should it be done in this case? I am sorry I am struggling with as3 but I want to understand. I appreciate...
  6. Replies
    12
    Views
    1,035

    I have added an unload function which seems to...

    I have added an unload function which seems to work just fine but I get this error:

    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at...
  7. Replies
    12
    Views
    1,035

    I quess that is just my lack of as3 knowledge....

    I quess that is just my lack of as3 knowledge. Basically I am a designer who likes to learn and get some things done in Flash. Thanx for the explanation.
  8. Replies
    12
    Views
    1,035

    Hi 5tons, you are correct and I noticed this...

    Hi 5tons,
    you are correct and I noticed this too. Meanwhile I was trying to put something like this together which was sort of close. ;) But this generated an Error #1069 output...?



    Thank you...
  9. Replies
    12
    Views
    1,035

    variable URLRequest

    Hi,
    I am trying to get this code to work but I need some help. If you click topic1 I want topic1.swf to load, click topic2 to load topic2.swf etc. What I am doing wrong with var url:String =...
  10. Replies
    1
    Views
    399

    Nevermind I find the solution with another even...

    Nevermind I find the solution with another even better script. For everyone who's interested, here's the code:



    On the stage there is a contentMC with the content, A mask over it called masker...
  11. Replies
    1
    Views
    399

    Scroll with easing

    Hi,
    I am using this scroll script for my content. However I would like to add a nice easing effect to this but I have no idea how to do this.



    btw I am using tweenMax in overall.
    Someone can...
  12. I feel stupid now I see was that close. Sort of...

    I feel stupid now I see was that close. Sort of mixed up the event.target thing.

    Anyway...thanx a lot neznein9!
  13. Please Help: tween for multiple buttons

    Hi There,
    I am using tweenLite in my Fla and I have set up this code sofar which is working fine:


    function tweenTopicUp(topic):void {
    var myTween:TweenLite = new TweenLite(topic, 0.6,...
  14. Replies
    0
    Views
    455

    image pan with buttons

    Hi,
    I have this horizontal pan AS. In bg_mc I have a curved line and some clickable buttons that scroll/pan with the image. This all works fine.

    But I want the buttons and the curved line to...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center