Jump to content


help needed about buttons


  • You cannot reply to this topic
5 replies to this topic

#1 player123

    Young Padawan

  • Members
  • Pip
  • 4 posts

Posted 08 March 2006 - 12:42 PM

hi. i have a little problem in flash. i created a little scrolling image gallery with pictures converted into buttons, so that they can be clicked. the thing is that they cant be clicked because they are within a movieclip. i cant remove the movie clip, cause i needed. this is the code i used for my buttons.

on (release) {
gotoAndPlay("Scene 2");
}


does anyone know how i could make this work
tnx :)

#2 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 08 March 2006 - 01:21 PM

Instead of using buttons, create clickable movieclips...

1. create a movieclip, assing an unique instancename
2. put your pic inside that movieclip, with help of actionscript or by importing it.
3. actionscript in the main Timeline:
yourmcname.onRelease = function(){
gotoAndPlay(whatever);
}

Edited by funkysoul, 08 March 2006 - 01:21 PM.


#3 player123

    Young Padawan

  • Members
  • Pip
  • 4 posts

Posted 08 March 2006 - 01:46 PM

wow thanks man, i will try that!
cheers!

#4 player123

    Young Padawan

  • Members
  • Pip
  • 4 posts

Posted 08 March 2006 - 01:57 PM

i still cant get it to work. can i send you the .fla file and see if you can get it to work. its my ict project and i need to completed it by the end of the month.

#5 estong

    Young Padawan

  • Members
  • Pip
  • 4 posts

Posted 15 March 2006 - 09:23 AM

have u tried assigning an ascript on each movieclip inside the parent clip?

#6 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 15 March 2006 - 09:36 AM

Problem has been fixed. ^_^





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users