Be a Supporter!

Need Platformer Codes

  • 296 Views
  • 4 Replies
New Topic
Mybestgames
Mybestgames
  • Member since: Mar. 29, 2011
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Need Platformer Codes 2011-04-10 10:59:13

I NEED PLATFORM CODES IT IS CONFUSING

rendibsivad
rendibsivad
  • Member since: Apr. 7, 2011
  • Offline.
Forum Stats
Member
Level 05
Artist
Response to Need Platformer Codes 2011-04-10 11:19:00

That my friend should be in the FLASH OR PROGRAMMING FORUM!


the lord of our savior. el christio

BBS Signature
SweetenBoy
SweetenBoy
  • Member since: Jun. 28, 2010
  • Offline.
Forum Stats
Member
Level 04
Programmer
Response to Need Platformer Codes 2011-04-10 14:11:06

At 4/10/11 11:19 AM, rendibsivad wrote: That my friend should be in the FLASH OR PROGRAMMING FORUM!

Yep, what he said.

Do you know anything about flash programming? Here's a hint:

onClipEvent (load) {

acc = 9.8;
time = 0;
fps = 20;

}
onClipEvent (enterFrame) {

time = time+1/fps;
this._y += Math.pow(time, 2)*acc;
_root.restart.onPress = function() {

_root.(whatever)._y = -50;
time = 0;

};

}

That my friend, creates gravity.


I'm loving and tolerating the shit outta you

BBS Signature
Mybestgames
Mybestgames
  • Member since: Mar. 29, 2011
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to Need Platformer Codes 2011-04-10 21:20:18

At 4/10/11 11:19 AM, rendibsivad wrote: That my friend should be in the FLASH OR PROGRAMMING FORUM!

:C

Auz
Auz
  • Member since: Feb. 23, 2005
  • Offline.
Forum Stats
Moderator
Level 57
Movie Buff
Response to Need Platformer Codes 2011-04-11 08:19:46

And this doesn't belong in the Video Games Forum either.

If you need help with action scripting in Flash, ask around in the Flash Forum.


[Forum, Portal and Icon Mod]
Wi/Ht? #36 // Steam: Auz
The Top 100 Reviewers List (Last updated: 28 December 2014)

BBS Signature