Loading...
This is just combining Photoshop And Dreamweaver for a basic webpage pt 2
358 views
This is just combining Photoshop And Dreamweaver for a basic webpage pt 1
392 views
This code goes in the coin:
onClipEvent(enterFrame) {
if (_root.char.hitTest(this)) {
_root.score += 10;
unloadMovie(this)
}
1,158 views
See the title
83 views
This is just easy tutorial to follow but bewarned it's complicated
2,209 views
Do what you did for the maze for the actionscript
873 views
put the alterations of the following in the lines:
onClipEvent (enterFrame) {
_root.char._y -= 15;
663 views
Put this in the character for movement
if (Key.isDown(Key.RIGHT)) {
this._x += 15;
if (Key.isDown(Key.LEFT)) {
this._x...
1,201 views
i am a flash guru *in my mind*and thats just about it X3