I have a flash template with 6 buttons for 6 menu pages
for example the actionscript for button3 looks like that:
on (rollOver) {
gotoAndPlay("p1");
}
on (releaseOutside, rollOut) {...
Type: Posts; User: bartiss; Keyword(s):
I have a flash template with 6 buttons for 6 menu pages
for example the actionscript for button3 looks like that:
on (rollOver) {
gotoAndPlay("p1");
}
on (releaseOutside, rollOut) {...
Hello I am new to flash and have a basic question
I have a gallery.xml which looks like that:
<gallery>
<image id="#1" thumb="thumb1.jpg" im="im1.jpg" />
<image id="#2" thumb="thumb2.jpg"...