First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Corky§urprise
Now, lets 1st finish those glitches. There are 2 ways to do this, and the simpler method would require me changing the whole script....and im not currently bothered to do that, so we'll do it the cheesiest method possible, create a square which covers up platform1 on the left side and call it (MC & Instance) "subplat1" Why subplat1? Well, it doesn't have to be subplat1 it just stands for sub platform 1 in my head. Back to the character, give it the following script:
onClipEvent (enterFrame) {
	if (this.hitTest(_root.subplat1)) {
		_x = _x-10;
	}
}
Remember this is on the left side. If you do it on the right he will be pushed through it. Now, create one for the right side and call it subplat2 and so on....and give the character the following script....sigh again...:
onClipEvent (enterFrame) {
	if (this.hitTest(_root.subplat2)) {
		_x = _x+10;
	}
}
You can guess what that does... Now do the same for the 2nd platform (if any) and give the things subplat3 and copy the script and edit it to subplat3 e.t.c.(and for 4) I didn't read what i jsut typed and i think it was a little confusing, if so email me. Now that we have the glitches sorted lets "decorate" the game Now, we need to add gravity, and I know the cheesiest method to do it. Give the character the following script:
onClipEvent (enterFrame) {
	if (hitTest() == false) {
		_y = _y+10;
	}
}
» Level Basic

Added: 2005-01-18
Rating: 7 Votes: 8
(10 being the highest)
» Author
Show respect to C & T
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.