PDA

View Full Version : Robo-Recon. Platform game WIP. Check it out!!!



Vectortrance
September 21st, 2006, 10:49 PM
So I've been wanting to create a platform game for a long time. I finally stumbled accross the tutorial by Nathan Stockton on Kirupa.com, and got to work modifying his source files to the point where its starting to look pretty good.

What I've come up with thus far is a game called Robo-Recon:cyborg:
Anyway, you can see my modifications to nathan's tutorial here:
www.vectortrance.com/game/game.html (http://www.vectortrance.com/game/game.html)



I'm hoping to create a few more levels, but I'm gonna be screwed without a bit of help from an action script guru.

I'd love some assistance with the following:

- by collecting all 10 crystals, the character goes to the next level (ie. gotoAndStop at the next frame)

If you're bored or wanna be a pal and help, please feel free to download my source file and play around with it. My source is found here: www.vectortrance.com/game/robo-recon.fla (http://www.vectortrance.com/game/robo-recon.fla)
If you do decide to help out, please link your update, or post your script and a description of what you did so I can incorporate your changes into my final file. You will be credited. I will be putting full credits, and I'll include a link to your portfolio too.
Thanks!

KIERIOSHIMOTO
September 21st, 2006, 10:53 PM
Did you just post this again? Don't post the same post in two different forums, and I answered you in the other thread.

Vectortrance
September 21st, 2006, 11:43 PM
Someone mentioned that this post belongs here, so I posted here... I dodn't know how to delete the other one.

KIERIOSHIMOTO
September 21st, 2006, 11:45 PM
Press edit amd delete it in there.

travis
September 22nd, 2006, 12:32 AM
Press edit amd delete it in there.
Only mods can delete threads.

KIERIOSHIMOTO
September 22nd, 2006, 12:58 AM
Oh. I thought if you posted the first post in a thread that you could delete it. I think you can with phpbb?

Joppe
September 22nd, 2006, 10:25 AM
You can with VB too, but they made it only to mods here.

KIERIOSHIMOTO
September 22nd, 2006, 11:23 AM
Oh ok. I didn't know that..

dudeman001
September 24th, 2006, 07:12 PM
onClipEvent(enterFrame){

if(_global.collection == 10){
_root.gotoAndPlay("level2");
}

}