A Flash Developer Resource Site

Search:

Type: Posts; User: adityadennis

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    46
    Views
    82,261

    P.S. I don't do a lot of flash anymore, but still...

    P.S. I don't do a lot of flash anymore, but still making the occasional game. Re-made Chips Challenge in Haskell recently: https://github.com/egonSchiele/chips
  2. Replies
    46
    Views
    82,261

    Nice to see RipX, MadSci and Marmotte are still...

    Nice to see RipX, MadSci and Marmotte are still around! It's been years since I was super active here, but I keep coming back. This forum taught me how to code years ago, and now I'm a software...
  3. Thanks for the advice! The documentation is at...

    Thanks for the advice! The documentation is at the top of the to-do list, and I'll add the rest on there too. A frame counter is pretty easy to add and it would definitely be a nice thing to have....
  4. Open source platformer engine in Actionscript 3

    I am working on writing a platformer engine that would be easy to use yet robust enough to use on professional projects. Here's a demo of what I have so far:
    http://perl.wefoundland.com/mario/
    ...
  5. Replies
    12
    Views
    110,155

    Sorry to resurrect a dead thread, but I had the...

    Sorry to resurrect a dead thread, but I had the same problem as the OP and I believe I've found the answer he's looking for:

    http://flash.lillegutt.com/?p=55

    You have to use the clone()...
  6. Replies
    2
    Views
    716

    It works! Thanks a lot!

    It works! Thanks a lot!
  7. Replies
    2
    Views
    716

    getting image height

    I'm using this code to dynamically load an image:

    var loadit = new Loader();
    addChild(loadit);
    loadit.load(new URLRequest("images/project1.jpg"));

    and I'm trying to get the height and width...
  8. Replies
    1
    Views
    416

    loading sections of images

    I'm wondering if anyone knows how to dynamically load sections of images. There's a good example on the AIGA website: http://designarchives.aiga.org/index.html?s1=2|s2=1|eid=3158

    what they seem to...
  9. Replies
    5
    Views
    681

    I'll add that back button. Thanks a lot for your...

    I'll add that back button.
    Thanks a lot for your review :)
  10. Replies
    5
    Views
    681

    Quite a few people seem to be having this...

    Quite a few people seem to be having this problem. I DO actually have preloaders, but they dont show up for some reason.

    Is anyone else having this issue?
  11. great, thanks:)

    great, thanks:)
  12. Replies
    15
    Views
    2,499

    Very nice. You have a few grammatical errors,...

    Very nice. You have a few grammatical errors, though, especially in the "Team" section.
  13. Replies
    4
    Views
    620

    seems to be too big: I'm on 1024x768 and I had...

    seems to be too big: I'm on 1024x768 and I had scroll bars. Also, my popup blocker blocks the "3d" "vector" etc buttons.
  14. Replies
    5
    Views
    681

    Portfolio site check

    This is a site I made mainly to showcase my portfolio:
    [warning: has sound]
    www.wefoundland.com

    I have a few questions on it:
    Does this work on your computer?
    Is the navigation intuitive?
    Are...
  15. wow, any chance of telling us how you made that...

    wow, any chance of telling us how you made that wheel?
  16. that's very cool. Better graphics would be nice....

    that's very cool. Better graphics would be nice. Something you could do is pull an image from google (or flickr) based on the word clicked. I think I some some (extremely messy)code to do that lying...
  17. Replies
    33
    Views
    1,445

    http://www.aim.com/

    http://www.aim.com/ << an easier way to talk to buddies.
  18. I think its fine as it is: very easy to navigate...

    I think its fine as it is: very easy to navigate and well organized.
  19. Replies
    33
    Views
    1,445

    I agree, all the random posts have really turned...

    I agree, all the random posts have really turned me away from FK.



    http://board.flashkit.com/board/forumdisplay.php?f=11
  20. the site itself looks really good. ...why did...

    the site itself looks really good.
    ...why did you spell portfolio as "portofolio" though?
  21. Replies
    7
    Views
    1,056

    Zerous: it's supposed to be so that you cant...

    Zerous: it's supposed to be so that you cant differentiate between the breakable and the non-breakable tiles, so that's why they look similar.

    Thanks, guys, I'll work on it more.
  22. Replies
    7
    Views
    1,056

    [Test] Sackman again

    I know I've posted it many times, but here it is again:

    http://www.geocities.com/adityadennis/Sackman10.html

    Is the game fun to play? and is the level design good / increasing in difficulty ?...
  23. Replies
    410
    Views
    150,858

    a for loop is usually bad for the computer, but...

    a for loop is usually bad for the computer, but unless you use one of the other suggestions I've given, I dont know of any other way to do it. Also, my ways will also require a for loop too, but the...
  24. Replies
    410
    Views
    150,858

    the slowing down will occur even it's only one...

    the slowing down will occur even it's only one picture. But you could do:
    1) Instead of a smooth slider, make one which jumps to specific spots like 50% > 75% > 100 % etc and then scale the pics to...
  25. Replies
    57
    Views
    2,940

    Alright, it's not exactly artistic but:...

    Alright, it's not exactly artistic but: www.geocities.com/adityadennis/squize.jpg
    Happy birthday ;)
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