Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Site: ActionScript.org Forums - Simple Stuff (Newbies) (site profile, domain info actionscript.org)
Title: Simple Stuff (Newbies)
Url: http://www.actionscript.org/forums/forumdisplay...
Users activity: 17 post per thread
Forum activity: 26 active threads during last week
 

Posting activity on Simple Stuff (Newbies):

  Week Month 3 Months
Threads: 26 132 390
Post: 47 239 676
 

Simple Stuff (Newbies) Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
curiousmike
5
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 + " " ); } }
Volvo2010
3
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.
ShakaDula14
3
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,...
walkblind
3
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
UncleNinja
3
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...
sam.uk.net
3
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
Zapurdead
2
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...
the binary
2
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..
adrian333
2
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
redtwist
2
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)::

ActionScript.org Forums
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
Thread:  Show this thread (2 posts)   Thread info: Hide Root mc from an mc button? Size: 278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hide Root mc from an mc button? :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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 ...
Thread:  Show this thread (3 posts)   Thread info: strange button Issues Size: 2,008 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "strange button Issues :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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).
Thread:  Show this thread (3 posts)   Thread info: simple button event frame navigation Size: 319 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: simple button event frame navigation :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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.
Thread:  Show this thread (6 posts)   Thread info: Flash Banner won't Refresh Size: 270 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash Banner won't Refresh :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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 ...
Thread:  Show this thread (4 posts)   Thread info: Can't see movie clip Size: 1,717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can't see movie clip :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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:...
Thread:  Show this thread (6 posts)   Thread info: FLV playback issue in flash page Size: 2,517 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: FLV playback issue in flash page :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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
Thread:  Show this thread (4 posts)   Thread info: how do you make a slide pause on rollover!!! Size: 367 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how do you make a slide pause on rollover!!! :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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); }
Thread:  Show this thread (6 posts)   Thread info: Variable value does not add Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Variable value does not add :: Simple Stuff (Newbies) :: ActionScript.org Forums"
ActionScript.org Forums
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 ...
Thread:  Show this thread (3 posts)   Thread info: keyframe question Size: 2,089 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "keyframe question :: Simple Stuff (Newbies) :: ActionScript.org Forums"
 

Hot threads for last week on Simple Stuff (Newbies)::

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); }
Thread:  Show this thread (6 posts)   Thread info: Variable value does not add Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Variable value does not add :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
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.
Thread:  Show this thread (6 posts)   Thread info: Flash Banner won't Refresh Size: 270 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash Banner won't Refresh :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
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:...
Thread:  Show this thread (6 posts)   Thread info: FLV playback issue in flash page Size: 2,517 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: FLV playback issue in flash page :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
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
Thread:  Show this thread (4 posts)   Thread info: how do you make a slide pause on rollover!!! Size: 367 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how do you make a slide pause on rollover!!! :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
Can't see movie clip - 4 new posts
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 ...
Thread:  Show this thread (4 posts)   Thread info: Can't see movie clip Size: 1,717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can't see movie clip :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
keyframe question - 3 new posts
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 ...
Thread:  Show this thread (3 posts)   Thread info: keyframe question Size: 2,089 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "keyframe question :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
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 ...
Thread:  Show this thread (3 posts)   Thread info: strange button Issues Size: 2,008 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "strange button Issues :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
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).
Thread:  Show this thread (3 posts)   Thread info: simple button event frame navigation Size: 319 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: simple button event frame navigation :: Simple Stuff (Newbies) :: ActionScript.org Forums"
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
Thread:  Show this thread (2 posts)   Thread info: Hide Root mc from an mc button? Size: 278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hide Root mc from an mc button? :: Simple Stuff (Newbies) :: ActionScript.org Forums"
Simple Stuff (Newbies)
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
Thread:  Show this thread (2 posts)   Thread info: Simple Rollover Menu - Button Issue Size: 470 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Simple Rollover Menu - Button Issue :: Simple Stuff (Newbies) :: ActionScript.org Forums"