February 2011
2 posts
vmedium asked: I'm using:
[Inspectable(name = "Set Platform: ",defaultValue = "PC",enumeration = 'PC,Mac,PS3,XBox 360,Wii,NintendoDS,PSP,PS2,Xbox')]
public var platform:String;
I also have some other values as well.
Is there a way to disable a parameter if I set the platform to Mac?
best, thansk for your...
[Inspectable(name = "Set Platform: ",defaultValue = "PC",enumeration = 'PC,Mac,PS3,XBox 360,Wii,NintendoDS,PSP,PS2,Xbox')]
public var platform:String;
I also have some other values as well.
Is there a way to disable a parameter if I set the platform to Mac?
best, thansk for your...
Fixing the "*** Building code hint cache ***"...
I have been battling with Flash CS5 Pro for the last few weeks with it not giving me any code hinting. Whenever I would do something and expect a code hint window, I would instead get nothing, except for a small yellow triangle with exclamation in the bottom right of the code window. Rolling over that icon gave the tool-tip “*** Building code hint cache ***”. After searching around...