Go Back To home

Flash 8 Game Making Tutorial Report

By on
864 46
1 2 3 4 5
2 3
Flash 8 Game Making Tutorial

This is a little tutorial about how to make a game in macromedia flash . here the code for the character: onclipevent (load) { var ground:movieclip = _root.ground; var grav:number = 0; var gravity:number = 2; var speed:number = 7; var maxjump:number = 12; var touchingground:boolean = false; } onclipevent (enterframe) {y += grav; grav += gravity; while (ground.hittest(x, _y, true)) {y -= gravity;…show morethis is a little tutorial about how to make a game in macromedia flash . here the code for the character: onclipevent (load) { var ground:movieclip = _root.ground; var grav:number = 0; var gravity:number = 2; var speed:number = 7; var maxjump:number = 12; var touchingground:boolean = false; } onclipevent (enterframe) {y += grav; grav += gravity; while (ground.hittest(x, _y, true)) {y -= gravity; grav = 0; } if (ground.hittest(x, _y+5, true)) { touchingground = true; } else { touchingground = false; } if (key.isdown(key.right)) { _x = speed; } if (key.isdown(key.left)) {x -= speed; } if (key.isdown(key.up) && touchingground) { grav = maxjump; } if (ground.hittest(x(_width/2), _y(_height/2), true)) {x = speed; } if (ground.hittest(_x(width/2), y-(height/2), true)) {x += speed; } if (ground.hittest(x, _y-(height), true)) { grav = 3; } } want more?—— leave comments!show less

Tags

This game's description and thumbnail are both copyright by it's owner site or author.

The Same Title Games

no other same games

Similar Games

play Macromedia Flash 8 Pro Tutorial Part 1

kongregateplay Macromedia Flash 8 Pro Tutorial Part 1 on kongregate - Button tutorial in macromedia flash 8 pro

play Flash 8 Tutorial Part 2

kongregateplay Flash 8 Tutorial Part 2 on kongregate - This is a tutorial on how to use flash 8

play Cowgirl Escape (8 Games)

escapefan.complay Cowgirl Escape (8 Games) on escapefan.com - You can play online cowgirl escape (8 games) game within ..

play Room Escape 8 (Games 4 Escape

escapefan.complay Room Escape 8 (Games 4 Escape on escapefan.com - You can play online room escape 8 (games 4 escape) game ..

play Escape Game Make Call 44

kongregateplay Escape Game Make Call 44 on kongregate - Escape game make call 44 is a beautiful new escape game ..

play Games Make Call 44

mirchigamesplay Games Make Call 44 on mirchigames - Ajaz games make call 44 is a point and click escape game ..

play Escape-Game-Make-Call-44-Ajazgames

hiddenogamesplay Escape-Game-Make-Call-44-Ajazgames on hiddenogames - Escape game make call 44 ajazgames you need to pick up ..

play Escape Game Make Call 44 Ajazgames

games2ruleplay Escape Game Make Call 44 Ajazgames on games2rule - Escape game make call 44 ajazgames-you need to pick up ..

play Escape Game Make Call 44

ajazgamesplay Escape Game Make Call 44 on ajazgames - Escape game make call 44 is a beautiful new escape game ..

play Macromedia Flash 8 Pro

kongregateplay Macromedia Flash 8 Pro - This is a tutorial how to make a button, and a maze ..

Comments