A Flash Developer Resource Site

Search:

Type: Posts; User: K.A.R.L. 2000

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds; generated 18 minute(s) ago.

  1. Replies
    1
    Views
    414

    check it out: ...

    check it out:

    http://board.flashkit.com/board/showthread.php?threadid=117196
  2. Replies
    16
    Views
    3,136

    That's pretty cool. Does it scale the image? ...

    That's pretty cool. Does it scale the image? I'm trying to remember why I abandoned it.

    -karl
  3. Replies
    16
    Views
    3,136

    Hi adsalive, Your method prevents the clipping...

    Hi adsalive,

    Your method prevents the clipping but then doesn't it enlarge the image to match the template? increasing the file size? It's been about a year since the last time I used SwiftGen....
  4. Replies
    16
    Views
    3,136

    The problem with using swift-generator is that...

    The problem with using swift-generator is that the images have to match the dimensions of the template. Otherwise, it'll get clipped or stretched.
  5. Replies
    33
    Views
    6,131

    some stats on it's performance under different...

    some stats on it's performance under different loads and scalability would be nice.

    Also, the option to send messages NOT as XML would be key. XML can take a while to parse, and ususally isn't...
  6. http://www.macromedia.com/macromedia/proom/pr/2001...

    http://www.macromedia.com/macromedia/proom/pr/2001/index_lucasarts.fhtml
  7. Replies
    2
    Views
    753

    http://www.mcli.dist.maricopa.edu/director/...

    http://www.mcli.dist.maricopa.edu/director/
    http://www.robotduck.com/games/
  8. wow. its about time something like this came out....

    wow. its about time something like this came out. looks awesome. Are there any demos/examples of this online?
  9. Good one Rog. Thanks.

    Good one Rog. Thanks.
  10. Append some random junk to the end of the URL...

    Append some random junk to the end of the URL that your server (or server side script) can ignore. It'll trick your browser into thinking it's looking for a new document.

    For example,

    // -->...
  11. Wow, that looks awesome! It sounds too good to...

    Wow, that looks awesome!
    It sounds too good to be true. Does it actually work? Anybody here have experience with it?
  12. Replies
    8
    Views
    1,529

    Oh, I didn't know that. Good job then. Wow,...

    Oh, I didn't know that. Good job then.

    Wow, I've been playing checkers wrong all these years.
  13. Replies
    8
    Views
    1,529

    Good Goin'! Pat yourself on the back, for a long...

    Good Goin'!
    Pat yourself on the back, for a long long time.

    I think there's a bug in your checkers game. If I've got a jump available, it won't let me make any other move but jump.
  14. Replies
    5
    Views
    1,261

    I'll be there. I haven't updated my site in a...

    I'll be there.
    I haven't updated my site in a while, but trust me, I make flash games too.
  15. Check out the attachMovie and duplicateMovieClip...

    Check out the attachMovie and duplicateMovieClip methods to learn how to "create objects".

    In general, I'd reccomend just going through the entire Actionscript manual and tutorial. It takes a...
  16. Replies
    3
    Views
    752

    Has nothing to do with servlets, xml, or...

    Has nothing to do with servlets, xml, or databases. Simple fact is, you can't import a bitmap into runtime flash.

    The workaround is to use generator, or one of the cheaper alternatives, to embed...
  17. Replies
    4
    Views
    3,783

    set scale_x or scale_y = -100. Setting it to...

    set scale_x or scale_y = -100.

    Setting it to -100 again will flip it back to how it was originally.

    Code looks like this...

    Set Property ("clip_to_flip", X Scale) = -100
  18. Replies
    5
    Views
    639

    planetspasm, you're awesome! keep making what...

    planetspasm, you're awesome! keep making what you like to make.
  19. Replies
    44
    Views
    2,795

    Ok, so lets say you've got a screen that's 5...

    Ok, so lets say you've got a screen that's 5 tiles wide. And it's scrolling from right to left. Using a "double buffer" would mean that you actually have 7 tiles. 5 of which are displayed on...
  20. Replies
    44
    Views
    2,795

    Hey FlashCat, Sorry to bug you while you're...

    Hey FlashCat,

    Sorry to bug you while you're working on your game. What do you mean by double buffer?
  21. Change your "or" to "and". With an "or"...

    Change your "or" to "and".

    With an "or" operator, if either one of the statements is true, the entire expression evaluates as true. So the loop continues until BOTH statements are false.

    PS I...
  22. Replies
    10
    Views
    1,737

    Weird Al can do whatever he damn well likes

    From Weird Al's website:
    -----
    Does Al get permission to do his parodies?

    Al does get permission from the original writers of the songs that he parodies. While the law supports his ability to...
  23. Replies
    10
    Views
    1,737

    There was something on Slashdot this weekend...

    There was something on Slashdot this weekend about how Hasbro reached a settlement with some companies making clones of games like asteroids, pac-man, etc. My interpretation was that unless they've...
  24. Replies
    25
    Views
    9,670

    I'd check it out all the freakin' time. But as a...

    I'd check it out all the freakin' time. But as a user, not a developer. My focus is on client side programming and design.
  25. Replies
    13
    Views
    1,762

    Rsnail: I wish I could've used POST but it...

    Rsnail:
    I wish I could've used POST but it doesn't work on Mac IE 4.x. So the multiple GETs was a workaround.
Results 1 to 25 of 72
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center