How to smoothly slide objects around in Flash
Author: Bill Trikojus
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
|
|
|
![]() |
|
|
|
|
![]() |
|
|
|
|
![]() |
|
|
|
|
![]() |
|
|
|
|
![]() |
|
|
|
|
Share
Like this? Click a link below to share it...Subscribe and Download

Comments
2008-10-24: chris said:.prototype dosnt seem to work with any flash player above 6!!!!
can you give me any advice on what needs to replaced by .prototype?
or how i convert the scripting in this fla into external AS file?
thanks.
2008-10-25: Bill Trikojus said:
In AS3 you extend the built in objects by using the extends keyword in the class definition
Prototype still works in versions after 6 though. Make sure you don't have any minor typos
eg
Movieclip.prototype instead of MovieClip.prototype
cheers
2008-10-29: kiran said:
Hi sir,
I like your tutorial...i am flash AS2 learner..i watch your vidio files... I want to download that...tell me how i download that vidio files?
thanks.
2008-10-29: Bill Trikojus said:
check out the podcasts
2009-05-13: chris said:
I've remodified this script to work with rotation, alpha and scale. It works great, but i've been learning AS3 and am not a fan of using tween classes. . . .
Is there any .prototype for AS3?
Thanks.
2009-05-13: Bill Trikojus said:
prototype was used to extend the built in objects to give them an extra bit of functionality. You now do that by making a custom class and extending the built in class
eg
public class Ball extends MovieClip{
//add extra functions
}
You can then connect the class with a movieclip in the library by going to its linkage and settings its class to Ball.
Hope that helps
Post a comment
Garbage posts and SPAM will be deleted.






';