Flash CS6 Tutorial: Easy Actionscript

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 19

  • @lydendeth
    @lydendeth 11 ปีที่แล้ว

    You're great! I really like your tutorial and I think it's very useful. I also found that your talk is so funny mate! Thanks (Y)

  • @MKx2_05
    @MKx2_05 5 ปีที่แล้ว

    thaaaaaaaankk youuuuuuuuuuuuuuuu man you hav did a realy good thing to me hankyou

  • @FlashPilotHD
    @FlashPilotHD  12 ปีที่แล้ว

    I will make some more tutorials for the beginners and then make some easy Flash game with simple actionscripting :)
    Dont forget to subscribe to the channel so you can be noticed about the upcoming videos! =)

  • @RandomlyEpic1
    @RandomlyEpic1 12 ปีที่แล้ว

    Okay, this really helped! I have a couple of questions, what code should i use if i want it to follow my mouse instead of using arrow keys. And i also want to know what code to use if i click a place and i want the airplane to go there. Last one, Okay so tada,we made the script! yay, now what? is there a way we can enter it into our site or something?

  • @vanguardmedia2181
    @vanguardmedia2181 10 ปีที่แล้ว +1

    Something wrong with your code, Ace. I'm getting a "This script contains syntax errors, so it cannot be Auto Formatted. Fix the errors and try again."
    Thank you SO much.

  • @aileenparker727
    @aileenparker727 11 ปีที่แล้ว

    this helped me alot :))

  • @kasiwassie12345
    @kasiwassie12345 10 ปีที่แล้ว

    How would you make the plane tilt when it moves diagonally rather than it just being either vertical or horizontal?

    • @TorstenPower
      @TorstenPower 9 ปีที่แล้ว

      I'm not sure if this will definitely work but you could maybe try
      if(Key.isDown(Key.UP)&&(Key.RIGHT))
      {
      Airplane._rotation=45;
      }
      This just means that when both "Up key" and "Right key" are down then the plane will go at a 45 degree angle. This is probably slightly wrong though but it's still roughly what you would have to do.

  • @ibukunorefuja7159
    @ibukunorefuja7159 11 ปีที่แล้ว

    please can you be of assistance for a game project i'm working on, i'm stucked with action script codes for go to and play from one scene to another and play again button

  • @trevorphillips7822
    @trevorphillips7822 12 ปีที่แล้ว

    @RandomlyEpic1 sVe as .swf this enables you to impkant it in html or whatever

  • @techgenius2000
    @techgenius2000 11 ปีที่แล้ว

    are you using actionscript 3? thats the problem

  • @TheOfficialReThink
    @TheOfficialReThink 11 ปีที่แล้ว

    thx m8

  • @jacobmorgan5080
    @jacobmorgan5080 6 ปีที่แล้ว

    I have big problem, why is flash?

  • @geraldmountaindew5888
    @geraldmountaindew5888 8 ปีที่แล้ว

    Key is undefined

  • @xcrpyxstripesx
    @xcrpyxstripesx 12 ปีที่แล้ว

    TTB :)

  • @luizmoura455
    @luizmoura455 11 ปีที่แล้ว

    What is an obiect? =)
    Just kidding.