Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7586045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:19:36+00:00 2026-05-30T19:19:36+00:00

I am wanting to stop this yoyo movement when a sound stops. This is

  • 0

I am wanting to stop this yoyo movement when a sound stops.

This is not all the code but the important parts:

I DECLARED THE VAR OUTSIDE OF THE FUNCTION:

var BB:Tween;

……..

function BounceBeau()
{
    var BB:Tween = new Tween(Beau,"y",Strong.easeOut,stage.stageHeight - BeauHeight,33,5,false);
    BB.addEventListener(TweenEvent.MOTION_FINISH, PlayBB);
    function PlayBB(e:TweenEvent):void 
               {
        BB.yoyo();
           }

}

THE BOUNCE STARTS WITH SOUND AND STOPS WHEN OVER.

function PlaySound()
{

    var ThemeSong:SoundChannel;
    var s:Sound = new Sound(new URLRequest("MySound.mp3"));
    ThemeSong = s.play();

…

BounceBeau();

…

    ThemeSong.addEventListener(Event.SOUND_COMPLETE, onPlaybackComplete); 
    function onPlaybackComplete(event:Event):void
        {
        BounceBeauStop();
        }
}

…
THIS CODE WAS IN BUT I FORGOT TO POST IT

function BounceBeauStop()
{
BB.stop();
}

THE ERROR I GET:
TypeError: Error #1009: Cannot access a property or method of a null object reference.

Any Thoughts. 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T19:19:37+00:00Added an answer on May 30, 2026 at 7:19 pm

    In your BounceBeau(), change var BB:Tween to just BB. You are inadvertently shadowing the declaration of BB by redeclaring it locally.

    function BounceBeau()
    {
        BB = new Tween( ...
        ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this simple code: public void Run() { var invokerThread = new Thread(new
I'm a linux noob wanting to migrate this piece of C# code: using System;
I am wanting to match all occurrences of a certain word (in this case
I do not really use any try/catches in my code ever but I'm trying
I have this code that was running for about 2 hours. After that the
I am simply wanting to stop a user entering carriage returns in a TextArea.
I'm wanting to stop two users accidently overwriting each other when updating a record.
I came across this article: Stop Wasting Money On WebLogic, WebSphere, And JBoss Application
I am hoping someone can help me with this issue ... I am wanting
I find myself wanting to use Emacs, mostly because of org-mode, but I'm having

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.