Help build KirupaVille - [Origin of KirupaVille]

hey
i think i noticed that but no, i didnt mention it., thanks for bringing this :beam:
well i’ll come over this bug when i get it to work by clicking the blocks rather than clicking the ‘go’ button which apparently is causing the dude to go off course

cheers
:A+:

Sounds good, it looks ■■■■ sweet so far! :wink:

thanks :beam:
well now im still trying to figure out that equation… i dunno why the heck cant i get it lol… i should’ve gotten that easily…
anyways… i’ll head to work, and i’ll be back with more :stuck_out_tongue:

cheers
:A+:

Here ya go buddy… I’ll help ya out a little bit… :smiley:



MovieClip.prototype.isoMove = function(isoX, isoY, isoSpeed)
{
     this._x += (isoX - isoY) * isoSpeed;
     this._y += (isoX + isoY) * isoSpeed;
}

// Make the above prototype and throw it in the main
// timeline somewhere... And then below that put 
// this handler code.. It uses the numPad to move it

isoMan.onEnterFrame = function()
{
    if(Key.isDown(97)){this.isoMove(-1,0,5);}
    if(Key.isDown(98)){this.isoMove(-1,-1,5);}
    if(Key.isDown(99)){this.isoMove(0,-1,5);}
    if(Key.isDown(100)){this.isoMove(-1,1,5);}
    if(Key.isDown(102)){this.isoMove(1,-1,5);}
    if(Key.isDown(103)){this.isoMove(0,1,5);}
    if(Key.isDown(104)){this.isoMove(1,1,5);}
    if(Key.isDown(105)){this.isoMove(1,0,5);}
}


There ya go man… Hope this line of code gets you out of your stump :slight_smile:

Peace

Umm Whoops… I kenw I did somehting wrong…

Here is what you should need… I scerwed up the numPad keys… lol


isoMan.onEnterFrame = function()
{
    if(Key.isDown(97)){this.isoMove(0,1,5);}
    if(Key.isDown(98)){this.isoMove(1,1,5);}
    if(Key.isDown(99)){this.isoMove(1,0,5);}
    if(Key.isDown(100)){this.isoMove(-1,1,5);}
    if(Key.isDown(102)){this.isoMove(1,-1,5);}
    if(Key.isDown(103)){this.isoMove(-1,0,5);}
    if(Key.isDown(104)){this.isoMove(-1,-1,5);}
    if(Key.isDown(105)){this.isoMove(0,-1,5);}
}

That should look ALOT better now…

Peace

thanks… really appreciate it =)

so this one is keyboard controlled… doesnt work as soul suggested, which is still okay :beam:
well since this is the case i’ll have to redesign my code to work like yours

thanks again=)

cheers
:A+:

whoa… How did i miss this thread??! i just noticed it! lol

anyway, im going to make my building =)

hows Kirupaville so far?

ray, look back a few pgs. you can see 2 of our unfinished subbisions. :stuck_out_tongue: mine and guigo’s, your in his.

Kirupaville is going up strong man… Very strong… it’s na unfortunate displeasure that you got to it so late… hehe…

Maybe you need glasses? :-p j/k

But yeah… Kirupaville is shaping up very nicely I believe…

:slight_smile:

ray, are you gonna live on a tropical beach…or maybe even a nude beach? i would think living in texas you would wanna get away from the hot hot temperatures every now and then?..i mean why would you wear that hawiaan shirt all the time right? :stuck_out_tongue: :stuck_out_tongue:

Yep… I hate hot hot weather… But I hate cold cold weather… probbaly why I like PA… It’s never really hot or really cold here…

Peace

PA? what is that again? i can’t remember all your 2 letter state abbreviations … :slight_smile:

PA is pennsylvannia (sp)

Anyway, i love hot weather =)

And I DO wear my hawaiian shirt all the time (if you think your on vacation, life is sweeter) hehe jk=)

Hmmm… Can anyone pixel-draw a helicopter?

Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about… :blush:

*Originally posted by Kitiara *
**Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about… :blush: **

:Pyeh! me neither!:stuck_out_tongue:

lol… we’ll its not that complex, just memorize this :stuck_out_tongue: :stuck_out_tongue:

and … oh… kit-- just wondering, have you got any of those characters done for kirupaville? =)

cheers
:A+:

*Originally posted by Kitiara *
**Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about… :blush: **

Hey Kit, at least you have enghish for first language…

Blah… Ya bloody internatonalists…

heheh… :slight_smile:

Yeah… PA is Pennsylvania… I’ve gotta start putting that out then I guess… That’s cool though…

:slight_smile:

*Originally posted by Kitiara *
**Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about… :blush: **

I know :bad: :evil: