Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Skip to next frame from a checkbox that is located in a scrollpane .

Guest
Mar 02, 2016 Mar 02, 2016



Can you help me i have this code like this

import flash.events.MouseEvent;

import flash.display.MovieClip;

public class testNN extends MovieClip{

MovieClip (SP.content).btn.addEventListener(MouseEvent.CLICK, goForward);

function goForward(event:MouseEvent):void {

    MovieClip (CheckBox.content).nextFrame();

}

}

;

i have this errors :

Scene 1, Layer 'Layer 1', Frame 1, Line 7 1114: The public attribute can only be used inside a package.

Thanks

TOPICS
ActionScript
176
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2016 Mar 02, 2016
LATEST

please don't open duplicate posts.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines