Don't Escape
I'm a werewolf and it's a full moon. I have to find a way to prevent myself from escaping.
3.84 / 5.00 35,648 ViewsRagnarok Online Jigsaw
Did you play Ragnarok Online? Do you like that game?
3.51 / 5.00 13,584 Viewsim making a stupid game with a space ship flying around, sorta like asteroids. but i have a city below, i want to make it a platform and one or 2 buildings distructable.
i already got the ship to fly around, how do i make it so that the base is a platform, make 2 buildings destrctable, and be able for the ship to shoot where its pointed
i would really like some help.
Ok im not so sure about the shooting, but it will have something to do with duplicateMovieClip... andyways i can help you with the buildings... I think... This is very expiremental because i havent the time work it our fully.
Ok make a building a movie clip name it instance "building". Put a stop(); action in the first frame and. Next, name the second frame "down", then in the following frames do the animation of the builing being destroyed.
(remember to put a stop(); action on the last frame so it doesnt loop)
Ok, now for the code, make the bullet and name it the instance of "bullet"
On the bullet MC put this code::
onClipEvent (enterFrame) {
if (_root.building.hitTest (this)) {
_root.building.gotoAndPlay("down");
}
}
Meh its something like that... lol ots probably the worst was to do it... Anyways i hope this helped even just the little bit,
Captain Awesome
How bout you repay me by voting 5 on some of my movies eh? Lol seriously its ok, i struggled with this for a while aswell...
At 2/12/05 02:41 AM, almightyhans wrote: THANK YOU SO!! MUCH!
i still dont know how to make the ship shoot
There has to be a trillion of them out there, just look on flashkit. com and stuff
At 2/12/05 03:17 AM, Capt_Awesome wrote: There has to be a trillion of them out there, just look on flashkit. com and stuff
cool animations dude!