Ultrashock Forums > Blogs
Whirled Views
Member Blogs
 
Join me for a different perspective on Flash/Actionscript programming: a perspective saturated with hyperbole and couched in precocious vernacular.
With diligent perseverance and a little luck, this blog could become the center of a radical new view of the web.
'Course I'd settle for entertaining and/or insightful.

Welcome to my Whirled View!

Passing disparate arguments to getters and setters

Old Posted 3 Weeks Ago at 21:00 by jaseinatl
Part 2 --Intro to getters/setters
-------------------------------------------------

Okay, so lately I have been toying with getters and setters to create some interesting situations.

For example. I want to define a function that an object can use to change its' own properties in some way:
Code:
class raceCar extends MovieClip {
public var car:movieClip;
private var _speed:Number;
private var _raceAction:Function;
public var destSpeed:Number;
...
Registered User
Posted in Uncategorized
Comments 0 jaseinatl is offline

Finally, I understand the utility of getter/setters

Old Posted 3 Weeks Ago at 20:24 by jaseinatl
Part 1 of ____ : Intro to the Joy of Getter/Setters.
-----------------------------------------------------

Sure, I have written a ton of classes in Actionscript 2.0. But I never really thought about how useful the getter/setter methods are.

I thought that Actionscript used the getter function and a setter function only out of allegiance to some OOP methodology, not because there is a real use for them.

That's mostly because I thought that your getters...
Registered User
Posted in Uncategorized
Comments 0 jaseinatl is offline

Ultrashock, a breathe of fresh air or sustenance?

Old Posted 3 Weeks Ago at 11:56 by jaseinatl
It suddenly occurred to me that if taken out of context, the vast majority of my posts regarding Ultrashock (the interface) would appear to be negative even though my intent would be just the opposite.

That's when I realized that intrinsic in my complaints about Ultrashock is an implied respect that goes without saying. That is to say that I take for granted that there is nothing like Ultrashock anywhere and life without Ultrashock would be...well...(shudder...
Registered User
Posted in Uncategorized
Comments 0 jaseinatl is offline

OOP is more than just a double-entendre

Old Posted 2008-04-26 at 14:23 by jaseinatl
Here is the perfect example of how I have become completely paralyzed by options:

To start, I want to create a basic AS2 framework that will enable me to create a simple menu/content system that does the following:

click a menu item, load it's content.

Wow, sounds simple, right? Well, lets add some more details:

When a menu item is clicked, it should change appearance and function because it represents the current active content.

splinter...
Registered User
Posted in Uncategorized
Comments 0 jaseinatl is offline

New Year, New Blog

Old Posted 2008-01-02 at 10:55 by jaseinatl
It's January 1, 2008 and I find myself at the keyboard with renewed conviction and an overwhelming belief that this is going to be the best year of my life. Of course, there's nothing like a heaping mound of expectations to keep you weighed down, but you gotta start somewhere.

So here it goes: my first blog entry.

As is the custom on New Years Day, I have put together a small list of goals which I plan to accomplish in the upcoming year.

Complete the following
...
Registered User
Posted in Uncategorized
Comments 2 jaseinatl is offline
1|2|> Page 1 of 2