LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




ReplyREPLY THREAD
 
Thread Tools Display Modes
  #1  
Old 11-22-2004, 08:36 PM
slacker's Avatar
slacker slacker is offline
Artsy Moderator
 
Join Date: Apr 2001
Location: A Recliner in Philly
Posts: 804
Rep Power: 13
slacker is on a distinguished road
Aid

I have compiled a list here of several frequently asked questions. I hope to be constantly building on this list to make the answers as comprehensive and easy to understand as possible
Don’t let this list prevent you from posting a question on these topics as some of the code can be a bit intense. However we do recommend you crack open 1 or 2 FLA's and peek inside to try and see how they work. The more you know about the problem you are having, and the clearer you can describe it, the easier it will be for us to help you fix it, and you will learn more from the process as well.
And now, in no particular order:

#1: Preloaders
Animated Preloader with several solutions (and some chatter in Russian
Custom Fill preloader
Full preloader tutorial by swoop

#2: Playing a movie backwards
Fully transportable (although code heavy) script by Shockwaver
Simple yet Powerful
A few solutions here
Tips and pointers

#3: Animated Buttons
rollOver and rollOut animation. Also uses the simple play-backwards code
as simple as it gets (maybe too simple?)

#4: Functions
Event Handler Functions

#5: Colision Detection
Maze Tutorial (from basic to advanced)


#6: Timeline
Resizing the entire timeline

#7: IE7 'Click to activate and use this control'
Popular Topics:Click to Activate and Use This Control
http://blog.deconcept.com/swfobject/

Misc
When you Should, and Shouldn't use scenes



Suggest more common topics, or good links to solutions and I will add them. Try to keep replies to this thread limited to links and suggestions, so that people can quickly scan through it and find what they are looking for
__________________
Play me in QUADRADIUS
It's like checkers with powerups, the perfect "bored at work" game.

Challenge Gusto

Last edited by slacker : 12-14-2006 at 06:14 PM
Reply With Quote
  #2  
Old 11-30-2004, 11:30 AM
musky_mike musky_mike is offline
Registered User
 
Join Date: Nov 2004
Location: Sweden
Posts: 25
Rep Power: 0
musky_mike is on a distinguished road
This is a common problem that you should add (I still haven't figured it out).

You have a movie clip on the main stage. The movieclip contains a button. Now when you click this button you want Flash to gotoAndPlay Scene 2.

Someone told me it's immposible, but I doubt that.
__________________
-Schizo-
Reply With Quote
  #3  
Old 11-30-2004, 05:10 PM
slacker's Avatar
slacker slacker is offline
Artsy Moderator
 
Join Date: Apr 2001
Location: A Recliner in Philly
Posts: 804
Rep Power: 13
slacker is on a distinguished road
*Solved And Added*
Event Handler Functions
Reply With Quote
  #4  
Old 12-08-2004, 02:31 AM
Spencer_K Spencer_K is offline
Registered User
 
Join Date: Nov 2004
Location: Hell
Posts: 12
Rep Power: 0
Spencer_K is on a distinguished road
right then,

You have a character (Movie Clip), you have a wall (Graphic). When the character hits the wall, he does not go through it.

How can this be done.... I know you can place restrictions on the movie clip by inputting x,y co-ordinates.. But this does not solve my problem.

this does comes under "common" problem, because the whole class is stuck on this one! hehe.

Ban em!
Reply With Quote
  #5  
Old 12-08-2004, 11:29 AM
musky_mike musky_mike is offline
Registered User
 
Join Date: Nov 2004
Location: Sweden
Posts: 25
Rep Power: 0
musky_mike is on a distinguished road
Collision Detection

Check out:
http://www.webwasp.co.uk/tutorials/b...tion/index.php

'm shure there are better tutorials that that. Just type in coliision detection in your google bar and you should find a few.
__________________
-Schizo-
Reply With Quote
  #6  
Old 12-10-2004, 05:23 PM
Spencer_K Spencer_K is offline
Registered User
 
Join Date: Nov 2004
Location: Hell
Posts: 12
Rep Power: 0
Spencer_K is on a distinguished road
Thanks Mike,

You're a star!
Reply With Quote
  #7  
Old 08-24-2005, 01:52 AM
Tulrin Tulrin is offline
Registered User
 
Join Date: May 2002
Location: United States
Posts: 65
Rep Power: 11
Tulrin is on a distinguished road
Is there ever actually a good reason to use scenes? It seems like there are just soooooooooooooooooooooo many better alternatives.
Reply With Quote
  #8  
Old 09-03-2005, 12:08 AM
slacker's Avatar
slacker slacker is offline
Artsy Moderator
 
Join Date: Apr 2001
Location: A Recliner in Philly
Posts: 804
Rep Power: 13
slacker is on a distinguished road
Scenes are quite useful when you are doing animation. I use them extensively in my animated shorts. They are also useful for "throw away" scenes where you know you dont need to communicate to or from (such as preloaders.)
However, if you are using actionscript, you should really avoid them at all costs.
__________________
Play me in QUADRADIUS
It's like checkers with powerups, the perfect "bored at work" game.

Challenge Gusto
Reply With Quote
  #9  
Old 09-03-2005, 12:17 AM
Tulrin Tulrin is offline
Registered User
 
Join Date: May 2002
Location: United States
Posts: 65
Rep Power: 11
Tulrin is on a distinguished road
I had one bad experience with scenes a while back and have avoided them since. I guess I am more of a coder than an animator although I have decided to work on my animation skills. I would be interested to know how they help in animation.

I had not thought of using them for "throw-away" content before. That is a good idea, really. I can see how that would remove a lot of the clutter when you are animating and want to test the movie to see how things look. Thanks for the tip.
Reply With Quote
  #10  
Old 11-15-2005, 05:29 PM
FlashMech's Avatar
FlashMech FlashMech is offline
Registered User
 
Join Date: Nov 2005
Location: Singapore
Posts: 12
Rep Power: 0
FlashMech is on a distinguished road
One practise that I have from developing programs using flash would be, you can have 3 scenes, namely:

1. Preloader
2. Loading
3. Main

Place all the stuff that you might want to load in scene "Loading" (e.g. stuff like linked movieclips, mp3, and stuff), so that they will be loaded by the preloader.

After the preloading finishes, use a script to goToAndStop("Main",1). In this way, the application could start, with all the library assets loaded.
__________________
blog.flashmech.net
+++++++++++++++++++++++++++++++++++++++++
I'm a . I'm a . I'm even a .
But I still like to .
Reply With Quote
  #11  
Old 11-25-2005, 12:18 PM
jayzon jayzon is offline
Registered User
 
Join Date: Nov 2005
Posts: 1
Rep Power: 0
jayzon is on a distinguished road
button and text problem

hey guys!
i am a newbie in making flash templates and i had a problem (i think this is just simple for you) in making buttons.. i am using flash mx 2004 and i draw a square and inside, there is a text, i converted the whole thing (the box and the text into a button and place on (release) } getURL(http://site.com); }

the problem is instead of recognizing the text (button) as a symbol, it is still not clickable and still have text properties so the only hit mark is the square.

check the button here http://angelfire.com/un/dikkiscybercafe/button.swf
anyway copy and paste the URL in your browser since it is angelfire

hope to hear from you soon!
thanks!

Last edited by jayzon : 11-25-2005 at 12:21 PM
Reply With Quote
  #12  
Old 03-07-2006, 05:21 PM
oroby oroby is offline
Registered User
 
Join Date: Mar 2006
Posts: 1
Rep Power: 0
oroby is on a distinguished road
Hi!

My problem is following: I have a rectangle, i converted it to a symbol and set the registration point to bottom left. I'd like to turn it around the registration point, but that point should be stay. How can I do it?

thx
Reply With Quote
  #13  
Old 08-18-2006, 06:36 PM
funda funda is offline
Registered User
 
Join Date: Aug 2006
Posts: 12
Rep Power: 0
funda is on a distinguished road
Hi
I my name is Tony , I have started to learn flash 8 and have played a little with 5 some years ago. I need advise /help.
In Photo Shop I have cut an image of an aircraft out of a picture. I have pasted it onto a transparent back ground then saved it. I can then past it where ever within Photo Shop . When I try to either Past or Import the same image into Flash it appears with a white background box. I did wish to tween the aircraft against a suitable background. That I have in Flash 8 Pro? Any help will be appreciated.
Tony Cumming
Reply With Quote
  #14  
Old 08-18-2006, 06:41 PM
mark2way mark2way is offline
Registered User
 
Join Date: May 2006
Posts: 11
Rep Power: 0
mark2way is on a distinguished road
Okay when you save something in photoshop and you want to bring it into flash you have to choose save for web and then go thru the option of gif or png
Reply With Quote
  #15  
Old 08-18-2006, 06:58 PM
funda funda is offline
Registered User
 
Join Date: Aug 2006
Posts: 12
Rep Power: 0
funda is on a distinguished road
Thank you . Will try that Tony
Reply With Quote
ReplyREPLY THREAD


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Mozilla and ContextMenu rajesh_flash Flash CS3 / Flash 9 1 01-04-2010 09:34 AM
Interfacing between Flash 8 & 9 - Problems and Solutions Scottae Flash CS3 / Flash 9 0 08-07-2007 03:12 PM
Embedded Font Problems Dr. Wombat Flash 8 3 06-14-2007 06:48 PM
scrollpane refresh and mask problems henny Actionscript 2.0 Components 1 10-12-2004 04:52 PM
"wait"-function problems, need help Maceo Flash MX 2004 4 09-28-2004 10:13 PM




All times are GMT. The time now is 05:11 AM.