4WebHelp
 FAQ  •  Search  •  User Groups  •  Forum Admins  •  Smilies List  •  Statistics  •  Rules   •  Login   •  Register
Toggle Navigation Menu

 I would love to know how to insert a button on my flashimage
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic
Author Message
Jamie2005
Junior WebHelper
Junior WebHelper


Joined: 05 Aug 2004
Posts: 1

PostPosted: Thu Aug 05, 2004 1:32 pm (19 years, 8 months ago) Reply with QuoteBack to Top

I would love to know how to insert a button on my flash image please can someone help me?
OfflineView User's ProfileFind all posts by Jamie2005Send Personal Message
diz
Junior WebHelper
Junior WebHelper


Joined: 16 May 2004
Posts: 4
Location: Poland

PostPosted: Fri Aug 06, 2004 3:12 pm (19 years, 8 months ago) Reply with QuoteBack to Top

What kind of button are you asking about ?
If you want to amek a flash button simply create movie clip , with four frames (off, over, on, clicked for ex.) with graphics of button in each, and write in frame with newly-created MC action script code:
Code:
your_named_mc.onRollOver= function () {
  this.gotoAndStop("on");
  //here whatever else u want
}
your_named_mc.onRollOver= function () {
  this.gotoAndStop("over");
  //here whatever else u want
}

your_named_mc.onRollOut= function () {
  this.gotoAndStop("off");
  //here whatever else u want
}
your_named_mc.onRelease= function () {
  this.gotoAndStop("clicked");
  //here whatever else u want
}

________________________________
The life is to short for trying every thing, so try as more as you can.
OfflineView User's ProfileFind all posts by dizSend Personal MessageVisit Poster's Website
Display posts from previous:      
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic


 Jump to:   




You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot edit your posts in this forum.
You cannot delete your posts in this forum.
You cannot vote in polls in this forum.


Page generation time: 0.121073 seconds :: 18 queries executed :: All Times are GMT
Powered by phpBB 2.0 © 2001, 2002 phpBB Group :: Based on an FI Theme