পরবর্তী আসছে

How to make image gallery with next and previous buttons in Flash simplest tutorial for absolut begi

0 ভিউ· 11/12/19
Jasmina Susak
Jasmina Susak
সাবস্ক্রাইবার
0
ভিতরে

Simplest way to create an image gallery in Flash for absolute beginners

Code for Previous button:
on (release) {
prevFrame();
}

Code for Next button:
on (release) {
nextFrame();
}

Take a look at this image gallery in action on devianART:
http://jasminasusak.deviantart.....com/art/How-to-make

আরো দেখুন

 0 মন্তব্য sort   ক্রমানুসার


পরবর্তী আসছে