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

having trouble with 1084: Syntax error: expecting rightparen before colon

New Here ,
Nov 19, 2019 Nov 19, 2019

Copy link to clipboard

Copied

it's asking for a rightparen between the MouseEvent and the colon

here is the line of code the error is showing up in:

function fl_ClickToGoToAndPlayFromFrame(event: MouseEvent: startBtn) {

 

TOPICS
ActionScript , Error

Views

425

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Expert , Nov 19, 2019 Nov 19, 2019

use:

 

function fl_ClickToGoToAndPlayFromFrame(event: MouseEvent) {

Votes

Translate

Translate
Community Expert ,
Nov 19, 2019 Nov 19, 2019

Copy link to clipboard

Copied

LATEST

use:

 

function fl_ClickToGoToAndPlayFromFrame(event: MouseEvent) {

Votes

Translate

Translate

Report

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