widgisoft

549
Reputation
69 views

Registered User

Name widgisoft
Member for 1 year
Seen Nov 20 at 16:56
Website
Location England
Age 23

Software Developer

Widgisoft Limited
Freelance & Contract Software Development
http://www.widgisoft.co.uk/

Nov
17
comment Actionscript 3.0 Best Option for Subclassing Vector Class (Flash Player 10)
Looks like flash 10 :-p
Nov
6
asked Programming game in flash/as3
Oct
30
comment Calling a method once all the script processing has completed
Plus it looks cool :-p
Oct
30
comment Calling a method once all the script processing has completed
I realise you could just use MyApplication::Main() to the bottom of the main script but this way I can do extra functionality "around" the main function without having to explicity define it in each application :-p
Oct
30
asked Calling a method once all the script processing has completed
Oct
28
awarded  Popular Question
Oct
19
comment Templates for AS3 (like c++)
Ah ah, perfect :-D
Oct
16
comment How do I setup a game room in pure actionscript?
livedocs good: livedocs.adobe.com/flash/9.0/…
Oct
16
comment How do I setup a game room in pure actionscript?
You wrote the whole thing!! :-p Considering the OP's question, I don't know if this is helpful but you get points for writing the whole thing :-p
Oct
16
answered Passing extra argument to an event.COMPLETE listener function
Oct
16
asked Templates for AS3 (like c++)
Oct
16
revised Creating a large 2D array and populating it in AS3.
added 195 characters in body
Oct
13
answered Creating a large 2D array and populating it in AS3.
Oct
13
revised How to use Vector in Flex?
edited tags
Oct
12
comment How to overcome the external disturbance while coding?
Assuming @Home as in working from home; I'd say make sure your family know your working hours and try and get them into the routine of you "being" at work - BUT, once your hours stop switch off the computer, close the door and give them the time they need.
Oct
12
comment How to erase an area in a BitmapData object?
Ooohhh... nice. I didn't know you could do that :-p
Oct
6
comment Best way to learn flash?
I started using Flash Develop a couple months back and it's great; I've yet to set up my build process but FD does such a great job at getting you started all you'll want to do is learn as3! AS3 is so capable (never tried as2 but it just looked ugly) that you can forget drawing things by hand and do everything procedurally - you'll have a lot more control and you can animate your characters a lot easier, I tend to build things up using sprites and use offsets and rotations to pull it all together. FD is definately a good place to start! :-p
Oct
6
asked Pasting bitmaps into as3 app
Oct
6
comment Image Upload progress using URLLoader AS3
Can you not create a dummy file reference once you've resized the image or even create a temporary file (if it's possible?)
Oct
5
comment How does the preloader work in as3?
Now that I realise FD is doing the magic behind the scenes I can investigate a little further; I love how as3 lets you control everything but I was just a little confused as to where this "magic" was coming from and whether or not it was configurable - mainly just to know how it works :-p
Oct
5
comment How does the preloader work in as3?
Coming from a purely procedural stand point and not having a real copy of flash I've heard of the time line but never used it :-p
Oct
5
comment How does the preloader work in as3?
Yep - Looks like "Always compile" is a bit misleading - You can only select a single file to be always compiled :-p
Oct
5
comment How does the preloader work in as3?
Yep, I understand how this method works - it's what FD/flash is doing in the example where it's a single swf that I can't seem to fathom :-p
Oct
5
comment Determine when Flash component not visible
I have to admit I'm terrible for just clicking all the links in a page as I go - "just in case" I might need to read it later - then I don't have to wait for it to load, 9 times out of 10 I just close the window with all the tabs and waste all that lovely bandwidth :-p
Oct
5
answered Determine when Flash component not visible
Oct
5
asked How does the preloader work in as3?
Oct
4
comment Simulating engine noise in Flash 10
actually the drill one is perfect :-p Thanks!
Oct
3
awarded  Yearling
Sep
7
revised Simulating engine noise in Flash 10
added 638 characters in body
Sep
5
asked Simulating engine noise in Flash 10
Aug
31
awarded  Popular Question
Jun
10
answered Mixing Zend and Old Procedural code
Jun
9
comment Mixing Zend and Old Procedural code
Yeah; I'm not really porting the app - I just need ZF to do a little work to determine which module to load and if that happens to be a legacy module then it just hands over and forgets zend was ever involved. If it's a normal module it gets all the benefits of zend.
Jun
9
asked Mixing Zend and Old Procedural code