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

converting actionscript to javascript

New Here ,
May 14, 2023 May 14, 2023

Copy link to clipboard

Copied

How can i get this to work in javascript when converted?

 

Gabriel26707846dtff_2-1684109565536.png

 

trying to get data from this file 

Gabriel26707846dtff_4-1684109565744.png

 

 

with javascript

Views

539

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
Community Expert ,
May 14, 2023 May 14, 2023

Copy link to clipboard

Copied

that would require several hours of coding to convert.

 

if you're not fluent in js, look for js code that does what you want, learn js or hire someone to code that for you. 

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
New Here ,
May 14, 2023 May 14, 2023

Copy link to clipboard

Copied

I have some knowledge of js I just need a little guide on how to get started.

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
Community Expert ,
May 14, 2023 May 14, 2023

Copy link to clipboard

Copied

they key to that as3 (i believe) is breaking the encoding into its key parts.  i believe that will be:

 

saving the initial/correct positions 

randomizing positions

drag and drop code

checking positions

 

encode each part. there's no need for class files because js isn't really an object oriented language.

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
New Here ,
May 14, 2023 May 14, 2023

Copy link to clipboard

Copied

okay

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
Community Expert ,
May 14, 2023 May 14, 2023

Copy link to clipboard

Copied

excellent.

 

now, you can get free help here with problems you may encounter.  ie, your first post is to broad in scope to help in a forum.  but break that into 20+ more narrow questions and that is doable via this forum.

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
New Here ,
May 15, 2023 May 15, 2023

Copy link to clipboard

Copied

Javascript is very much an object-oriented language, according to (checks Google) practically everyone. What it's not is class-oriented.

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
Community Expert ,
May 15, 2023 May 15, 2023

Copy link to clipboard

Copied

LATEST

thanks for the correction 

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