Remove Ads

Share on Facebook Share on Twitter

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Basics] Movie AS
#1
heres another tutorial be me =D

what is as?
AsctionSCripting


what does it do?
its a programming language that cominates with yuor drawings

how?
here's some of the basic as commands you can use in a movie

Code:
stop();

k if u dont know what that means then go see a doctor :p anyways it means it stops on the frame where this has been placed

but what if it stopped and u want it to continue?

thats easy Wink
Code:
play();

but what if you want to go to a frame which u gave a name:
like i name a frame; "noob"
and i want to go there when i click on a button

thats easy
Code:
gotoAndPlay("noob");

but if u dont like giving frames a name then count on which frame it is!
example on frame 10 =)
Code:
gotoAndPlay(10);

but if u dont want it to play but stop on that frame use:

Code:
gotoAndStop(10);

or

gotoAndStop("noob");


thats all

Have Fun Smile

//Rochy


YAY I'm The First One 100th Posts! =D
Reply
#2
This is only flash 8?=(, post compactible versions above the tut next time plx?=)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)