Like to rate videos and let people know what you think?
Automatically share your ratings, favorites, and more on Facebook, Twitter, and Google Reader with YouTube Autoshare.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
Like to share videos with friends?
Automatically share your ratings, favorites, and more on Facebook, Twitter, and Google Reader with YouTube Autoshare.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
This video has been removed from your Favorites. (Undo)
Like to Favorite videos and let people know what you think?
Automatically share your ratings, favorites, and more on Facebook, Twitter, and Google Reader with YouTube Autoshare.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
In AS3, you are only aviable to enter codes in the frames, for example: if I name one symbol's instance name into "tea", you may enter the code into the fram like this: tea.codes
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
we are making an rpg game but this is our problem.. hope for your answer..
by the way i use the:
if(Key.isDown(Key.UP){
_x+=7;
gotoAndPlay(1);
}
Buy the adobepacage.
Clip events are permitted only for movie clip instances
Give your character an instance name of "char". Then use this script:
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
_root.char._x -= speed;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
_root.char._x += speed;
}
}
if I name one symbol's instance name into "tea", you may enter the code into the fram like this:
tea.codes