A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: TypeError: Error #1034: Type Coercion failed: HELP PLZ!!!

Hybrid View

  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    24

    TypeError: Error #1034: Type Coercion failed: HELP PLZ!!!

    wtf is this error

    it was fine and working one time the next time i open it it doesnt' work and throws me this error:

    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Stage@dbd2b51 to flash.display.MovieClip.
    at pf/SurroundCalc()
    at pf/firstCalc()
    at pf/startFinInit()

    i'm so confused

    it was working fine please help!?!

  2. #2

  3. #3
    Junior Member
    Join Date
    May 2009
    Posts
    24
    nvm mind i was defining parents wrong.... how does one do that i need to make movieClipA the parent of movieClip b which are dynamically created MC's

  4. #4
    Junior Member
    Join Date
    Oct 2008
    Posts
    20
    movieClipA.addChild(movieClipB) instead of addChild(movieClipB).

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