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

How to make game English for children?!

New Here ,
Jul 28, 2015 Jul 28, 2015

Copy link to clipboard

Copied

Hi !

Can you show me how to make a circle ( with divided by 8 lines ) , There are 4 letters A B CD on that circle line, and they turn around then around. When a letter turn to the position 90*, it  becomes bigger, when it pass away from that, it backs to the previous mode.

Thanks so much


709Eh4UNZ.jpg

TOPICS
ActionScript

Views

279

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 ,
Jul 28, 2015 Jul 28, 2015

Copy link to clipboard

Copied

Hi,

Can you give us more infos plz ?

Like if you wanna have it only as an animation, or may it be interactive ?

Because you can make it on the easiest way with pre-generated animation's movieclip, or full dynamically generated with code.

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 ,
Jul 28, 2015 Jul 28, 2015

Copy link to clipboard

Copied

Thanks for reply

It can be interactive.

when a letter turn to the 90* position, it wll stop 2-3 second, and become bigger. When it stop, you can click on it. The other letters are similar to that.

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 ,
Jul 29, 2015 Jul 29, 2015

Copy link to clipboard

Copied

Ok thanks for this explanation.

So basically, I see it on 2 possibles ways :

- animation-side : you could create the movieclip with the full animation for a full loop. All the letters will be tweening through a motion guide, by this, they won't rotate on themselves. But you need some interactivity, so you will need to add some code in the letter movieclip (the basic MouseEvent.CLICK dispatcher, and add the listener fonction of course).

- as3-side : more tricky, but most powerfull the one. You'll have to handle it with angles calculations, then easily do a pause every 20° as instance, and activate the interactivity on the letter concerned.

http://code.tutsplus.com/tutorials/circular-motion-in-as3-make-one-moving-object-orbit-another--acti...

By the way, what are your AS3 programming skills ?

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 ,
Jul 29, 2015 Jul 29, 2015

Copy link to clipboard

Copied

LATEST

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