Jump to content


Photo

Hiding a frame?


  • Please log in to reply
2 replies to this topic

#1 jorgerb

jorgerb

    Young Padawan

  • Members
  • Pip
  • 1 posts

Posted 08 April 2005 - 03:19 PM

Is there any way to setup a button so that it hides a frame or many frames?

#2 FlashGameboy

FlashGameboy

    Young Padawan

  • Members
  • Pip
  • 139 posts
  • Gender:Male
  • Location:Somewhere over the rainbow
  • Interests:Mostly flash but im trying to work on Maya and some<br />signiture design

Posted 11 April 2005 - 06:30 PM

well im not realy sure how you can do that but you could make a button llike
on(release){
_root.thestuffyouwanttohide._alpha = 0
}
oh yeah you could change the position of it so its off screen :)

#3 CoryMathews

CoryMathews

    P2L Jedi

  • Members
  • PipPipPip
  • 554 posts
  • Gender:Male
  • Location:Texas

Posted 11 April 2005 - 09:09 PM

just make 2 frames and in the first have it visible and in the second it not there. just put on the button.

on (release) {
gotoAndStop(2);
}

and on the 2nd one replace the 2 with 1 or whatever frame you want to go to.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users