Skip to main content
Known Participant
May 23, 2020
Question

as3 and java

  • May 23, 2020
  • 1 reply
  • 371 views

i am novice in javascript.

when programminf in as3 with animate cc i have a lot of help using the compiler errors which shows my mistakes.

when converting as3 to html5 canvas i need to translate the as3 to java script, but being novice i have many errors which when using as3 icould easily trace and in java script not.

is there a similar tool for java script to show errors?

 

    This topic has been closed for replies.

    1 reply

    Legend
    May 23, 2020

    Of course there is. Press F12 in the browser to display the developer console.

    udikAuthor
    Known Participant
    May 23, 2020

    thank you