Interactive Coding
Started by: NiNmArS | Replies: 3 | Views: 478
Mar 22, 2014 12:07 PM #1178717
I want to make a interactive menu but I dont know how, does someone know a tut or a code on it?
Mar 22, 2014 12:12 PM #1178719
How did you make your sig?
Mar 22, 2014 12:47 PM #1178729
I mean when you click the button it goes to another frame like those clan interactive menus.
Mar 22, 2014 2:17 PM #1178750
if you're using AS2 it's:
on(release){
_root.gotoAndStop(putwhateverframenumberhere);
}
on(release){
_root.gotoAndStop(putwhateverframenumberhere);
}