User Profile: darkcampainger
User InformationProfile Details
darkcampainger
2
Posts: 159
Joined: Aug 2006
Last Visit: May 2, 2009
Reputation: 10
Profile Views: 1,274
Username:darkcampainger
Registration Date:Aug 16, 2006 9:01 PM
Last Activity:May 2, 2009 1:18 PM
Field 2:A particular place in physical space
Forum Statistics:
Threads Started: 3
Total Posts: 173
Threads Replied To: 103
Average Post Length: 667 characters
Recent Threads Started (3 total)
Thread TitleRepliesViewsLast Post
You know you have too much free time...232,825Aug 6, 2008
Free Preloader - ep_particleflow141,122Jun 15, 2008
Zombie Teaches Typing Signature Game163,604Mar 28, 2008
Recent Posts (159 total)
ThreadPost ExcerptDate
Defining a bullets direction/speed?Can you try explaining what it is you are trying to do? It [i]looks[/i] like you have the player'...Feb 14, 2009
actionscriptYou can only use it to remove [i]anonymous[/i] functions. Such as these: [code]FunctionName = funct...Feb 13, 2009
C++ questionThe modulus operator (%) sounds like what you want: 7 % 3 = 1 (the remainder of 7/3) 144 % 12 = ...Feb 13, 2009
[AS3] Tweeking my movement script[QUOTE=Scarecrow;1456695][CODE]var pressedKeys:Object = {}; //makes the pressedKeys object var spe...Feb 9, 2009
as2 help (alpha)I don't see any problems with it, but your method seems a bit overcomplicated. Can you try explai...Feb 7, 2009
[AS3] Tweeking my movement scriptThe problem you are running into is that you are only moving the player when they [i]press[/i] the k...Feb 7, 2009
Little help on a button-problem[code]on(release) { prevFrame(); }[/code] [code]on(release) { nextFrame(); }[/code] ...Feb 5, 2009
actionscriptSetting it to null: [code]onEnterFrame = null;[/code] Should remove it....Feb 1, 2009
how do i create a play button in AS3?[QUOTE=extremekd;1446996]You cant change from 2 to 3 in a flash document... [/QUOTE] Actually, yo...Jan 23, 2009
AS errorYou forgot to surround the URL in quotes....Jan 22, 2009