Uploaded videos
1-10 of 16-
The many backflips off things and on the ground (free running)
VampieGames
1,552 views
I recently went to the Out There Festival 2010, and this is what i learnt :D
-
Macromedia Flash CS3 Tutorial 5: Creating a menu and name below character
VampieGames
8,433 views
Hey guys, here are the codes:
code in the input text:
char_name
code in the dynamic text:
_root.char_name
button code:
on(release){
gotoAndPlay(2);
}
-
Macromedia Flash CS3 Tutorial 4: Making a health bar
VampieGames
2,989 views
Hey guys here is the codes for making your game:
Enemy:
onClipEvent(enterFrame){
if(_root.char.hitTest(this)){
_root.hp--;
}
}
Button:
on(release){
gotoAndPlay(1...
-
Macromedia Flash CS3 Tutorial 3: Making the character attack and making an enemy
VampieGames
6,029 views
Here is the code you need to put on the character:
onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
_x += 10;
this.gotoAndStop("right");
}
else if(Key.isDown(Key.L...
-
Extra HTML
VampieGames
208 views
Some extra codes with HTML, you will learn how to create a horizontal line, specific fonts and text color, headers and how to center text
-
Basic HTML
VampieGames
271 views
A simple tutorial on writing html,you will create a basic webpage using notepad.
-
Flash Professional CS3 Tutorial 2 : Creating An Inventory
VampieGames
3,340 views
Put On Item:
onClipEvent(enterFrame) {
if(_root.char.hitTest(this)) {
_root.addToSlot(this);
}
}
Put On Frame:
currentslotnum = 1;
stop();
function addTo...
-
Flash Professional Cs3 Tutorial 1 : Moving The Character
VampieGames
6,528 views
The Code For Fred:
onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += 12;
this.gotoAndStop ("right");
}
else if(Key.isDown(Key.LEFT)){
this._x...
-
How to create a lightsaber effect using photoshop 6.0
VampieGames
3,220 views
If you have any questions please feel free to ask
-
Help Me - World Of Worcraft, How Do I Transform A Druid
VampieGames
1,785 views
Thankyou For Helping
Advertisement










Play all(16)