|
More site info...
Simple Stuff (Newbies) | Forum profile
|
|
Forum profile page for Simple Stuff (Newbies) on http://www.actionscript.org.
This report page is the aggregated overview from a single forum: Simple Stuff (Newbies), located on the Message Board at http://www.actionscript.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Simple Stuff (Newbies)" on the Message Board at http://www.actionscript.org is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Simple Stuff (Newbies):
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
26
|
132
|
390
|
|
Post:
|
47
|
239
|
676
|
|
|
Simple Stuff (Newbies) Posting activity graph:
|
Top authors during last week:
user's latest post:
Variable value does not add
Published (2009-12-29 07:12:00)
you're saying: powerplus = 0 + 1; over and over It's always going to be 1. One one to fix this is to add: power = power + 1; at the bottom of your poder function. A simpler way might be to simply remove "powerplus", and have: var power:int = 0; function poder (eMouseEvent):void { power = power + 1; // or, power++; trace (power + " " ); } }
user's latest post:
Variable value does not add
Published (2009-12-29 04:28:00)
Problem persist the output is always 1. Heres my entire code var power:int = 0; var powerplus:int = 0; function poder (e:MouseEvent) : void { powerplus = power + 1; trace (powerplus); } botoncito.addEventListener(MouseEvent.CLICK, poder); using cs4, file is as 3.0. Windows XP SP3 Thanks.
user's latest post:
FLV playback issue in flash page
Published (2009-12-31 05:01:00)
Quote: Originally Posted by walkblind Is the animation nested inside the movieclip instances or is the animation taking place on the stage's timeline? I've had similar issues in the past with this and would be happy to take a look. PM me and we can exchange emails Thanks! Well, I've got the files here Just follow the links and you can see the entire scope of what I have done. I am trying to learn how to do it RIGHT, so please,...
user's latest post:
FLV playback issue in flash page
Published (2009-12-31 03:57:00)
Is the animation nested inside the movieclip instances or is the animation taking place on the stage's timeline? I've had similar issues in the past with this and would be happy to take a look. PM me and we can exchange emails
user's latest post:
Flash Banner won't Refresh
Published (2009-12-31 16:43:00)
Quote: Originally Posted by walkblind I was curious about this issue myself. Found this: Code: <META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 1:00:00 GMT"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> should be added in the html markup. HAVE NOT TESTED article found at: http://www.chami.com/tips/internet/113096I.html BINGO. On the main...
user's latest post:
Hide Root mc from an mc button?
Published (2010-01-01 22:16:00)
Hey, Since this problem is quite to do with the flash file aswell as the code, please post your flash file if possible. Many Thanks, Sam.uk.net
user's latest post:
Error #1023: Stack overflow...
Published (2009-12-24 16:08:00)
The book I'm reading doesn't talk about anything like that. All it does is give me this little snippet of code and expect me to work with it: Quote: Now we can create new copies of the movie clip using only ActionScript. The way this is done is to create a variable to hold the instance of the object, and then use addChild to put it in a display list: Code: var myMovieClip:Mascot = new Mascot(); addChild(myMovieClip); Also, what do...
user's latest post:
Help W/ Decompiler Errors
Published (2009-12-24 11:37:00)
i hardly believe someone is helping you with ripped and obfuscated code like this..
user's latest post:
how do you make a slide pause on...
Published (2009-12-28 02:31:00)
hey all, im a new member and have only been using cs3 for about 3weeks, im catching on pretty well but im stuck at this one point! and it i killing me..... what i whant is to pause my slide on rollover, and play it ahain on rollout, dosnt sound to hard but i could not do it if my life depended on it. could some one please help. thanks guys and gals
user's latest post:
strange button Issues
Published (2009-12-30 00:10:00)
well, im not exactly new to actionscript considering im well into making a platformer, however im havin one really stupid problem with a button. On my first frame (title screen) ive got a button that leads to the second frame (intructions). On the second, there is one that leads to the third(more instructions) my button on the second frame's name is, ive quadruple checked, continueButton. the third frame is...
|
|
|
|
Latest active threads on Simple Stuff (Newbies)::
Started 1 day, 21 hours ago (2010-01-01 22:16:00)
by sam.uk.net
Hey,
Since this problem is quite to do with the flash file aswell as the code, please post your flash file if possible.
Many Thanks,
Sam.uk.net
Started 4 days, 19 hours ago (2009-12-30 00:10:00)
by redtwist
well, im not exactly new to actionscript considering im well into making a platformer, however im havin one really stupid problem with a button. Im using actionscript 3.0. On my first frame ( title screen) ive got a button that leads to the second frame (intructions). On the second, there is one that leads to the third(more instructions) my button on the second frame's name is, ive quadruple ...
Started 2 days, 1 hour ago (2010-01-01 18:10:00)
by ASWC
a code has a scope and if a button exist only in frame 2 then it doesn't in
frame 1 and any code referring to this button in frame 1 will generate an
error. So add some code in frame 1 to deal with the button that exist there
(button1). Then add some code in frame 2 to deal with the button that exist
there (button 2).
Started 3 days, 21 hours ago (2009-12-30 21:32:00)
by UncleNinja
This may be a stupid reply, but have you tried clearing your cache? When I look at a website I maintain alot in chrome, I have to keep clearing my cache to see changes take effect.
Started 3 days, 6 hours ago (2009-12-31 12:36:00)
by lupolu
Can't see movie clip
Hi, just joined your forum having never done AS before.
I started a degree in computing with multimedia technologies in September (2009) and for an assignment we are required to make a game.
I have made the game but I can't see the movie clip called 'Bolt' when I run it.
Im convinced ( for reasons unknown to ...
Started 4 days, 1 hour ago (2009-12-30 18:17:00)
by wilcov
Hello, since i am a noob as well i don't know for sure but i can try and give you some suggestions that might on might not work.
1. When clicking to another page (say home) instead of what you are probably doing now
ActionScript Code:
gotoAndPlay ( 'home' ) ;
try
ActionScript Code:
gotoAndStop ( 'home' ) ;
and simply add a
ActionScript Code:...
Started 6 days, 16 hours ago (2009-12-28 02:31:00)
by adrian333
hey all, im a new member and have only been using cs3 for about 3weeks, im catching on pretty well but im stuck at this one point! and it i killing me.....
what i whant is to pause my slide on rollover, and play it ahain on rollout, dosnt sound to hard but i could not do it if my life depended on it. could some one please help. thanks guys and gals
Started 6 days, 20 hours ago (2009-12-27 23:19:00)
by sparkdemon
var power:int = 0;
var powerplus:int = 0;
function poder (e:Event) : void
{
powerplus = power + 1;
trace (powerplus);
}
Started 1 week ago (2009-12-27 03:08:00)
by curiousmike
keyframe question
I'm continuing work on my Tetris game... it's mostly done.
The game works perfectly within the Flash program, and also when loaded thru Firefox on my local machine.
The problem exists once I "Publish" it, and then run it from my website online .
My main page has 3 keyframes
Frame 1 --- Main game ...
|
|
Hot threads for last week on Simple Stuff (Newbies)::
Started 6 days, 20 hours ago (2009-12-27 23:19:00)
by sparkdemon
var power:int = 0;
var powerplus:int = 0;
function poder (e:Event) : void
{
powerplus = power + 1;
trace (powerplus);
}
Started 3 days, 21 hours ago (2009-12-30 21:32:00)
by UncleNinja
This may be a stupid reply, but have you tried clearing your cache? When I look at a website I maintain alot in chrome, I have to keep clearing my cache to see changes take effect.
Started 4 days, 1 hour ago (2009-12-30 18:17:00)
by wilcov
Hello, since i am a noob as well i don't know for sure but i can try and give you some suggestions that might on might not work.
1. When clicking to another page (say home) instead of what you are probably doing now
ActionScript Code:
gotoAndPlay ( 'home' ) ;
try
ActionScript Code:
gotoAndStop ( 'home' ) ;
and simply add a
ActionScript Code:...
Started 6 days, 16 hours ago (2009-12-28 02:31:00)
by adrian333
hey all, im a new member and have only been using cs3 for about 3weeks, im catching on pretty well but im stuck at this one point! and it i killing me.....
what i whant is to pause my slide on rollover, and play it ahain on rollout, dosnt sound to hard but i could not do it if my life depended on it. could some one please help. thanks guys and gals
Started 3 days, 6 hours ago (2009-12-31 12:36:00)
by lupolu
Can't see movie clip
Hi, just joined your forum having never done AS before.
I started a degree in computing with multimedia technologies in September (2009) and for an assignment we are required to make a game.
I have made the game but I can't see the movie clip called 'Bolt' when I run it.
Im convinced ( for reasons unknown to ...
Started 1 week ago (2009-12-27 03:08:00)
by curiousmike
keyframe question
I'm continuing work on my Tetris game... it's mostly done.
The game works perfectly within the Flash program, and also when loaded thru Firefox on my local machine.
The problem exists once I "Publish" it, and then run it from my website online .
My main page has 3 keyframes
Frame 1 --- Main game ...
Started 4 days, 19 hours ago (2009-12-30 00:10:00)
by redtwist
well, im not exactly new to actionscript considering im well into making a platformer, however im havin one really stupid problem with a button. Im using actionscript 3.0. On my first frame ( title screen) ive got a button that leads to the second frame (intructions). On the second, there is one that leads to the third(more instructions) my button on the second frame's name is, ive quadruple ...
Started 2 days, 1 hour ago (2010-01-01 18:10:00)
by ASWC
a code has a scope and if a button exist only in frame 2 then it doesn't in
frame 1 and any code referring to this button in frame 1 will generate an
error. So add some code in frame 1 to deal with the button that exist there
(button1). Then add some code in frame 2 to deal with the button that exist
there (button 2).
Started 1 day, 21 hours ago (2010-01-01 22:16:00)
by sam.uk.net
Hey,
Since this problem is quite to do with the flash file aswell as the code, please post your flash file if possible.
Many Thanks,
Sam.uk.net
Started 1 week ago (2009-12-27 04:28:00)
by clispraate
This class seems like it would be amazing. I'm new to this site and I am so sad that I am going to miss out on it...
__________________
Taux simulation de prets immo bancaire | Credit simulateur de pret personnel | Simulateur de pret immobilier gratuit
|
|