Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


flash 8

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Golden Wing
Grandmaster Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 905

PostPosted: Sun May 04, 2008 12:06 am    Post subject: flash 8 Reply with quote

in flash 8 i need help in making this:

Example:

you click menu button then a menu pops up how do i make that?and it have a little "x" in the corner to close it

please if someone could help me Smile
Back to top
View user's profile Send private message
deleted user 111213
Grandmaster Cheater
Reputation: 0

Joined: 09 Nov 2007
Posts: 714

PostPosted: Sun May 04, 2008 7:38 am    Post subject: Reply with quote

make a menu in the same frame and give it an instance name of "menu1" without the qoutes. put in the same frame,
Code:
menu1._visible=false;
and on the button, type in
Code:
menu1._visible=true;
and for the close button type in
Code:
menu1._visible=false;
Back to top
View user's profile Send private message
Golden Wing
Grandmaster Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 905

PostPosted: Sun May 04, 2008 3:13 pm    Post subject: Reply with quote

ghostrider1337 wrote:
make a menu in the same frame and give it an instance name of "menu1" without the qoutes. put in the same frame,
Code:
menu1._visible=false;
and on the button, type in
Code:
menu1._visible=true;
and for the close button type in
Code:
menu1._visible=false;
yes finally ty! +rep edit:it dont work..
Sad
Back to top
View user's profile Send private message
deleted user 111213
Grandmaster Cheater
Reputation: 0

Joined: 09 Nov 2007
Posts: 714

PostPosted: Mon May 05, 2008 3:48 am    Post subject: Reply with quote

o right. sorry, i missed out
Code:
on(release){
menu1._visible=true;
}
for the open button. and for the close
Code:
on(release){
menu1._visible=false;
}
, now that should work for you.
Back to top
View user's profile Send private message
Golden Wing
Grandmaster Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 905

PostPosted: Mon May 05, 2008 1:43 pm    Post subject: Reply with quote

o nvm lol it worked before you posted then other 1 lol but thx anyway Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
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
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites