A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Urgent help!

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    25

    Urgent help!

    Hi guys i am trying to connect "scene 1" to "scene 2"

    Then this ERROR comes out >>> Cannot access a property or method of a null object reference.

    You guys can check my Flash File at >>> http://www.filedropper.com/egg

    Please help. When I only run the Scene 2 it plays but when i tried to connect it with scene 1. An ERROR comes out .

  2. #2
    When in doubt ask Eager Beaver's Avatar
    Join Date
    Feb 2007
    Location
    Planet Earth
    Posts
    911
    FLASH 8
    Give a frame name say "f1" for your frame in scene 1.
    Add a movie clip named play_mc in scene 2.
    add this code:
    play_mc.onRelease =function(){
    gotoAndStop( "f1");
    }
    <signature removed by admin>

  3. #3
    Junior Member
    Join Date
    Jul 2013
    Location
    New York
    Posts
    2
    Thanks for sharing.I checked your Flash File and I was deeply impressed with the quality of work.

  4. #4
    When in doubt ask Eager Beaver's Avatar
    Join Date
    Feb 2007
    Location
    Planet Earth
    Posts
    911
    Thank you.
    <signature removed by admin>

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