Pytanie : dojazdowy obciążeniowy swf na zewnątrz ładowacz funkcja

cześć kartoteka i robić wizerunek galeria na strona internetowa i tam  być 5 różny galeria w pięć oddzielny swf kartoteka. Ładować i polubić być tween między the różny swfs różny ładować. Do tej pory I ładować the swfs i móc tweener skutek z wewnątrz the onCompleteHandler ładunek wydarzenie funkcja ale gdy i próbować dziecko lub tween do tej pory the obciążeniowy wydarzenie funkcja i dostawać


1120: Dostęp niezdefiniowany własność loadEvent.
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:
583:
584:
585:
586:
587:
588:
589:
590:
591:
592:
593:
594:
595:
596:
597:
598:
599:
600:
601:
602:
603:
604:
605:
606:
607:
608:
609:
610:
611:
612:
613:
614:
615:
616:
package {
	
	//Import istotny ActionScript Wyzwolenie
	importowy flash.events.*;
	importowy flash.display.*;
	importowy flash.filters.BlurFilter;
	importowy flash.net .URLRequest;
	importowy flash.display. Ładowacz;
	importowy flash.events.ProgressEvent;
	importowy flash.display. Sprite;
	
	
	//Tweener Wyzwolenie
	importowy caurina.transitions.*;
	importowy caurina.transitions.properties.FilterShortcuts;
	FilterShortcuts.init ();

	
	
	społeczeństwo klasowy goodTimesAS3 przedłużyć MovieClip {
		
		
					//Load w MovieClips i instantiate (TŁO)
					intymny var wejście: entranceBg_mc = nowy entranceBg_mc ();
					intymny var biurko: deskBg_mc = nowy deskBg_mc ();
					intymny var studio: studioBg_mc = nowy studioBg_mc ();
					intymny var rysunek: drawingBg_mc = nowy drawingBg_mc ();
					intymny var świątynia: shrineBg_mc = nowy shrineBg_mc ();
					
					
					//Load w MovieClips i instantiate (LOGO & ZAWARTOŚĆ)
					intymny var logo: goodLogo_mc = nowy goodLogo_mc ();
					intymny var deskInfo: deskInfo_mc = nowy deskInfo_mc ();
					intymny var rightArrow: rightArrow_mc = nowy rightArrow_mc ();
					intymny var rightArrow2: rightArrow_mc = nowy rightArrow_mc ();
					intymny var leftArrow: leftArrow_mc = nowy leftArrow_mc ();
					intymny var leftArrow2: leftArrow_mc = nowy leftArrow_mc ();
					intymny var merchDoor: studioDoorCutout_mc = nowy studioDoorCutout_mc ();
					
					intymny var mercText: mercText_mc = nowy mercText_mc ();
					
					//Load w ludzie MovieClips
					intymny var saira: saira_mc = nowy saira_mc ();
					intymny var nick: nick_mc = nowy nick_mc ();
					intymny var jamie: jamie_mc = nowy jamie_mc ();
					intymny var nikole: nikole_mc = nowy nikole_mc ();
					intymny var danny: danny_mc = nowy danny_mc ();
					
					intymny var saira2: saira_mc = nowy saira_mc ();
					intymny var nick2: nick_mc = nowy nick_mc ();
					intymny var jamie2: jamie_mc = nowy jamie_mc ();
					intymny var nikole2: nikole_mc = nowy nikole_mc ();
					intymny var danny2: danny_mc = nowy danny_mc ();
					
					
					intymny var maskWindow: mask_mc = nowy mask_mc ();
					intymny var maskWindow2: mask_mc = nowy mask_mc ();
					
					intymny var sairaContent: sairaContent_mc = nowy sairaContent_mc ();
					intymny var nickContent: nickContent_mc = nowy nickContent_mc ();
					intymny var jamieContent: jamieContent_mc = nowy jamieContent_mc ();
					intymny var nikoleContent: nikoleContent_mc = nowy nikoleContent_mc ();
					intymny var dannyContent: dannyContent_mc = nowy dannyContent_mc ();
					
					
					
					
					//Start plama położenie dla biurko
					intymny var myBlurFilter = nowy BlurFilter (10,10,3);
					
					
					//Set smyczkowy var dla ludzie tween
					intymny var currentPage: Sznurek = "nikoleContent";
	
					
					jawny funkcja goodTimesAS3 () {
						
						//Position i dodawać element the scena
						stage.addChild (biurko);
						desk.x = 606.15;
						desk.y = 390.10;
						desk.width = 1720;
						desk.height = 1150.80

						stage.addChild (wejście);
						entrance.x = 597;
						entrance.y = 398;
						
						stage.addChild (logo);
						logo.x = 580;
						logo.y = 274;
						//Add wydarzenie słuchacz dla wejściowy animacja (Bieg funkcja goInside)
						logo.addEventListener (MouseEvent.MOUSE_OVER, goInside);
						
						
						//Add studio bg
						stage.addChild (studio);
						studio.x = 1200;
						studio.y = (0);
						
						
						stage.addChild (rightArrow);
						rightArrow. x = 1161.3;
						rightArrow. y = 349.10;
						rightArrow.addEventListener (MouseEvent.CLICK, moveRight);
						
						
						
						
						
				}
				
				jawny funkcja goInside (e): pustka {
					
						//Remove Logo
						stage.removeChild (logo);
						logo.removeEventListener (MouseEvent.MOUSE_OVER, goInside);
						
						
						//Scale wejściowy i opadowy alfa
						Tweener.addTween (wejściowy, {_Blur_blurX: 10, _Blur_blurY: 10, _Blur_quality: 2, czas: 0.4, przemiana: "easeOutSine"});
						Tweener.addTween (wejściowy, {szerokość: 1660, wzrost: 1110, czas: 0.4, przemiana: "easeOutSine"});
						Tweener.addTween (wejściowy, {alfa: (0), czas: 0.6, przemiana: "easeOutSine"});
						
						//Fade biurko wewnątrz i szalkowy oncomplete bieg wchodzić do zadowolony funtion
						Tweener.addTween (biurko, {szerokość: 1260, wzrost: 843, czas: 0.4, opóźnienie: 0.1, przemiana: "easeOutSine", onComplete: enterContent});
						
					
					
					}
					
					
				//Display Zawartość	
				jawny funkcja enterContent () {
					
						stage.addChild (deskInfo);
						deskInfo.x = 241.30;
						deskInfo.y = 74.20;
						deskInfo.filters = [myBlurFilter];
						Tweener.addTween (deskInfo, {_Blur_blurX: (0), _Blur_blurY: (0), _Blur_quality: 2, czas: 0.8, przemiana: "easeOutSine"});
						Tweener.addTween (deskInfo, {x: 190.30, czas: 0.8, przemiana: "easeOutSine"});
						
						//Add strzała i wydarzenie słuchacz
						stage.addChild (leftArrow);
						leftArrow. x = 40;
						leftArrow. y = 349.10;
						leftArrow.addEventListener (MouseEvent.CLICK, moveLeft);
						
				}
				
				
			jawny funkcja moveLeft (e): pustka {
				
				stage.removeChild (deskInfo);
				
				
				stage.addChild (świątynia);
				shrine.x = -1292.40;
				shrine.y = -28.35;
				Tweener.addTween (biurko, {x: 1828, czas: 0.6, przemiana: "easeOutSine"});
				Tweener.addTween (deskInfo, {x: 1828, czas: 0.6, przemiana: "easeOutSine"});
				Tweener.addTween (świątynia, {x: - 50.10, czas: 0.6, przemiana: "easeOutSine", onComplete: addGallery});
				Tweener.addTween (świątynia, {_Blur_blurX: 10, _Blur_blurY: 10, _Blur_quality: 2, czas: (0), przemiana: "easeOutSine"});
				Tweener.addTween (świątynia, {_Blur_blurX: (0), _Blur_blurY: (0), _Blur_quality: 2, czas: 0.6, przemiana: "easeOutSine"});
				
				
				
				
			}
			
			
			
		jawny funkcja addGallery () {
					
					stage.addChild (rightArrow2);
					rightArrow2. x = 1161.3;
					rightArrow2. y = 349.10;
					
					
					
					stage.addChild (danny2);
						danny2.x = 160;
						danny2.y = 300;
						danny2.addEventListener (MouseEvent.CLICK, clickHandlerOne2);
							funkcja clickHandlerOne2 (e: MouseEvent): pustka {
									
								}
						
						stage.addChild (jamie2);
						jamie2.x = 160;
						jamie2.y = 400;
						jamie2.addEventListener (MouseEvent.CLICK, clickHandlerTwo2);
							funkcja clickHandlerTwo2 (e: MouseEvent): pustka {
								
								
								//////////////////////////
							
									
								}
						
						
						stage.addChild (saira2);
						saira2.x = 230;
						saira2.y = 290;
							saira2.addEventListener (MouseEvent.CLICK, clickHandlerThree2);
								funkcja clickHandlerThree2 (e: MouseEvent): pustka {
										
									}
						
						
						stage.addChild (nick2);
						nick2.x = 230;
						nick2.y = 390;
						nick2.addEventListener (MouseEvent.CLICK, clickHandlerFour2);
								funkcja clickHandlerFour2 (e: MouseEvent): pustka {
										
									}
						
						stage.addChild (nikole2);
						nikole2.x = 160;
						nikole2.y = 220;
						nikole2.addEventListener (MouseEvent.CLICK, clickHandlerFive2);
								funkcja clickHandlerFive2 (e: MouseEvent): pustka {
										
									}
					
					
					
					/*Load w zewnętrznie swf *
				var loadSwf: Ładowacz = nowy Ładowacz ();
				var requestSwf: URLRequest = nowy URLRequest ("photo_gallery.swf");
				loadSwf.contentLoaderInfo.addEventListener (Event.COMPLETE, onCompleteHandler);
				loadSwf.contentLoaderInfo.addEventListener (ProgressEvent.PROGRESS, onProgressHandler);
				

				loadSwf.load (requestSwf);
				
				
				
				var loadSwfNick: Ładowacz = nowy Ładowacz ();
				var requestSwfNick: URLRequest = nowy URLRequest ("photo_galleryNick.swf");
				loadSwfNick.contentLoaderInfo.addEventListener (Event.COMPLETE, onCompleteHandlerNick);
				//loadSwfNick.contentLoaderInfo.addEventListener (ProgressEvent.PROGRESS, onProgressHandlerNick);
				

				loadSwfNick.load (requestSwfNick);
				
				
				
				/* Dodawać swf scena *
				funkcja onCompleteHandler (loadEvent: Wydarzenie) {
					
					
					
					stage.addChild (loadEvent.currentTarget.content);
					loadEvent.currentTarget.content.mask = maskWindow;
					loadEvent.currentTarget.content.x = 400;
					loadEvent.currentTarget.content.y = 200;
					loadEvent.currentTarget.content.alpha = (0);
					Tweener.addTween (loadEvent.currentTarget.content, {alfa: (1), czas: 0.6, przemiana: "easeOutSine"});
					
					
					
					
					maskWindow.x = 400;
					maskWindow.y = 200;
					
					rightArrow2.addEventListener (MouseEvent.CLICK, backRight)
					
					//stage.removeChild (loadEvent.currentTarget.content);
				}
				
				/* Postęp tracking*/
				funkcja onProgressHandler (mProgress: ProgressEvent) {
					var procent: Liczba = mProgress.bytesLoaded/mProgress.bytesTotal;
					ślad (procent);
				}
				
				
				
				funkcja onCompleteHandlerNick (loadEvent: Wydarzenie) { 
				
				stage.addChild (loadEvent.currentTarget.content);
				loadEvent.currentTarget.content.mask = maskWindow2;
				maskWindow2.x = 400;
				maskWindow2.y = -250;
				
				
				loadEvent.currentTarget.content.x = 400;
				loadEvent.currentTarget.content.y = -250;
				
				
				
				}
				
				}	
			
			
			
			
			
			jawny funkcja backRight (e): pustka {
				
				stage.removeChild (rightArrow2);
				rightArrow2.removeEventListener (MouseEvent.CLICK, backRight)
				
				
				stage.addChild (deskInfo);
				deskInfo.x = 241.30;
				deskInfo.y = 74.20;
				deskInfo.alpha = (0);
				deskInfo.filters = [myBlurFilter];
				Tweener.addTween (deskInfo, {_Blur_blurX: (0), _Blur_blurY: (0), _Blur_quality: 2, czas: 0.8, opóźnienie: 0.6, przemiana: "easeOutSine"});
				Tweener.addTween (deskInfo, {x: 190.30, alfa: (1), czas: 0.8, opóźnienie: 0.6, przemiana: "easeOutSine"});
				
				
				//loadEvent.parent.removeChild (loadEvent.currentTarget.content);
				
				
				Tweener.addTween (świątynia, {x: - 1292.40, czas: 0.6, przemiana: "easeOutSine", onComplete: funkcja () {stage.removeChild (świątynia); }});
				Tweener.addTween (biurko, {x: 606.15, czas: 0.6, przemiana: "easeOutSine"});
				
				
				
				
				
				
				
			}
				
				
			jawny funkcja moveRight (e): pustka {
				
						//Remove Biurko Zawartość
						stage.removeChild (deskInfo);
						stage.removeChild (rightArrow);
						stage.removeChild (leftArrow);
						
						
						//Blur studio
						studio.filters = [myBlurFilter];
						//Animate między tło		
						Tweener.addTween (studio, {x: (0), czas: 0.6, przemiana: "easeOutSine"});
						Tweener.addTween (studio, {_Blur_blurX: (0), _Blur_blurY: (0), _Blur_quality: 2, czas: 0.6, opóźnienie: 0.3, przemiana: "easeOutSine"});
						Tweener.addTween (biurko, {x: - 632.15, _Blur_blurX: 10, _Blur_blurY: 10, _Blur_quality: 2, czas: 0.6, przemiana: "easeOutSine", onComplete: studioContent});

				
			}
			
			
			
			jawny funkcja studioContent () {
				
								
						stage.addChild (leftArrow);
						leftArrow. x = 40;
						leftArrow. y = 349.10;
						leftArrow.addEventListener (MouseEvent.CLICK, backDesk);
						rightArrow.removeEventListener (MouseEvent.MOUSE_OVER, moveRight);
						leftArrow.removeEventListener (MouseEvent.CLICK, moveLeft);
						
						
						
				
				
				
							stage.addChild (dannyContent);
							dannyContent.alpha = (0);
							dannyContent.x = 330;
							dannyContent.y = 20;
							
							stage.addChild (jamieContent);
							jamieContent.alpha = (0);
							jamieContent.x = 330;
							jamieContent.y = 20;
							
							stage.addChild (sairaContent);
							sairaContent.alpha = (0);
							sairaContent.x = 330;
							sairaContent.y = 20;
							
							stage.addChild (nickContent);
							nickContent.alpha = (0);
							nickContent.x = 330;
							nickContent.y = 20;
							
							stage.addChild (nikoleContent);
							nikoleContent.alpha = (1);
							nikoleContent.x = 330;
							nikoleContent.y = 20;
							
							
							
				
						stage.addChild (danny);
						danny.x = 160;
						danny.y = 300;
						danny.addEventListener (MouseEvent.CLICK, clickHandlerOne);
							funkcja clickHandlerOne (e: MouseEvent): pustka {
									moveOut ("dannyContent");
								}
						
						stage.addChild (jamie);
						jamie.x = 160;
						jamie.y = 400;
						jamie.addEventListener (MouseEvent.CLICK, clickHandlerTwo);
							funkcja clickHandlerTwo (e: MouseEvent): pustka {
									moveOut ("jamieContent");
								}
						
						
						stage.addChild (saira);
						saira.x = 230;
						saira.y = 290;
							saira.addEventListener (MouseEvent.CLICK, clickHandlerThree);
								funkcja clickHandlerThree (e: MouseEvent): pustka {
										moveOut ("sairaContent");
									}
						
						
						stage.addChild (nick);
						nick.x = 230;
						nick.y = 390;
						nick.addEventListener (MouseEvent.CLICK, clickHandlerFour);
								funkcja clickHandlerFour (e: MouseEvent): pustka {
										moveOut ("nickContent");
									}
						
						stage.addChild (nikole);
						nikole.x = 160;
						nikole.y = 220;
						nikole.addEventListener (MouseEvent.CLICK, clickHandlerFive);
								funkcja clickHandlerFive (e: MouseEvent): pustka {
										moveOut ("nikoleContent");
									}
									
									
						stage.addChild (merchDoor);
						merchDoor.x = 855.45;
						merchDoor.y = 375;
						merchDoor.addEventListener (MouseEvent.CLICK, merchLoad);
						
				
			}
			
			
				jawny funkcja merchLoad (e): pustka {
				
						stage.addChild ();
						drawing.x = 17.30;
						drawing.y = 10.65;
						drawing.alpha = (0);
						
						Tweener.addTween (, {alfa: (1), czas: 0.6, przemiana: "easeOutSine"});
						
						stage.addChild (mercText);
						mercText.x = 477;
						mercText.y = 264;
						mercText.alpha = (0);
						
						Tweener.addTween (mercText, {alfa: (1), czas: 0.6, opóźnienie: 0.6, przemiana: "easeOutSine"});
						
						
						
						leftArrow.removeEventListener (MouseEvent.CLICK, backDesk);
						
						stage.addChild (leftArrow2);
						leftArrow2. x = 40;
						leftArrow2. y = 349.10;
						leftArrow2.addEventListener (MouseEvent.CLICK, backStudio)
						
						
				
				}
				
				
					jawny funkcja backStudio (e): pustka {
						
						stage.removeChild (mercText);
						stage.removeChild (leftArrow2);
						
						Tweener.addTween (, {alfa: (0), czas: 0.6, przemiana: "easeOutSine", onComplete: funkcja () {stage.removeChild (); }});
						leftArrow2.removeEventListener (MouseEvent.CLICK, backStudio)
						leftArrow.addEventListener (MouseEvent.CLICK, backDesk);
						
					}
			
		
			funkcja moveOut (strona: Sznurek) {
											
				jeżeli (strona! =currentPage) {
												
					jeżeli (currentPage== "nikoleContent") { 
					
					Tweener.addTween (nikoleContent, {onComplete: funkcja () {this.alpha = (0); moveIn (strona);}});
					
				}
														
														
					jeżeli (currentPage== "sairaContent") { 
					
					Tweener.addTween (sairaContent, {onComplete: funkcja () {this.alpha = (0); moveIn (strona);}});
					
				}
														
					jeżeli (currentPage== "nickContent") { 
					
					Tweener.addTween (nickContent, {onComplete: funkcja () {this.alpha = (0); moveIn (strona);}});
					
				}
				
					jeżeli (currentPage== "jamieContent") { 
					
					Tweener.addTween (jamieContent, {onComplete: funkcja () {this.alpha = (0); moveIn (strona);}});
					
				}
				
					jeżeli (currentPage== "dannyContent") { 
					
					Tweener.addTween (dannyContent, {onComplete: funkcja () {this.alpha = (0); moveIn (strona);}});
					
					
							}
											
					}
										
				}
				
				funkcja moveIn (następnie: Sznurek) {
									
					jeżeli (next== " nikoleContent ") {
						Tweener.addTween (nikoleContent, {x: 330, czas: 0.6, przemiana: "easeOutSine"});
						Tweener.addTween (nikoleContent, {alfa: (1), czas: 0.3, opóźnienie: 0.3, przemiana: "easeOutSine"});
					}
					jeżeli (next== " sairaContent ") {
						Tweener.addTween (sairaContent, {x: 330, czas: 0.6, przemiana: "easeOutSine"});
						Tweener.addTween (sairaContent, {alfa: (1), czas: 0.3, opóźnienie: 0.3, przemiana: "easeOutSine"});
					}
					jeżeli (next== " nickContent ") {
						Tweener.addTween (nickContent, {x: 330, czas: 0.6, przemiana: "easeOutSine"});
						Tweener.addTween (nickContent, {alfa: (1), czas: 0.3, opóźnienie: 0.3, przemiana: "easeOutSine"});
					}
					
					jeżeli (next== " jamieContent ") {
						Tweener.addTween (jamieContent, {x: 330, czas: 0.6, przemiana: "easeOutSine"});
						Tweener.addTween (jamieContent, {alfa: (1), czas: 0.3, opóźnienie: 0.3, przemiana: "easeOutSine"});
					}
					
					jeżeli (next== " dannyContent ") {
						Tweener.addTween (dannyContent, {x: 330, czas: 0.6, przemiana: "easeOutSine"});
						Tweener.addTween (dannyContent, {alfa: (1), czas: 0.3, opóźnienie: 0.3, przemiana: "easeOutSine"});
					}
									
					
					currentPage=next;
									
									
			}
			
			jawny funkcja backDesk (e): pustka {
				
					currentPage = "nikoleContent";
					
					stage.removeChild (merchDoor);
					merchDoor.removeEventListener (MouseEvent.CLICK, merchLoad);
				
					stage.removeChild (dannyContent);
					stage.removeChild (nikoleContent);
					stage.removeChild (nickContent);
					stage.removeChild (sairaContent);
					stage.removeChild (jamieContent);
					
					stage.removeChild (danny);
					stage.removeChild (nikole);
					stage.removeChild (nick);
					stage.removeChild (saira);
					stage.removeChild (jamie);
					
					
					
					
					
					
					leftArrow.removeEventListener (MouseEvent.CLICK, backDesk);
					leftArrow.addEventListener (MouseEvent.CLICK, moveLeft);
					
					//Blur studio
					desk.filters = [myBlurFilter];
					//Animate między tło		
					Tweener.addTween (biurko, {x: 606.15, czas: 0.6, przemiana: "easeOutSine"});
					Tweener.addTween (biurko, {_Blur_blurX: (0), _Blur_blurY: (0), _Blur_quality: 2, czas: 0.6, opóźnienie: 0.3, przemiana: "easeOutSine"});
					Tweener.addTween (studio, {x: 1200, _Blur_blurX: 10, _Blur_blurY: 10, _Blur_quality: 2, czas: 0.6, przemiana: "easeOutSine", onComplete: contentAdd});
					
					stage.addChild (rightArrow);
					rightArrow. x = 1161.3;
					rightArrow. y = 349.10;
					
					funkcja contentAdd () {
					
					stage.addChild (deskInfo);
					deskInfo.x = 241.30;
					deskInfo.y = 74.20;
					deskInfo.filters = [myBlurFilter];
					Tweener.addTween (deskInfo, {_Blur_blurX: (0), _Blur_blurY: (0), _Blur_quality: 2, czas: 0.8, przemiana: "easeOutSine"});
					Tweener.addTween (deskInfo, {x: 190.30, czas: 0.8, przemiana: "easeOutSine"});
					
					
					}
				
				}
				
			
		
		}

}

Odpowiedź : dojazdowy obciążeniowy swf na zewnątrz ładowacz funkcja

Inne rozwiązania  
 
programming4us programming4us