Play: Simple Show of Coding

Tutorials

Game info loaded

loading
 

Simple Show of Coding

Created by:

Snipingmayhem_avatar_new_v2_chat SnipingMayhem

Rating:

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

1.8 (284 ratings)

Click star to add your rating.

Published:

2008-11-30

Game Plays:

  • Add to Favorites
  • Report a bug
  • Flag game

Description

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 more

Instructions

Up, Down, Left, Right

Best (see all)
avatar for asmit10
asmit10

Nov. 30, 2010

Under rating threshold (show) The cross is uneven lol

+ - !

(0)

avatar for Heylon
Heylon

Sep. 06, 2009

Under rating threshold (show) Donate?!!! Hell no for me donate you need context menus Shared objects and good game play....sorry 1/5

+ - !

(0)

avatar for Yoh0Asakura
Yoh0Asakura

Mar. 25, 2009

Under rating threshold (show) Lol, You help me, -T-A-N-K- -Y-O-U-!-!-!-!- It's a SHOT, make a game. Where you get this code?

+ - !

(0)

avatar for Lucifer145
Lucifer145

Feb. 19, 2009

Under rating threshold (show) wow, nothing you can get using shootorials... wait a second...

+ - !

(0)

avatar for HeAdShOtGuNnEr
HeAdShOtGuNnEr

Jan. 18, 2009

Under rating threshold (show) wish u could show how to make it!

+ - !

(0)

see all comments
  • add a comment

Game Spotlight

Sponsored Listings