A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: placing attachMovie

  1. #1
    Member
    Join Date
    May 2003
    Posts
    55

    placing attachMovie

    i have a problem, i tried to attach a movie and place it in the position x=0,y=58, in the main scene but it doesnt work, it come in the wrong place, how i can fix this? i attached u the file and i hope someone can help me...
    Attached Files Attached Files
    • File Type: fla n.fla (45.5 KB, 19 views)

  2. #2
    _global.chosenson="flash"; chosenson's Avatar
    Join Date
    Jul 2002
    Location
    BIG APPLE
    Posts
    716
    i adjusted your script. It is now working as you have it wrote. See attachment.
    If you have a question, need some help, email me:chosenson

    It's always the simplest things that escape the complex mind!

    always be just

  3. #3
    Member
    Join Date
    May 2003
    Posts
    55
    thankyou chosenson for adjusting my AC, and sorry for late to thankyou

    but there is a problem, when i just click on the button, it moves to the place that the movieClip will appear, and also how can i place the movieClip a little down?
    i tried this code but it didnt work:


    Code:
    on (press) {
    	attachMovie("b1","b2",10);
    	_root.b2._y=23;
    		}

  4. #4
    _global.chosenson="flash"; chosenson's Avatar
    Join Date
    Jul 2002
    Location
    BIG APPLE
    Posts
    716
    I made the necessary changes. Look at the script attached to the button for my comments on what I did.
    If you have a question, need some help, email me:chosenson

    It's always the simplest things that escape the complex mind!

    always be just

  5. #5
    Member
    Join Date
    May 2003
    Posts
    55
    thankyou very much, it worked very well

  6. #6
    _global.chosenson="flash"; chosenson's Avatar
    Join Date
    Jul 2002
    Location
    BIG APPLE
    Posts
    716
    You're welcome!
    If you have a question, need some help, email me:chosenson

    It's always the simplest things that escape the complex mind!

    always be just

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center