Go Back To Previous Game

Simple Show Of Coding Report

By on
679 30
1 2 3 4 5
3 4
Simple Show Of Coding

A simple show of how 15 lines of coding can make a simple game. the coding included was velocity variables and a limit to the variables so the object wont go off the play area. due to comments here is the code i used… class ty extends movieclip { var velocity; function onload() { velocity = 10; } function onenterframe() { if( key.isdown(key.right) ) { _x = _x + velocity; } if( key.isd…show morea simple show of how 15 lines of coding can make a simple game. the coding included was velocity variables and a limit to the variables so the object wont go off the play area. due to comments here is the code i used… class ty extends movieclip { var velocity; function onload() { velocity = 10; } function onenterframe() { if( key.isdown(key.right) ) { _x = _x + velocity; } if( key.isdown(key.left) ) { _x = _x – velocity; } if( key.isdown(key.up) ) { _y = _y – velocity; } if( key.isdown(key.down) ) { _y = _y + velocity; } } } please donate and help me to make more games thanks everyone. contact me if you have any problems or want to learn how to do this :)show less

TagsTutorials

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 A Drunk Thief (10 Lines Of Code Challenge)

iangogo.itchplay A Drunk Thief (10 Lines Of Code Challenge) on iangogo.itch - A crime thriller where you must avoid the police and ..

play Show Of Shadows

bestflashgamesplay Show Of Shadows on bestflashgames - The game show of shadows belongs to the categories puzzle, ..

play Show Of Shadows

gamingcloudplay Show Of Shadows on gamingcloud - Show of shadows on the free online games site gamingcloud.

play Mobile Show Of

mimisol-1.itchplay Mobile Show Of on mimisol-1.itch - Mobile show of

play Simple Game Of Life

rafaelgdp.itchplay Simple Game Of Life on rafaelgdp.itch - This is just a simple game of life cellular automaton ..

play Simple Life Of Mc Girl

mochimediaplay Simple Life Of Mc Girl on mochimedia - 적 드레스를 시도 simple life of mc girl? 당신은 ..

play Show Of Shadows

qgamesplay Show Of Shadows on qgames - People go to the circus to be entertained and to have fun. ..

play Coded Hallway

kongregateplay Coded Hallway on kongregate - In coded hallway, you will be given a riddle and a code to ..

play Nickelodeon Code A Character Puzzle Game

nickplay Nickelodeon Code A Character Puzzle Game on nick - Learn the basics of coding with spongebob squarepants and ..

play Getcaught - An Ai Coded Game.

bellok.itchplay Getcaught - An Ai Coded Game. on bellok.itch - A simple game of agro and run (or don't) - a project ..

Comments