The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 Viewsgreat, that works for fading in thanks a lot (here it is http://spamtheweb.com/ul/upload/230709/7 2779_twilight_arts_logo.php)
but how do you fade out?
u can try this if ur doing a movie and want it on the 1st frame
u draw a big box
on the frame you write
stop()
box.alpha = 0
then on the event listener u just do
box.alpha+=.5
if(box.alpha>90){
gotoAndPlay(2)
}
i forget whether alpha is out of 100 or 1 in as3 but u need to look that up and how to use enter frame with event listeners
or in as2
onEvent(load){
box.alpha = 0
}
onEvent(enterFrame){
box.alpha+=.5
if(box.alpha>90){
gotoAndPlay(2)
}
}
Kill zombies http://www.newgrounds.com/portal/vi ew/503827
Manage a smoke shop. http://www.newgrounds.com/portal/vi ew/507244
Aim-Jereminion