- var levens = 5;
- var punten = 0;
- var snelheid = 30;
- //initialisatiescript
- var toets = "";
- //besturing
- Key.addListener(this);
- function onKeyDown() {
- toets = Key.getCode();
- }
- function onKeyUp() {
- toets = "";
- worm.gotoAndStop();
- }
- //gamescript
- function onEnterFrame() {
- oudey = worm._y;
- boek1._y += 10.;
- boek2._y += 12.;
- boek3._y += 14.;
- boek4._y += 16.;
- boek5._y += 18.;
- for (a=1; a<=200; a++) {
- if (worm.hitTest(this["wortel"+a]) && this["wortel"+a]._visible) {
- this["wortel"+a]._visible = false;
- _root.punten += 10;
- }
- if (worm.hitTest(this["boek"+a]) && this["boek"+a]._visible) {
- this["boek"+a]._visible = false;
- _root.levens -= 1;
- }
- if (this["boek"+a]._y>=450) {
- this["boek"+a]._y = Math.round(Math.random()*500+50);
- this["boek"+a]._y = -50;
- this["boek"+a]._visible = true;
- }
- }
- leven._x += 50;
- if (leven._x>800) {
- leven._x = 0;
- leven._y = Math.round(Math.random()*550+0);
- leven._visible = true;
- }
- if (worm.hitTest(leven) && leven._visible) {
- levens++;
- leven._visible = false;
- }
- if (toets == 39) {
- worm._x += snelheid;
- worm.gotoAndStop(1);
- }
- if (toets == 37) {
- worm._x -= snelheid;
- worm.gotoAndStop(2);
- }
- if (worm._x>560) {
- worm._x = 560;
- }
- if (worm._x<0) {
- worm._x = 0;
- }
- for (i=1; i<=222; i++) {
- if (worm.hitTest(this["boom"+i])) {
- worm._x = oudex;
- worm._y = oudey;
- }
- }
- if (levens == 0) {
- gotoAndStop(10);
- }
- if (punten == 1460) {
- gotoAndPlay(30);
- }
- }
- stop();
- VERANDER ZOVEEL MOGELIJK VIEZE KK BEZEM IK PAK JOU MAMA
TOMMIES MOEDER NAKKERTJE
By: KARIMO | Date: Mar 28 2007 12:13 | Format: None | Expires: never | Size: 1.56 KB | Hits: 1383
Latest pastes
15 hours ago
16 hours ago
1 days ago
2 days ago
4 days ago