Hi all i saw the DuplicateMiovieClip tutorial and it helped a little…
But see i want to make a ballon Pop game.
And i need to know how to make it if.
My “ballon”
Goes up the screen using this code
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
this._y -= speed;
}
And gets removeMoveiClip()
when it hits the top and duplicates by going from bottom to top
Wow i hope i explaied it right…
Or maybe you can give an example or a short helper
Sorry, I am really not thinking right tonight. I am not exactly sure how to get it to work.
I think I have to pass and see if someone else can help you. I have ideas brewing, but my mind is functioning way off course tonight, I have no clue why.
Well i loved the help and i will post here all the time now…
But lets hope next time i dont get SPAMED.
Well cya soon i have to study the code i got from eliose
O.K Thank you so much not only do i know how to do the duplicateMoveClip i also know how to do a gun with bullets…
But only one problem…
I need to know how to make a limit on things.
So my bullets dont have infinity…
Like 4 then wait like 5 seconds and then another 4…