At 9/6/05 06:32 AM, Inglor wrote: I should really make an advanced specific effect tutorial... does anyone have any ideas?
XML sockets and how to use a server (in flash)
Circle on circle collision
Dynamically loading textures
How to eat pies
At 9/6/05 06:32 AM, Inglor wrote: I should really make an advanced specific effect tutorial... does anyone have any ideas?
XML sockets and how to use a server (in flash)
Circle on circle collision
Dynamically loading textures
How to eat pies
At 9/6/05 03:33 PM, -liam- wrote: function eatPie(num){
_root["pie"+num].removeMovieClip();
}
for(i=0;i<361;i++){
eatPie(i);
}
No need for a whole tutorial =P
ungh, learn some proframming, your function was recursive, which didn't make ANY sense :P
can't you do:
function eatPie(num:Number):Boolean{
if(!(_root["pie"+num] instanceof MovieClip)){
return false;//object is not pie
}else{
return removeMovieClip(_root["pie"+num]);
}
}
At 9/6/05 09:37 AM, Ninja-Chicken wrote: Circle on circle collision
AS: Collisions by Glaiel. I suppose he didn't mention how to use a little trig to align them up correctly after a collision is detected, but the basic concept is there. If I remember I will fish through my old projects and find the code to do that and post it on one of the collision threads. It doesn't need a whole new one though. Your other ideas have potential but I'm not fully qualified to write either at this point.
At 9/6/05 09:37 AM, Ninja-Chicken wrote: Dynamically loading textures
That just reminded me of something I saw the other day, link. The texture mapping one is the one I'm on about, though all the examples are pretty cool.. especially the 3D ones.
Sup, bitches :)
At 9/9/05 12:13 PM, -liam- wrote:At 9/6/05 09:37 AM, Ninja-Chicken wrote: Dynamically loading texturesThat just reminded me of something I saw the other day, link. The texture mapping one is the one I'm on about, though all the examples are pretty cool.. especially the 3D ones.
The 3d one runs so fast, I want one.
At 9/9/05 12:16 PM, T-H wrote:
The 3d one runs so fast, I want one.
Wait til your older son
Is anyone going to do my suggestions?
This a temp list until Denvish comes on and does it properly, basically I haven't added anything.. I've just copy pasted Denvish's latest list.
AS: GENERAL CODE:
BASIC
AS: Animated Buttons by Inglor
AS: Bars (Health/Score/etc) by Inglor
AS: Basic A.I. by Dancing-Thunder
AS: Bounce & Gravity by ImpotentBoy2
AS: ClipEvents by Inglor
AS: Drag & Drop by Inglor
AS: Duplicated Movie Clips
AS: Dynamic Color Changes by Rantzien
AS: Dynamically Resizing Objects by Spamburger
AS: Inventory 1 by Inglor
AS: Loops & Conditions by BleeBlap
AS: Loops - For... In by Inglor
AS: Loops - While by Ninja-Chicken
AS: Maths - Basic by T-H
AS: Movement - Basic
AS: Movement - Scrolling background by DrDeath2k3
AS: Movie Control by Spamburger
AS: Password by Dancing-Thunder
AS: Performance & Optimisation Tips by T-H
AS: Quality Toggling
AS: Random by -Reedo11-
AS: Replay Button by Inglor
AS: Sound
AS: Stop & Play Buttons by Inglor
AS: swapDepths by -liam-
AS: Symbols by Joelasticot
AS: Variables by Rantzien
INTERMEDIATE
AS: Arrays
AS: Camera Control by Inglor
AS: Collisions by Glaiel_Gamer
AS: Collision Detection by BleeBlap
AS: Creating Boundaries by Spamburger
AS: Debugging Syntax by Inglor
AS: Elasticity by Joelasticot
AS: Functions - Basic by Inglor
AS: Intervals by Inglor
AS: Linear Increasement by Inglor
AS: Load External Data/Cross-Domain
AS: Maths - Intermediate by Inglor
AS: Mouse Wheel by Inglor
AS: Movement - On slopes by Joelasticot
AS: Output Panel Manipulation by Inglor
AS: Platform Game Basics by Atomic_Sponge
AS: Save and Load
AS: Strings by Inglor
AS: SWF Right-Click Menu
ADVANCED
AS: 3Dimension - Basic by dELta_Luca
AS: 3Dimension - Intermediate by dELta_Luca
AS: Actionscripted Tweens by BleeBlap
AS: API by -liam-
AS: API Curves by Glaiel_Gamer
AS: API 3-Gradient Fills by Inglor
AS: Binary Increasement by Inglor
AS: Syntax Checking Stack by Inglor
AS: Modular Programming by Inglor
AS: Non-Tilebased Pathfinding by dELta_Luca
AS: Tile-based Pathfinding by dELta_Luca
AS: Tile-based Game Development Map by Inglor
AS: Tile-based Line-of-Sight Algorithm by zoohl
AS: Movement - Random by Begoner
AS: OOP (Object Oriented Programming) by Inglor
AS: System Capabilities (Flash-PC Communication) by Inglor
AS: Trigonometry by BleeBlap
AS: XML by Inglor
Sup, bitches :)
Someone could have emailed me.... just because I'm not on the BBS doesn't mean I'm not at my PC. Sometimes I just need to work without the distractions of the forums.
Also, if we do hit a new page, please don't make too many posts since some will quite possibly be deleted to put the lists at the top.
AS: GENERAL CODE:
BASIC (29)
AS: Animated Buttons by Inglor
AS: Bars (Health/Score/etc) by Inglor
AS: Basic A.I. by Dancing-Thunder
AS: Bounce & Gravity by ImpotentBoy2
AS: ClipEvents by Inglor
AS: Drag & Drop by Inglor
AS: Duplicated Movie Clips
AS: Dynamic Color Changes by Rantzien
AS: Dynamically Resizing Objects by Spamburger
AS: Frame Functions by Spamburger
AS: Inventory 1 by Inglor
AS: Loops & Conditions by BleeBlap
AS: Loops - For... In by Inglor
AS: Loops - While by Ninja-Chicken
AS: Maths - Basic by T-H
AS: Movement - Basic
AS: Movement - Scrolling background by DrDeath2k3
AS: Movie Control by Spamburger
AS: Password by Dancing-Thunder
AS: Performance & Optimisation Tips by T-H
AS: Quality Toggling
AS: Random by -Reedo11-
AS: Replay Button by Inglor
AS: Sound
AS: Stop & Play Buttons by Inglor
AS: swapDepths by -liam-
AS: Symbols by Joelasticot
AS: Timeout by Inglor
AS: Variables by Rantzien
INTERMEDIATE (21)
AS: Arrays
AS: Camera Control by Inglor
AS: Collisions by Glaiel_Gamer
AS: Collision Detection by BleeBlap
AS: Creating Boundaries by Spamburger
AS: Debugging Syntax by Inglor
AS: Elasticity by Joelasticot
AS: Following/Shooting at Mouse
AS: Functions - Basic by Inglor
AS: Intervals by Inglor
AS: Linear Increasement by Inglor
AS: Load External Data/Cross-Domain
AS: Maths - Intermediate by Inglor
AS: Mouse Wheel by Inglor
AS: Movement - On slopes by Joelasticot
AS: Output Panel Manipulation by Inglor
AS: Platform Game Basics by Atomic_Sponge
AS: Save and Load
AS: Strings by Inglor
AS: SWF Copy Protection by JackSmack
AS: SWF Right-Click Menu
ADVANCED (19)
AS: 3Dimension - Basic by dELta_Luca
AS: 3Dimension - Intermediate by dELta_Luca
AS: Actionscripted Tweens by BleeBlap
AS: API by -liam-
AS: API Curves by Glaiel_Gamer
AS: API 3-Gradient Fills by Inglor
AS: Binary Increasement by Inglor
AS: Syntax Checking Stack by Inglor
AS: Modular Programming by Inglor
AS: Non-Tilebased Pathfinding by dELta_Luca
AS: Tile-based Pathfinding by dELta_Luca
AS: Tile-based Game Development Map by Inglor
AS: Tile-based Line-of-Sight Algorithm by zoohl
AS: Movement - Random by Begoner
AS: OOP (Object Oriented Programming) by Inglor
AS: Prototype, Proto & Inheritance by BleeBlap
AS: System Capabilities (Flash-PC Communication) by Inglor
AS: Trigonometry by BleeBlap
AS: XML by Inglor
Total: 59
AS: SPECIFIC EFFECTS/PROJECTS:
BEGINNER (4)
AS: Clock by Glaiel_Gamer
AS: Elastic Mouse Chaser by lan00
AS: Preloader
AS: Photo Negative by Glaiel_Gamer
INTERMEDIATE (14)
AS: Fireworks (API) by Inglor
AS: Game 1 - Moving and Jumping by Ninja-Chicken
AS: Game 2 - Shooting & Power-ups by Ninja-Chicken
AS: Maze by Begoner
AS: Flash Registration Form by bigftballjock
AS: Platformer: N00b to Pro by MusicianEXE
AS: Platformer by Thomas2005
AS: Pong Physics & Gravity by Dark_Toaster
AS: Rain Effect (API) by Inglor
AS: Scoreboard by Inglor
AS: Starfield (API)
AS: Typewriter Effect by Atomic_Sponge
AS: Varispeed Rollover Scrollbar
AS: Volume Slider by Star_Cleaver
ADVANCED (1)
AS: Flash Game Instant Replay by Cojones893
Total: 19
Other useful links:
Flash Newbie Help by -ArcticHigh-
Flash (noob) tutorial by -hellraiser-
Starting with Flash by Otacon
NG's best tutorial movies
Flash tuts list by AGH
Flashkit
actionscript.org
AS: Main
Kirupa
good-tutorials.com
Liveswif 2.2 Free Flash maker
NG Preloaders
Xenosteel's guide
NG Submission Tips
Get your Flash deleted
Flash: Shortcut Keys by -Unknown-
Flash: Code Shortcut keys by Rantzien
Flash/ASP scoreboard
Flash/PHP scoreboard
Cross-domain policies
Rystic's Jumping Engine
Sham Bhangal's Flash V-Cam
Sprite page list by different
Claymation info by schorhr
Music and Sound Effect sites V2 by different
Fixing problems with importing sound
Self-contained Movie Control MC
How to: Flash to animated .gif
At 9/9/05 01:36 PM, Inglor wrote: I have a question, why is my timeout tutorial on the beginner section and my intervals tutorial on the intermediate one where they pretty much talk about similar concepts?
Dunno. Timeout seemed to go into less detail about the workings and possiblities. To be perfectly honest, though, I only saw it just before I updated, so it just got chucked anywhere =)
At 9/10/05 05:45 PM, SpamBurger wrote: Yea, I think its a good idea. Thats why I asked here.
Yeah well letrs do it then
And advertise it in your sig etc so it gets good exposure
Try and get someone high status involved (ie denvish or inglor)
At 9/10/05 05:51 PM, SpamBurger wrote: Ok, who should start it?
I think you should get inglor or denvish or someone to go make it
At 9/10/05 06:04 PM, SpamBurger wrote:At 9/10/05 06:02 PM, Ninja-Chicken wrote:Ok, inglor or denvish, if you are reading this, make PR: Main. I would make it but I dont know if anyone wants me to.At 9/10/05 05:51 PM, SpamBurger wrote: Ok, who should start it?I think you should get inglor or denvish or someone to go make it
Why not Programming: Main? It doesn't have to be restricted to two letters.
Reccomendations for AS: Topics
General
Using the microphone
XML sockets
PHP and flash
Specific projects
Online game (with server)
Custom controls