Dean’s Code Highlighter

I been working with my WordPress theme and I got an plugin called “Dean’s Code Highlighter”
which makes it easier for you viewers to read any code.

The terms of use says that I have to make a post about me using it.
So here is a link:
Its called Geish

Here is an example of what the code will look like.

  1. //Just a simple ActionScript code to make something move left and right with the arrow keys.
  2. ball.onEnterFrame = function(){
  3. if(Key.isDown(Key.LEFT)){
  4. this._x-=2;
  5. }
  6. if(Key.isDown(Key.RIGHT)){
  7. this._x+=2;
  8. }
  9. }

I will be posting some flash tutorials soon.
Meybe about how to make a highscore board…

If you liked this post, please donate!

Leave a comment

Name: (Required)

eMail: (Required)

Website:

Comment: