very nice!
Posted 11 months ago
I have fixed the seam. I will mailt the new .fla for anyone who has purchased the file and asks for it,
Posted 11 months ago
hey aqb
yes it’s easy for me, hard for you !
I’d like to see your portfolio 
Now Now.. It is easy to create, even for a beginner. However the idea behind is it at a higher level
– Good file zsolt
WHEN I TEST MOVIE IT GIVES ME THIS OUTPUT ERROR (normal state over state back state normal state)
WHAT SHOULD I DO AND WHAT DO YOU RECOMEND AS A CODE FOR ME TO ADD A LINK AND WHERE IN THE FLA FILE , ALSO IT HAS TO OPEN IN BLANK ….
MY E -MAIL IS webmaster@bahijproductions.com im a newbie 
hi bahij
sorry I was on holiday I didn’t noticed your post…
the output error you have mentioned is just a common trace for debug purpouses
Posted 10 months ago
Hi,
nice file, i really appreciate it. I was wondering how to add a link to it so as it opens another page of my website which is fully flash.
Normally, i use such code :
on (rollOver) { gotoAndPlay(2); } on (releaseOutside, rollOut) { gotoAndPlay(11); } on (release) { loadMovieNum (“contacts.swf”, 1) }
But i does not work in this case.
Any ideas?
Posted 10 months ago
I post the code again as previously i didn’t wrote it well 
on (rollOver) {
gotoAndPlay(2);
}
on (releaseOutside, rollOut) {
gotoAndPlay(11);
}
on (release) {
loadMovieNum ("contacts.swf", 1)
}
Posted 10 months ago
hi nicolash
that’s the way you can add a link to the button, but only a little in an other direction…
you have to edit the sticker_mc movieclip. double click it and on the layer 14 on the first frame you have to change the actionscript code with this :
// sticker button code this.onRollOver = function() { //clearInterval( intBack ); this.play(); };
this.onRollOut = function() { this._parent.sticker_mc.play(); //goBackward(); };
this.Release = function() { this._parent.sticker_mc.play(); _root.gotoAndStop ( “LABEL_NAME” ); //goBackward(); };
of course LABEL _NAME has to be a real label you had defined in the flash timeline
hope this helps
Zsolt
Posted 10 months ago
If you click on the button, then drag off the page, and unclick, when you go back, it works opposite.
Posted 9 months ago
I purchased this yesterday and can’t open it with Flash CS3 . Any ideas? Thanks
Posted 7 months ago
great – please mail to laurie@meetingsenroute.com. Much appreciated!
Posted 7 months ago
I just purchase this file but after I downloaded it says Zero KB…try to download it again and each time gives me a different filename and always Zero kb… can you send me an email with the .zip?
Thanks in advance
Posted 7 months ago
Hi blackdogdesign
message sent for you
@anacris mail me for the file please sice I don’t know your email
thanks
Posted 7 months ago
hi im trying to add an external link to the sticker (target=_Blank), how would the action script look like for that?? im a newbie
so i really apriciate your help guys!!
Thx
Posted 6 months ago