A Flash Developer Resource Site

Search:

Type: Posts; User: marspark

Search: Search took 0.04 seconds.

  1. sorry i didn't quite get what you meant, can't...

    sorry i didn't quite get what you meant, can't you just posts whatever script in button b to where "xxxxx" is? or you can make a few functions in the root, say buttonBaction() will contains all the...
  2. Replies
    7
    Views
    835

    u need to make a class to use the constructor

    u need to make a class to use the constructor
  3. Replies
    3
    Views
    961

    i can't find a tutorial either, but what i will...

    i can't find a tutorial either, but what i will do is
    1.place all the product shots frame by frame in a movieclip
    2.create an onenterframe and check the scroller position
    3.compare scroller._x...
  4. link's broken.

    link's broken.
  5. Replies
    3
    Views
    905

    hmmm, i'm not sure if i'm catching you the right...

    hmmm, i'm not sure if i'm catching you the right way.

    you can probably make the char in 'move' animation and place it at the center of the stage, and then move the background in the opposite...
  6. my advice is the same as kirill, user time line...

    my advice is the same as kirill, user time line may saves tons of your debug time.
  7. Replies
    4
    Views
    625

    basically you'll 1. have 3 movieclips that each...

    basically you'll
    1. have 3 movieclips that each contains one of the nav items.
    2. grab a actionscript tween code(e.g tweener or tweenmax) to tween the rollovered items(in this case, scaleX and...
  8. Replies
    2
    Views
    859

    where did you call the code, have you try to...

    where did you call the code, have you try to replace container with _root.container?
  9. have you try to use allow smooth on the image?

    have you try to use allow smooth on the image?
  10. use css: overflow-x:hidden

    use css: overflow-x:hidden
  11. Replies
    2
    Views
    431

    papervision is cool, i used away and dunno y i...

    papervision is cool, i used away and dunno y i don't fit it
  12. Replies
    3
    Views
    1,739

    try ...

    try

    <script type="text/javascript">
    swfobject.embedSWF("AS3.swf", "AS3Test", "550", "400", "9.0.0", {id:"flashMovie", name: "flashMovie", wmode:"transparent"});
    </script>
  13. Replies
    2
    Views
    454

    try replace "\" with "/"

    try replace "\" with "/"
  14. Replies
    3
    Views
    564

    if the name of your text field is "number", then...

    if the name of your text field is "number", then your condition should be:

    if(number.text == "9"){
    gotoAndStop("Test", 2);
    }else{
    gotoAndStop("Failure", 1);
    }
  15. try loadMovie("swfurl"); in as2

    try loadMovie("swfurl"); in as2
  16. Replies
    2
    Views
    1,974

    if you just want it to play automatically for...

    if you just want it to play automatically for once, you just need to place
    myBook.flipGotoPage(25); in the timeline, there's no need to use onEnterFrame.
  17. is your textbox or the parent movieclip...

    is your textbox or the parent movieclip transformed in any way(such as rotation, scale)? if so, try to "embed" the fonts for the text field even though it's the very basic fonts.
  18. Replies
    3
    Views
    750

    if you actionscript is on the button instance,...

    if you actionscript is on the button instance, you should do:
    on(release) = function(){
    getURL("xxx");
    }
  19. Thread: XML problem

    by marspark
    Replies
    1
    Views
    417

    I just figured out it, incase someone else has...

    I just figured out it, incase someone else has encountered the same problem, you can use xmlNode.removeNode(); to remove the node.
  20. Thread: XML problem

    by marspark
    Replies
    1
    Views
    417

    XML problem

    Hey everyone,

    I've tried to delete a node from a local xml file which loads the data from an external xml. I know it's possible to add new nodes to the local xml file but i'm just wondering if...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center