How to make Flash buttons in Giotto
May 27, 2011
We’re glad to present you video tutorial, made by one of our users, TheLotusPwns. She gave us very useful feedback, and also shared great advices for the new users of Giotto. Be sure to check it out:
Here are the Actionscript codes that she found useful:
on(release){//this means the code activates when the mouse button is released
gotoAndPlay(#);// this code takes you to the frame number specified
}
on(press){//this means the code activates when the mouse button is pressed
nextFrame();// this code takes you to the next frame
}
on(release){
prevFrame();// this code takes you to the previous frame
}
stop();//this code stops the animation or game
on (release) {
getURL(“http://www.google.com”,”_blank”);//this opens google in a new tab
}
This is a good Tut, and a really good software…but there’s something that i’m missing:it’s there a way to export the animation into images?If no(as i presume
)will it be in version to come?
Again, i’m enjoying Giotto!
No, ther’s no way to export animation int sequence of images, we’ll put that on the list of future developments. Thanks for your feedback.