00:00
00:00
View Profile Anco6900
Just out here to have some fun and make some flashes.... and I love it!

Age 30, Male

Canada eh!

Joined on 12/15/08

Level:
10
Exp Points:
915 / 1,110
Exp Rank:
71,926
Vote Power:
5.18 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
7
Saves:
25
B/P Bonus:
0%
Whistle:
Normal
Medals:
95
Gear:
1

Wanna know how to make easter eggs.....

Posted by Anco6900 - June 17th, 2009


I want to know how to make easter eggs but I don't know how. I have tried looking it up on the web but it never finds what I'm looking for and I've tried doing it myself but I still have no luck. I'm still trying but if someone already knows how please do tell.

Also still having no luck getting clear gif. images soooo if you know that as well let me know......

...... ya that's all the news I got..... Prototype is awesome........ alright just thought I'd share that :)


Comments

3rd

To make an easter egg just put a button in a place in the flash where you think people wont look. You dont have to put it in a place they probly wont look though. That part's up to you. Same with what's in the easter egg. It's not hard. As long as you know how to do buttons.

I know how to make buttons but my problem is that I'm not so great with action script. Basically, the button can bring you to whatever frame the egg is but when the actual movie is done it will still play the easter egg. Also why I never have a replay screen, cause I don't know how to stop the movie at that frame.

I think to make an Easter Egg, like in the main menu, you just have something that's clickable then use this code (if AS 2.0):

on(release){
gotoAndPlay(enterFrame);
}

something like that. Then it should take you to that frame and play your easter egg scene. Hope this helps :3

oh and hell yeah prototype is AWESOME!

yea I have done that but the regular movie doesn't stop before the egg, instead it keeps playing through the egg as well. Basically the button works just it doesn't really have a purpose

the stop code is:

stop();

just input that on the end of the movie, then make a button with "replay" on it that will replay the movie. I know the basics of programming, so if you have any coding prob. let me know. course, I work w/Flash 8 (Action Script 2.0), so it wont be of any help if you use AS 3.0

I use CS4 flash. I've haven't tried this before so hopefully this will work! Thank you for the help.