A Flash Developer Resource Site

Search:

Type: Posts; User: happinessSam

Page 1 of 18 1 2 3 4

Search: Search took 0.56 seconds.

  1. Replies
    5
    Views
    1,870

    First work out the max scroll distance var...

    First work out the max scroll distance
    var scrollDist:int = theText.textMask.height - theText.infotextmc.height;

    Then work out the proportion of that you want to scroll to
    var scrollPerc:Number...
  2. Replies
    1
    Views
    406

    Using eval or [] doesn't convert a String to an...

    Using eval or [] doesn't convert a String to an Object. It gets you a reference to a property of an object. So ["parent"] is a reference to the parent property of an object. To get that object's...
  3. Replies
    0
    Views
    377

    Loading fonts across domains

    I'm working on a site that's multi-language, so I'm loading in the fonts from a separate swf depending on the language. This all works fine.

    Part of the project is to make a shareable component...
  4. Replies
    6
    Views
    2,178

    Like Tonypa said, copyPixel is the way to go....

    Like Tonypa said, copyPixel is the way to go. -Prerendering all the possible particle states onto a sprite sheet before the game starts then copying off of that.
  5. Getting mouse positions in device central emulator

    I'm trying to make an app for the Nokia N97, and as such I need to be able to test in the CS3 device central emulator. There still isn't a device profile for that so I'm using the 5800, since it's...
  6. Replies
    7
    Views
    2,534

    Few thoughts: -What's with the badly compressed...

    Few thoughts:
    -What's with the badly compressed jpg background? It's looks like an export from flash, but even if it isn't it just vectors, so put it in a movieclip, take a bitmapdata snapshot then...
  7. Replies
    2
    Views
    1,633

    At a guess, what you see in the filters array is...

    At a guess, what you see in the filters array is a clone of the filter you assigned to it, so even if the values are the same the object is different.

    You could always compare them by the color,...
  8. Replies
    10
    Views
    967

    Thanks for the input - I'm going to look into...

    Thanks for the input - I'm going to look into putting a double click open function in as soon as I get time - that or simply make it a click to open, but draging doesn't open it.

    The large picture...
  9. Replies
    10
    Views
    967

    Cheers. Squize, actually in the last week or...

    Cheers.

    Squize, actually in the last week or so I was thinking 'why did I stay so long?'. I was compiling the images/assets of the projects I had done for the portfolio and the amount of banners,...
  10. Replies
    10
    Views
    967

    Break my portfolio

    I've recently gone freelance, so I've done a new portfolio site. Before I send it to any agencies, can I ask some of you guys to have a look, see if you can see any obvious flaws or bugs.

    Also if...
  11. It's really nice, and the action when you throw...

    It's really nice, and the action when you throw is perfect. It ran perfectly on my 3 and a half year old machine. I need to go practise.

    The only glitch I had was that I switched it to 2d, then...
  12. Replies
    6
    Views
    922

    fil_razorback: Thanks for the catch, I've fixed...

    fil_razorback:
    Thanks for the catch, I've fixed that now.
    tonypas:
    Also thanks, but I'm a bit stumped by this. It's uses JSON for the high scores and it works in firefox and IE but comes back with...
  13. Replies
    7
    Views
    757

    It's looking nice, and it looks like you have...

    It's looking nice, and it looks like you have they engine for a cool rpg. My problem with it would be the controls or the weapon.

    My main problem is that it feels quite gimmick,y and it would be...
  14. Replies
    6
    Views
    922

    [SHOW] Festival Pro

    No, it's not a game about fairground hookers, it's a video rhythm game done for Pro Plus, who didn't give us any free samples whilst we were making it :mad:
    It's been a real schlep, but I'm quite...
  15. I have to grudgingly give them respect that they...

    I have to grudgingly give them respect that they have excellent PR, and considering that they place no restriction on your game to enter the monthly contest $1500's not bad. It's just that it's...
  16. Replies
    16
    Views
    1,292

    I have a strange relationship with this game. On...

    I have a strange relationship with this game. On the one hand I found it a bit slow and slightly frustrating, but on the other hand I played it for quite a while and I did find it compelling.

    A...
  17. Replies
    64
    Views
    3,511

    Sorry to be a downer, but if 12 year olds calling...

    Sorry to be a downer, but if 12 year olds calling you names and saying your flash games suck bothers you you should stop making them. It will only give you ulcers. This goes for pretty much any...
  18. Replies
    23
    Views
    6,129

    It's really cool dude. Once I got hang of the...

    It's really cool dude. Once I got hang of the controls it's great.
    My only problem is that with all the splashes I sometimes found it difficult to see what was going on.
  19. SimpleButton - problem with movieclips in my display states

    I've never really bothered using simplebutton before, but I decided to give it a try for my current project. The different display states (downState, upState etc) are movieclips that are in the...
  20. Replies
    25
    Views
    1,677

    It's great tony, a relaxing joy to play. My only...

    It's great tony, a relaxing joy to play.
    My only quibble would be the button choice for the high score submit - my first game I clicked done after putting my name in and lost the score. If I'd been...
  21. Replies
    13
    Views
    1,883

    It's very nice especially the artwork but (and I...

    It's very nice especially the artwork but (and I feel like a broken record) where is the mute button?
  22. Yay! Another competition that I'm not going to...

    Yay! Another competition that I'm not going to have enough time to enter!

    Has anyone else checked out the zip of gaia assets? Bad anime splash pictures, a few mug shots and a whole folder full of...
  23. Replies
    7
    Views
    873

    Another thing you can do if you have vector...

    Another thing you can do if you have vector animations that just loop is to draw each frame of the animation onto a bitmapdata object before the game start, then write some simply code to display the...
  24. Replies
    13
    Views
    2,133

    That's really great dude. I'm just amazed at the...

    That's really great dude. I'm just amazed at the breadth of different styles, mediums and methods you've got under your belt. Do you plan on specialising at any point, and what do you consider you...
  25. Replies
    0
    Views
    1,049

    Problems using webservice and soap

    I'm working on a site which is using webservice to hook into a soap framework, which is being developed by the client.
    It works fine when plugged into .net, but flash seems to send different...
Results 1 to 25 of 444
Page 1 of 18 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center