Play the games, create the levels

Topic, Syntax Tutorial

Checkout our iPhone & iPad games!

You must register or log in to post a message.

darkrai100 14 years ago
  is this dead?
gamelover101 14 years ago
  TEST
darkrai100 14 years ago
  cake!!!!!!!!
gamelover101 14 years ago
  ....................
MarioIsFireball10 14 years ago
 
This service is unavailable. Try again later.
gamelover101 14 years ago
  10 9 8 7 6 5 4 3 2 1

BOOM! No wait, -1...
Coolguy52 14 years ago
  1 2 3 4 5 6 7 8 9 10






11 12 13 14 15 16 17 18 19 20






































12
gamelover101 14 years ago
 
[msgid=Could not find message, probably because it is removed]
Mr_Cool 14 years ago
  hi
manufan 14 years ago
  TESTING B

TESTING DOCHL SPOILER!

SPOILER
MASSIVE!


Quoting jp from Level "HELLO TONY & WOUTER"
This ia a level comment about official level "Hello Tony & Wouter"


Syntax!


Hi I'm a baby spoiler!

TESTING...

Form Login

LOGIN MONSTARR!


TESTING WARNING FORMTEXT CBG AJAXACTION BGREY!

TESTING WARNING FORMTEXT LBG AJAXACTION BGREY!

TESTING WARNING FORMTEXT RBG AJAXACTION BGREY!

TESTING CODE BGREY AJAXACTION DOCHL!

Hitler's Phone Number

Oh allyally btw I am buying that with my pocket money in student edition for £125.

SPOILER
package {
import flash.utils.*;
public class MyGameManager extends GameManager {
static var theOne:MyGameManager=null;

// This static function can be used everywhere in your code to get the BLManager, once it has been instancianed : MyGameManager.getInstance()
static public function getInstance():MyGameManager {
return theOne;
}

public function MyGameManager(r) {
super(r);
theOne=this;
}

/////////////////////////////////////////////////
// overriding methods to implement the API
/////////////////////////////////////////////////

// The BL API will call this when it wants you play this level data.
// You must unserialize the data (interpret the data, draw the level, and laucnh the game)
// official is 0 for a non official level, 1 for an official level not yet completed, 2 for an official level that the player has already completed once
override public function blPlayLvl(data:ByteArray,official:Number):void {
//example :
var res=theroot.unserializeAndPlay(data);
if (res===true) sendPlayResult(true,"");
else sendPlayResult(false,res);

//////////////////////////////////////////////////////////////////////////////////////////////////////
// During the game session, you have to call lvlCompleted(completed:Boolean,score:Number) when the play has completed the level.
// Usually you call this with completed=true, when the player wants to go to the next level.
// Even if the level is completed, you can propose to retry the level and try to improve the score, without calling lvlCompleted at the end of each try. Then you will only call lvlCompleted(completed:Boolean,score:Number) when the player deosn't want to retry anymore and with the best score achieved over the various tries.
//////////////////////////////////////////////////////////////////////////////////////////////////////

}

override public function blInit():void {
//example :
theroot.loadResources(getExtraPath());

//theroot.init();
}

override public function blWelcome():void {
//example :
//theroot.showTitle());
}

}

override public function blPause():void {
//call the super to keep the boolean "paused" updated
super.blPause();
//example :
//super.blPause();
//theroot.background();
}

override public function blResume():void {
//call the super to keep the boolean "paused" updated
super.blResume();
//example :
//theroot.foreground();
}
}
rocky 14 years ago
 
[msgid=ericcamas removed]
gamelover101 14 years ago
 
[msgid=OVER 9000 removed]
rocky 14 years ago
 
[msgid=3.5 removed]
gamelover101 14 years ago
  I'm running outta classes to test :(
Mr_Cool 14 years ago
  hi
gameinsky 14 years ago
  You forgot to remove the spaces.
Mr_Cool 14 years ago
  yeah like that
Coolguy52 14 years ago
  Testing
Mr_Cool 14 years ago
  like what brolling did in the first post
gameinsky 14 years ago
  Small, duh.
[lvlid=19999 removed]
Mr_Cool 14 years ago
  [ class=note ]testing[ /class ] how do you do small writing?
SuperDog 14 years ago
  You can't get the block codes. They are pictures, so you can copy-paste them.
Coolguy52 14 years ago
  Question:

How do you get the block codes. e.g. Official, Accepted?

Is it something to do with leftline?

Sample:


Topic Introduce yourself!
My ProfileCoolguy52 I don't know when he posted this message
Hi I'm new.
gamelover101 14 years ago
  G2G, byeeeeeeeeeeeeeeeeee
rocky 14 years ago
  Oh hi.

Ah man, the dochl won't show up. :(
gamelover101 14 years ago
  BUMP
gamelover101 14 years ago
  Nice one ;)
allyally 14 years ago
 
SPOILER
SUPA MASSIVE SPOILA
gamelover101 14 years ago
  WARNING

General

First post of the topic

Treazer 15 years ago
  Here you can see several codes for the forum of Bonuslevel. You can easily use them, just type the code without the spaces in your message. For the Mixes category you need to have spaces between two classes but you still need to remove them at the brackets. Also important is, for links, don't forget to write the "http://". If you don't know how to find the ID's (userid's, msgid's, lvlid's) look here:
Syntax: How to find ID's?

Most important codes:

SPOILER
[ spoiler ] Type here [ /spoiler ]


[ img= THE IMG ADRESS ] Description [ /img ]

 Description

Description [ /url ]

[ lvlid= The level id ] HELLO TONY & WOUTER (BL API Demo)

[ userid= The user id] Treazer

[ msgid= The message id]
Quoting jp from Game "Tonypaism"
Yo


[ b ] Type here [ /b ]

[ class=warning ] Type here [ /class ]

Others:

[ class=error ] Type here [ /class ]

[ class=small ] Type here [ /class ]

[ class=code ] Type here [ /class ]

[ class=note ] Type here [ /class ]

[ class=ajaxaction ] Type here [ /class ]

[ class=gtitle ] Type here [ /class ]

[ class=commenthead ] Type here [ /class ]

[ class=blistg ] Type here [ /class ]

[ class=bgrey ] Type here [ /class ]

[ class=adminor ] Type here [ /class ]


[ class=sex1 ] Type here [ /class ]

[ class=sex0 ] Type here [ /class ]

[ class=lgbg ] Type here [ /class ]

[ class=comments ] Type here [ /class ]

[ class=spoiler ] Type here [ /class ]

[ class=admin ] Type here [ /class ]

[ class=pageupdt ] Type here [ /class ]

[ class=dochl ] Type here [ /class ]

[ class=cbg ] Type here [ /class ]

[ class=lbg ] Type here [ /class ]

[ class=rbg ] Type here [ /class ]

[ class=lvlb1 ] Type here [ /class ]

[ class=linkf ] Type here [ /class ]

[ class=msgquote ] Type here [ /class ]

[ class=ltitle ] Type here [ /class ]

[ class=leftline ] Type here [ /class ]

[ class=onlycomments ] Type here [ /class ]

[ class=textinput ] Type here [ /class ]

[ class=moopage_selected ] Type here [ /class ]

[ class=moopage_scrollbar ] Type here [ /class ]

[ class=moopage_scrollrail ] Type here [ /class ]

[ class=moopage_over ] Type here [ /class ]

[ class=formlogin ] Type here [ /class ]

Mixes:

[ class=warning removed ] Type here [ /class ]

[ class=error removed ] Type here [ /class ]

[ class=textinput tw lgbg ] Type here [ /class ]

[ class=tb mbg ] Type here [ /class ]

[ class=textinput onlycomments sex0 ] Type here [ /class ]

[ class=lvlb1 lgbg ] Type here [ /class ]

[ class=admin warning removed sex1 ] Type here [ /class ]

[ class=band error ] Type here [ /class ]

[ class=band report ] Type here [ /class ]


Special:

[ class=band note ] Type here [ /class ]

Mark the text to read it.

[ class=activ ] Type here [ /class ]
Mark the text to read it.

[ class=report ] Type here [ /class ]
Mark the text to read it.


[ class=bwhite ] Type here [ /class ]
Looking different in the first post of a topic and direct in messages.

[ class=bwhite2 ] Type here [ /class ]
Looking different in the first post of a topic and direct in messages.

[ class=moopage_pagenb ] Typer here [ /class ]
Slide your cursor over the text.



--------------------------------------------------

Try to mix some codes by yourself, maybe you get really nice text! Some codes are overlapping in the first post of the topic, but you should read them anyway.

Don't experiment too much with the classes, it won't be good for the site.

Thanks to:
demonicyoshi
SuperDog
Ahroo
geckojsc
PureTheLion
gameinsky
Im
MarioLuigi2009
allyally
MARC2009
pop12
bruno-heey
gamelover101
lololol
earllike1234
minimariner
murtaza64
niimporta
SuperMario
jasperpostema
joe45
Ferrari12
Magic_X
OliAli
Treazer

Special Thanks to:
jp, who made this all possible! *applause*
Our free flash games   Games for your site   Games for your iPhone   Contact   Twitter @jpsarda & @bonuslevelorg