A Flash Developer Resource Site

Search:

Type: Posts; User: Lukstr

Page 1 of 20 1 2 3 4

Search: Search took 0.62 seconds.

  1. Replies
    8
    Views
    842

    Depending on what you're doing, I do not suggest...

    Depending on what you're doing, I do not suggest using the KeyDown event, instead use something like:


    this.onEnterFrame=function(){
    if(Key.isDown(Key.LEFT)){
    _x--;
    }
    }
  2. Replies
    38
    Views
    1,862

    I agree with Squize, 3D is not mandatory for...

    I agree with Squize, 3D is not mandatory for flash. You can pull "3D" stuff of in flash, not pure 3D, but it works anyways. As for what I want to see in Flash 8, direct database connections to send...
  3. Thread: detour

    by Lukstr
    Replies
    6
    Views
    829

    I still don't understand how doing that doesn't...

    I still don't understand how doing that doesn't drive you insane.
  4. Replies
    8
    Views
    1,180

    That's our job.

    That's our job.
  5. Replies
    17
    Views
    1,217

    You mean Governor of California ;)

    You mean Governor of California ;)
  6. Replies
    12
    Views
    740

    MC Hammer pwns j00. 'nuf said.

    MC Hammer pwns j00. 'nuf said.
  7. Replies
    12
    Views
    740

    Also, when you post please use full words, words...

    Also, when you post please use full words, words that can be found in the dictionary. Please don't use 'u' or 'b' or any shortform things you might use in an messenger convo with your friends, but I...
  8. Replies
    16
    Views
    1,230

    hehe, no prob. I'm good at 'breaking' people's...

    hehe, no prob. I'm good at 'breaking' people's games ;)
  9. Replies
    12
    Views
    740

    didn't enjoy that at all. Sorry. You asked for...

    didn't enjoy that at all. Sorry. You asked for anything :P
  10. Replies
    16
    Views
    1,230

    um. how come I can't win? I flag all the mines...

    um. how come I can't win? I flag all the mines and nothing happens. Help?
  11. Thread: DBZ Remake

    by Lukstr
    Replies
    17
    Views
    786

    take some tutorials, starting with the space...

    take some tutorials, starting with the space scrolling shooter in the tutorials section right here on Flash Kit. Please, PLEASE don't turn into the next rpgprogrammer.. please.
  12. Replies
    37
    Views
    2,589

    now that I think about it it's a good idea,...

    now that I think about it
    it's a good idea, rotating the actual mc depending on direction..
    Animating will be 10x easier!
  13. Replies
    37
    Views
    2,589

    5x5 & 15x15 are really, really ugly numbers....

    5x5 & 15x15 are really, really ugly numbers. Also, what you mean by having 5 frames per character, are you just planning to rotate them for each direction (up down left right)? And don't call them...
  14. Replies
    14
    Views
    699

    lol, VB? this is flashkit!

    lol, VB? this is flashkit!
  15. Replies
    37
    Views
    2,589

    Well let's see.. if you have 12 races and 14...

    Well let's see.. if you have 12 races and 14 classes, then there should be a picture for eace race in each class, so that's 168 images. Ouch. Then that's just standing. We want one looking each...
  16. Replies
    37
    Views
    2,589

    Exactly. Contact me on MSN? I might have time for...

    Exactly. Contact me on MSN? I might have time for this: Lukstr at hotmail dot com , replace at with @ and dot with . and remove spaces ;)

    EDIT: seen your email, firing one off momentairily
  17. Replies
    37
    Views
    2,589

    xMCNUGGETx, get over here! :D. It's not actually...

    xMCNUGGETx, get over here! :D. It's not actually something you can fix, it's just a problem with flash itself. If you hack the memory you can just change values. Ask him to hack any highscore list,...
  18. Replies
    37
    Views
    2,589

    mmm, I would kill to make this game :) I just set...

    mmm, I would kill to make this game :) I just set up a mysql & php server, so I would be able to do my own testing if you wer'nt around, but the problem is my lack of time. School starts soon, and I...
  19. Replies
    14
    Views
    699

    I have never experience this problem. What...

    I have never experience this problem. What program are you using to create the .gifs? Are you sure you're making them transparent? Also, what version of Flash are you using, and what settings on the...
  20. Thread: Chess?

    by Lukstr
    Replies
    15
    Views
    877

    Programming a chess game is quite simple, it just...

    Programming a chess game is quite simple, it just takes time. You would be best off making a movie clip for each type of peice (this is the cheap way I mean) and then making copies of those for the...
  21. Thread: replacing mc's?

    by Lukstr
    Replies
    9
    Views
    696

    Well it may be a good book, but I see no reason...

    Well it may be a good book, but I see no reason in spending good money on something that can easily be learned absorbed and put to use for $0.00.
  22. Thread: replacing mc's?

    by Lukstr
    Replies
    9
    Views
    696

    Ok, I don't mean to affend anyone or anything,...

    Ok, I don't mean to affend anyone or anything, but I personally think books are worthless because:
    A) They are damn expensive.
    B) They contain information which can easily be found online.

    A lot...
  23. Replies
    34
    Views
    1,622

    I fell through the aligator. :(

    I fell through the aligator. :(
  24. Thread: Help!!!

    by Lukstr
    Replies
    9
    Views
    608

    Oh that's not increasing frame rate, here: ...

    Oh that's not increasing frame rate, here:

    onClipEvent(enterFrame){
    speed=1;
    if(Key.isDown(Key.UP)){
    speed++;
    }
    if(Key.isDown(Key.DOWN)){
    speed--;
    }
  25. Replies
    24
    Views
    1,274

    2 comments, I'm in a mean mood: 1) This...

    2 comments, I'm in a mean mood:

    1) This doesn't belong here.

    2) It's horrible. Might want to learn more fluid animation (try drawing it out by hand. I know when I started with flash, I did not...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center