A Flash Developer Resource Site

Search:

Type: Posts; User: forsan

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. thanks for the help. it is working now :)

    thanks for the help. it is working now :)
  2. [AS3] event.target reacts on textbox inside movieclip

    Hi.
    So basicly i have a movieclip with a textbox inside and i have an eventlistener which is listening for when i click on the movieclip. I also have an event as peramiter in the function but when i...
  3. did you put the code inside a class? if not...

    did you put the code inside a class?

    if not that line is not needed.
  4. no its not like that. // in card.as ...

    no its not like that.



    // in card.as

    private function addListeners():void {
    this.addEventListener(MouseEvent.CLICK, cardRules.onCardClick);
    }
  5. event type reacts on textbox inside a movieclip

    Hi.
    Ive got a problem where i have an event listener to check if i click on a movieclip. Inside that movieclip there is a textbox. so when i click on that textbox it takes the instance of the...
  6. Replies
    2
    Views
    513

    lol ofcorse :P thanks

    lol ofcorse :P thanks
  7. Replies
    2
    Views
    513

    give an object the name of a string value.

    Hi. Im pretty new to as3 so this may sound pretty stupid.
    Im trying to asign an object the value of a string as its name.



    for(i=0;i<5;i++){
    name = "myCard"+i;
    var this[name]:Card = new...
  8. Replies
    15
    Views
    1,127

    well i wont be using ai since its going to be...

    well i wont be using ai since its going to be online multiplayer
  9. Replies
    15
    Views
    1,127

    ehh... id rather code it myself... or else i cant...

    ehh... id rather code it myself... or else i cant really say i made the game.
  10. Replies
    21
    Views
    1,769

    sent ya a pm

    sent ya a pm
  11. Replies
    15
    Views
    1,127

    just checked and the uploaded version is not the...

    just checked and the uploaded version is not the latest witch i wrote... if you move that check for the right piece think to not working... so right now the only thing working is that it finds the...
  12. Replies
    15
    Views
    1,127

    i told you all i would get beck when i made it...

    i told you all i would get beck when i made it work so here goes...
    I made a big 2d array with all the danger tiles from the king.. then i looped trought all those tiles and when it reached a piece...
  13. Replies
    15
    Views
    1,127

    yeh... now i understood.. well that can work......

    yeh... now i understood.. well that can work... im going to think of a way to make this work now before i start coding so... ill be back when i got a way to make it work
  14. Replies
    15
    Views
    1,127

    i think got it... about that danger squares......

    i think got it... about that danger squares... ill just make a huge 2d array with possible danger tiles, and then i loop from then king and out... if it can find one of the friends piece first then...
  15. Replies
    15
    Views
    1,127

    im not really sure i understand what you mean???...

    im not really sure i understand what you mean??? like every tile gets it own value of witch all pieces that can attack him???
  16. Replies
    15
    Views
    1,127

    [F8] Online chess for nintendo wii problem.

    Well... i am making an online chess game for nintendo wii... And ive run into a problem that i was hoping that some here could help with. As you might know nintendo wii dont have as much ram as...
  17. Replies
    3
    Views
    460

    k thx... now i just need to figure out how that...

    k thx... now i just need to figure out how that damn thing works...
  18. Replies
    3
    Views
    460

    Is this posible?

    Hi.
    Im making a 3d game and im woundering if its posible to stretch a movieclip between 4 points. If it is can someone give me a hint how to do this.
  19. Replies
    8
    Views
    729

    I thought the whole code could help. game...

    I thought the whole code could help.



    game = {X:20, Y:20, W:15, H:15, B:30, P:false}
    bArray = new Array();
    sArray = new Array();
    lvl = new Array();
    for(i=0; i<game.X; i++){
    for(j=0;...
  20. Replies
    8
    Views
    729

    I dont really know what you mean

    I dont really know what you mean
  21. Replies
    8
    Views
    729

    its not that... ive traced the position that its...

    its not that... ive traced the position that its opening and its jumping back and fourth between 2 tiles
  22. Replies
    8
    Views
    729

    lol read on the top of the code

    lol read on the top of the code
  23. Replies
    8
    Views
    729

    Minesweeper help

    Hi.
    Im back making games again and started on a flash version of the classic minesweeper game. But ive run in to a problem that i dont seem to be able to fix by myself. It is when 2 or more of...
  24. Replies
    29
    Views
    1,234

    thats awsome :D just love the graphics.

    thats awsome :D just love the graphics.
  25. Replies
    5
    Views
    508

    i know it might look weird... but umm... im still...

    i know it might look weird... but umm... im still a newbie at flash and i dont know too much about different trixs :P ive only been coding for about 4 month.

    thx mate. with a few changes that...
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center