STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228091
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/29764720?noj=FRM29764720-4DC" width="1" height="1"></div>

Sprite TV 2.swf

This is the info page for
Flash #56610

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
frame 1 { NewgroundsAPI.connectMovie(3343); } movieClip 5 { } movieClip 8 { frame 1 { _root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay('loaded'); } } frame 2 { gotoAndPlay(1); } frame 40 { _root.play(); } } instance uno of movieClip 8 { onClipEvent (enterFrame) { if (Key.isDown(38)) { this._yscale -= 1; } if (Key.isDown(40)) { this._yscale += 1; } if (Key.isDown(39)) { this._xscale -= 1; } if (Key.isDown(37)) { this._xscale += 1; } if (Key.isDown(16)) { this._rotation -= 1; this._rotation = this._rotation; } if (Key.isDown(17)) { this._rotation += 1; this._rotation = this._rotation; } if (Key.isDown(36)) { this._yscale *= 1.09; this._xscale *= 1.09; } if (Key.isDown(35)) { this._yscale *= 0.9; this._xscale *= 0.9; } if (Key.isDown(13)) { this._xscale = 100; this._yscale = 100; this._rotation = 0; this._y = 200; this._x = 357.5; this.dos.tres.gotoAndStop(1); mycolor = new Color(this.dos); coltransf = new Object(); coltransf = {'ra': 100, 'ga': 100, 'ba': 100, 'aa': 100}; mycolor.setTransform(coltransf); mycolor = new Color(this.tres); coltransf = new Object(); coltransf = {'ra': 100, 'ga': 100, 'ba': 100, 'aa': 100}; mycolor.setTransform(coltransf); } if (Key.isDown(8)) { this.dos.tres.nextFrame(); } if (Key.isDown(46)) { this._xscale *= 1.1; } if (Key.isDown(45)) { this._yscale *= 1.1; } if (Key.isDown(34)) { this._xscale *= 0.9; } if (Key.isDown(33)) { this._yscale *= 0.9; } if (Key.isDown(32)) { mycolor = new Color(this.dos); coltransf = new Object(); coltransf = {'ra': 100, 'rb': rb, 'ga': 100, 'gb': gb, 'ba': ba, 'bb': bb, 'aa': aa, 'ab': 255}; mycolor.setTransform(coltransf); mycolor = new Color(this.tres); coltransf = new Object(); coltransf = {'ra': 750, 'rb': rb, 'ga': 100, 'gb': gb, 'ba': ba, 'bb': bb, 'aa': aa, 'ab': 255}; mycolor.setTransform(coltransf); } } onClipEvent (press) { this.startDrag(); } onClipEvent (release) { this.stopDrag(); } onClipEvent (enterFrame) { this.useHandCursor = false; } } button 14 { on (release) { NewgroundsAPI.loadNewgrounds(); } } movieClip 21 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } frame 21 { stop(); } frame 22 { stop(); } frame 23 { stop(); } frame 24 { stop(); } frame 25 { stop(); } frame 26 { stop(); } frame 27 { stop(); } frame 28 { gotoAndPlay(27); } } movieClip 22 { instance tres of movieClip 21 { onClipEvent (load) { this._yscale = 0.1; this._xscale = 0.1; } } } button 23 { on (release) { NewgroundsAPI.loadNewgrounds(); } } movieClip 24 { } movieClip 25 { frame 1 { function startAd(ngad_url) { trace('opening ' + ngad_url); System.security.allowDomain('70.87.128.99'); System.security.allowInsecureDomain('70.87.128.99'); System.security.allowDomain('ads.shizmoo.com'); System.security.allowInsecureDomain('ads.shizmoo.com'); System.security.allowDomain('www.cpmstar.com'); System.security.allowInsecureDomain('www.cpmstar.com'); System.security.allowDomain('server.cpmstar.com'); System.security.allowInsecureDomain('server.cpmstar.com'); var ngads_redirect = new XML(); ngads_redirect.ignoreWhite = true; ngads_redirect.onLoad = function (success) { trace('[NEWGROUNDS FLASH ADS] :: You may get a \'Security Sandbox Violation\' ... this is normal, do not freak out!'); if (success) { ng_ad.loadMovie(ngads_redirect.toString(), 'GET'); } else {} }; ngads_redirect.load(ngad_url); } if (NewgroundsAPI.getAdURL()) { startAd(NewgroundsAPI.getAdURL()); } NewgroundsAPI.onAdsApproved = function (ad_url) { startAd(ad_url); }; stop(); } } movieClip 2642 __Packages.NewgroundsAPI { #initclip if (!_global.NewgroundsAPI) { var v1 = function () {}; _global.NewgroundsAPI = v1; var v2 = v1.prototype; v1.connectMovie = function (id) { if (!id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.connectMovie(id:Number)'); } else { if (!NewgroundsAPI.tracker_id) { NewgroundsAPI.SendMessage('Connecting to API gateway...'); NewgroundsAPI.tracker_id = id; NewgroundsAPI.host = (_url.split('/'))[2].toLowerCase(); if (NewgroundsAPI.host.length < 1) { NewgroundsAPI.host = 'localhost'; } var v2 = new Object(); NewgroundsAPI.SendEvent(NewgroundsAPI.MOVIE_VIEWS); } } }; v1.setMovieVersion = function (movie_version) { if (!movie_version) { NewgroundsAPI.SendError('Missing required \'version\' in NewgroundsAPI.setMovieVersion(version:String)'); } else { NewgroundsAPI.version = movie_version; } }; v1.debugMode = function () { NewgroundsAPI.debug = true; }; v1.addCustomEvent = function (stat_id, stat_name) { if (!stat_id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)'); } else { if (!stat_name) { NewgroundsAPI.SendError('Missing required \'event_name\' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)'); } else { NewgroundsAPI.custom_events[stat_name] = NewgroundsAPI.CUSTOM_STATS + stat_id; NewgroundsAPI.SendMessage('Created custom event: ' + stat_name); } } }; v1.addCustomLink = function (stat_id, stat_name) { if (!stat_id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)'); } else { if (!stat_name) { NewgroundsAPI.SendError('Missing required \'link_name\' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)'); } else { NewgroundsAPI.custom_links[stat_name] = NewgroundsAPI.CUSTOM_STATS + stat_id; NewgroundsAPI.SendMessage('Created custom link ' + stat_id + ': ' + stat_name); } } }; v1.loadMySite = function () { NewgroundsAPI.SendLink(NewgroundsAPI.AUTHOR_SITE); }; v1.loadNewgrounds = function (special) { if (special) { var v1 = {'page': special}; } NewgroundsAPI.SendLink(NewgroundsAPI.NEWGROUNDS, v1); }; v1.logCustomEvent = function (event_name) { if (!event_name) { NewgroundsAPI.SendError('Missing required \'event_name\' parameter in NewgroundsAPI.logCustomEvent(event_name:String)'); } else { if (!NewgroundsAPI.custom_events[event_name]) { NewgroundsAPI.SendError('Attempted to log undefined custom event: ' + event_name); } else { NewgroundsAPI.SendEvent(NewgroundsAPI.custom_events[event_name]); } } }; v1.loadCustomLink = function (link_name) { if (!link_name) { NewgroundsAPI.SendError('Missing required \'link_name\' parameter in NewgroundsAPI.loadCustomLink(link_name:String)'); } else { if (!NewgroundsAPI.custom_links[link_name]) { NewgroundsAPI.SendError('Attempted to open undefined custom link: ' + link_name); } else { NewgroundsAPI.SendLink(NewgroundsAPI.custom_links[link_name]); } } }; v1.getAdURL = function () { return NewgroundsAPI.movie_options.ad_url; }; v1.getMovieURL = function () { if (NewgroundsAPI.movie_options.movie_url) { return NewgroundsAPI.movie_options.movie_url; } else { return 'Newgrounds.com'; } }; v1.getNewVersionURL = function () { return NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&host=' + escape(NewgroundsAPI.host) + '&stat=' + NewgroundsAPI.NEW_VERSION; }; v1.SendEvent = function (id) { NewgroundsAPI.SendStat(id, false); }; v1.SendLink = function (id, extra) { NewgroundsAPI.SendStat(id, true, extra); }; v1.ReadGatewayData = function (params) { for (var v2 in params) { params[v2] = unescape(params[v2]); NewgroundsAPI.movie_options[v2] = params[v2]; } if (params.settings_loaded) { NewgroundsAPI.SendMessage('You have successfully connected to the Newgrounds API gateway!'); NewgroundsAPI.SendMessage('Movie Identified as \'' + NewgroundsAPI.movie_options.movie_name + '\''); if (NewgroundsAPI.movie_options.message) { NewgroundsAPI.SendMessage(NewgroundsAPI.movie_options.message); } if (NewgroundsAPI.movie_options.ad_url) { NewgroundsAPI.SendMessage('Your movie has been approved to run Flash Ads'); NewgroundsAPI.onAdsApproved(NewgroundsAPI.movie_options.ad_url); } if (NewgroundsAPI.movie_options.movie_version and NewgroundsAPI.movie_options.movie_version.toString() != NewgroundsAPI.version.toString()) { NewgroundsAPI.SendMessage('WARNING: The movie version configured in your API settings does not match this movie\'s version!'); NewgroundsAPI.onNewVersionAvailable(NewgroundsAPI.movie_options.movie_version, NewgroundsAPI.getMovieURL(), NewgroundsAPI.getNewVersionURL()); } if (NewgroundsAPI.movie_options.deny_host) { NewgroundsAPI.SendMessage('You have blocked \'localHost\' in your API settings.'); NewgroundsAPI.SendMessage('If you wish to test your movie you will need to remove this block.'); NewgroundsAPI.onDenyHost(NewgroundsAPI.host, NewgroundsAPI.getMovieURL(), NewgroundsAPI.getNewVersionURL()); } if (NewgroundsAPI.movie_options.request_portal_url == 1) { var v4 = NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&portal_url=' + escape(_url); var v3 = new XML(); v3.ignoreWhite = true; v3.load(v4); } } else { if (!NewgroundsAPI.movie_options.settings_loaded) { NewgroundsAPI.SendError('Could not establish connection to the API gateway.'); } } }; v1.SendStat = function (stat_id, open_in_browser, extra) { if (!NewgroundsAPI.tracker_id) { NewgroundsAPI.SendError('API calls cannot be made without a valid movie id.'); NewgroundsAPI.SendError('Did you remember to add the "NewgroundsAPI.connectMovie()" code?'); } else { var v7 = NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&host=' + escape(NewgroundsAPI.host) + '&stat=' + stat_id; for (var v9 in extra) { v7 += '&' + escape(v9) + '=' + escape(extra[v9]); } trace(v7); if (NewgroundsAPI.debug) { v7 += '&debug=1'; } if (open_in_browser) { getURL(v7, '_blank'); } else { var v10 = new XML(); v10.ignoreWhite = true; v10.onLoad = function (success) { var v6 = new Object(); var v3 = 0; while (v3 < this.firstChild.childNodes.length) { var v4 = this.firstChild.childNodes[v3]; var v5 = v4.nodeName; var v2 = v4.attributes.value; if (v2 == Number(v2)) { v2 = Number(v2); } v6[v5] = v2; ++v3; } NewgroundsAPI.ReadGatewayData(v6); }; v10.load(v7); } } }; v1.SendError = function (msg) { trace('[NEWGROUNDS API ERROR] :: ' + msg); }; v1.SendMessage = function (msg) { trace('[NEWGROUNDS API] :: ' + msg); }; v1.InitTextFormats = function () { if (!NewgroundsAPI.error_format) { NewgroundsAPI.error_format = new TextFormat(); NewgroundsAPI.error_format.font = 'Arial Black'; NewgroundsAPI.error_format.size = 48; NewgroundsAPI.error_format.color = 16711680; } if (!NewgroundsAPI.header_format) { NewgroundsAPI.header_format = new TextFormat(); NewgroundsAPI.header_format.font = 'Arial Black'; NewgroundsAPI.header_format.size = 24; NewgroundsAPI.header_format.color = 16777215; } if (!NewgroundsAPI.normal_format) { NewgroundsAPI.normal_format = new TextFormat(); NewgroundsAPI.normal_format.font = 'Arial'; NewgroundsAPI.normal_format.bold = true; NewgroundsAPI.normal_format.size = 12; NewgroundsAPI.normal_format.color = 16777215; } if (!NewgroundsAPI.link_format) { NewgroundsAPI.link_format = new TextFormat(); NewgroundsAPI.link_format.color = 16776960; NewgroundsAPI.link_format.underline = true; } }; v1.onNewVersionAvailable = function (version, movie_url, redirect_url) { NewgroundsAPI.InitTextFormats(); var v2 = new Object(); v2.x = Stage.width / 2; v2.y = Stage.height / 2; _root.createEmptyMovieClip('NGAPI_new_version_overlay', _root.getNextHighestDepth()); _root.NGAPI_new_version_overlay.lineStyle(1, 0, 100); _root.NGAPI_new_version_overlay.beginFill(0, 70); _root.NGAPI_new_version_overlay.moveTo(-10, -10); _root.NGAPI_new_version_overlay.lineTo(-10, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, -10); _root.NGAPI_new_version_overlay.lineTo(-10, -10); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.lineStyle(10, 0, 100); _root.NGAPI_new_version_overlay.beginFill(51); _root.NGAPI_new_version_overlay.moveTo(v2.x - 240, v2.y - 120); _root.NGAPI_new_version_overlay.lineTo(v2.x + 240, v2.y - 120); _root.NGAPI_new_version_overlay.lineTo(v2.x + 240, v2.y + 80); _root.NGAPI_new_version_overlay.lineTo(v2.x - 240, v2.y + 80); _root.NGAPI_new_version_overlay.lineTo(v2.x - 240, v2.y - 120); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.createEmptyMovieClip('exit', 1000); _root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100); _root.NGAPI_new_version_overlay.exit.beginFill(0, 50); _root.NGAPI_new_version_overlay.exit.moveTo(v2.x + 210, v2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 230, v2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 230, v2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 210, v2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 210, v2.y - 110); _root.NGAPI_new_version_overlay.exit.endFill(); _root.NGAPI_new_version_overlay.exit.moveTo(v2.x + 214, v2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 226, v2.y - 94); _root.NGAPI_new_version_overlay.exit.moveTo(v2.x + 226, v2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 214, v2.y - 94); _root.NGAPI_new_version_overlay.exit.onMouseUp = function () { if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) { _root.NGAPI_new_version_overlay.removeMovieClip(); } }; var v3 = 'Version ' + version + ' is now available at:' + '\n'; var v5 = v3.length; v3 += movie_url; var v4 = v3.length; _root.NGAPI_new_version_overlay.createTextField('mouseblocker', 99, -10, -10, 1000, 1000); _root.NGAPI_new_version_overlay.createTextField('newversion', 100, v2.x - 210, v2.y - 90, 400, 80); _root.NGAPI_new_version_overlay.newversion.text = 'New Version Available!'; _root.NGAPI_new_version_overlay.newversion.setTextFormat(NewgroundsAPI.header_format); _root.NGAPI_new_version_overlay.createTextField('message', 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40); _root.NGAPI_new_version_overlay.message.text = v3; _root.NGAPI_new_version_overlay.message.multiline = true; _root.NGAPI_new_version_overlay.message.wordWrap = true; _root.NGAPI_new_version_overlay.message.html = true; _root.NGAPI_new_version_overlay.message.setTextFormat(NewgroundsAPI.normal_format); NewgroundsAPI.link_format.url = redirect_url; _root.NGAPI_new_version_overlay.message.setTextFormat(v5, v4, NewgroundsAPI.link_format); }; v1.onDenyHost = function (hostname, movie_url, redirect_url) { NewgroundsAPI.InitTextFormats(); _root.createEmptyMovieClip('NGAPI_deny_host_overlay', _root.getNextHighestDepth()); _root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100); _root.NGAPI_deny_host_overlay.beginFill(6684672); _root.NGAPI_deny_host_overlay.moveTo(0, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, 0); _root.NGAPI_deny_host_overlay.endFill(); var v2 = 'This movie has not been approved for use on ' + hostname + '.'; v2 += '\r\rFor an aproved copy, please visit:\r'; var v4 = v2.length; v2 += movie_url; var v3 = v2.length; _root.NGAPI_deny_host_overlay.createTextField('mousekill', 100, 0, 0, Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.createTextField('error', 101, (Stage.width - 400) / 2, Stage.height / 2 - 100, 400, 200); _root.NGAPI_deny_host_overlay.error.text = 'ERROR!'; _root.NGAPI_deny_host_overlay.error.setTextFormat(NewgroundsAPI.error_format); _root.NGAPI_deny_host_overlay.createTextField('message', 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200); _root.NGAPI_deny_host_overlay.message.text = v2; _root.NGAPI_deny_host_overlay.message.multiline = true; _root.NGAPI_deny_host_overlay.message.wordWrap = true; _root.NGAPI_deny_host_overlay.message.html = true; _root.NGAPI_deny_host_overlay.message.setTextFormat(NewgroundsAPI.normal_format); NewgroundsAPI.link_format.url = redirect_url; _root.NGAPI_deny_host_overlay.message.setTextFormat(v4, v3, NewgroundsAPI.link_format); }; v1.isInstalled = function () { return true; }; v1.onAdsApproved = function (ad_url) {}; v1.movie_options = new Object(); v1.custom_events = new Object(); v1.custom_links = new Object(); v1.MOVIE_VIEWS = 1; v1.AUTHOR_SITE = 2; v1.NEWGROUNDS = 3; v1.NEW_VERSION = 4; v1.CUSTOM_STATS = 50; v1.GATEWAY_URL = 'http://www.ngads.com/gateway.php'; ASSetPropFlags(_global.NewgroundsAPI.prototype, null, 1); } #endinitclip } movieClip 31 { frame 20 { stop(); } } movieClip 32 { frame 25 { stop(); } } movieClip 36 { } movieClip 38 { } movieClip 56 { } movieClip 69 { } movieClip 70 { } movieClip 94 { } movieClip 96 { } movieClip 98 { } movieClip 100 { } movieClip 102 { } movieClip 103 { frame 1 { _root.stop(); } frame 221 { _root.play(); } } movieClip 110 { } // unknown tag 88 length 68 // unknown tag 88 length 12 movieClip 196 { } movieClip 198 { } movieClip 206 { } movieClip 221 { } // unknown tag 88 length 84 movieClip 285 { } movieClip 320 { } movieClip 332 { } movieClip 337 { } // unknown tag 88 length 76 movieClip 340 { } button 342 { on (release) { gotoAndPlay(959); } } frame 806 { gotoAndPlay(959); } frame 807 { play(); } movieClip 345 { } frame 958 { gotoAndPlay(959); } frame 959 { play(); } movieClip 349 { } button 353 { on (release) { getURL('http://ngcollabs.joeynukes.com/index.php', '_blank'); } } // unknown tag 88 length 68 movieClip 359 { } button 361 { on (release) { gotoAndPlay(7814); } } button 362 { on (release) { gotoAndPlay(988); } } button 365 { on (release) { gotoAndPlay(5541); } } frame 987 { stop(); } frame 988 { play(); } frame 988 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } movieClip 367 { } movieClip 368 { } movieClip 372 { frame 1 { onEnterFrame = function () { reloj = new Date(); hora = reloj.getHours(); if (hora > 11) { ampm = 'PM'; } else { ampm = 'AM'; } if (hora > 12) { hora -= 12; } if (hora == 0) { hora = 12; } d_hora = int(hora / 10); u_hora = hora - d_hora * 10; mins = reloj.getMinutes(); d_mins = int(mins / 10); u_mins = mins - d_mins * 10; segs = reloj.getSeconds(); d_segs = int(segs / 10); u_segs = segs - d_segs * 10; cronometro = '' + d_hora + u_hora + ':' + d_mins + u_mins + ' ' + ampm; }; } } movieClip 374 { frame 1 { var hoy_date = new Date(); dia = hoy_date.getDate(); if (dia < 10) { dia = '0' + dia; } mes = hoy_date.getMonth() + 1; if (mes < 10) { mes = '0' + mes; } ano = hoy_date.getFullYear(); hora = hoy_date.getHours(); hora_txt.text = dia + '/' + mes + '/' + ano; } } movieClip 377 { } movieClip 379 { } movieClip 383 { } movieClip 385 { } movieClip 388 { } movieClip 392 { } movieClip 396 { } movieClip 398 { } movieClip 402 { } movieClip 406 { } movieClip 410 { } movieClip 414 { } movieClip 417 { } movieClip 420 { } movieClip 423 { } movieClip 427 { } movieClip 428 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } } movieClip 431 { frame 1 { stop(); } } // unknown tag 88 length 138 // unknown tag 88 length 143 movieClip 485 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } frame 21 { stop(); } frame 22 { stop(); } frame 23 { stop(); } frame 24 { stop(); } frame 25 { stop(); } frame 26 { stop(); } frame 27 { stop(); } frame 28 { stop(); } frame 29 { stop(); } frame 30 { stop(); } frame 31 { stop(); } frame 32 { stop(); } frame 33 { stop(); } frame 34 { stop(); } frame 35 { stop(); } frame 36 { stop(); } } movieClip 521 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } frame 21 { stop(); } frame 22 { stop(); } frame 23 { stop(); } frame 24 { stop(); } frame 25 { stop(); } frame 26 { stop(); } frame 27 { stop(); } frame 28 { stop(); } frame 29 { stop(); } frame 30 { stop(); } frame 31 { stop(); } frame 32 { stop(); } frame 33 { stop(); } frame 34 { stop(); } frame 35 { stop(); } } movieClip 522 { frame 1 { b.onRelease = function () { clip_mc.y = -8; }; c.onRelease = function () { clip_mc.y = 18; }; } instance clip_mc of movieClip 521 { onClipEvent (load) { y = 18; _y = 0; } onClipEvent (enterFrame) { _y = _y + (y - _y) * 0.2; } } } movieClip 523 { instance logo of movieClip 431 { onClipEvent (press) { this.gotoAndPlay(2); } } } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(1); this.popo.clip_mc.gotoAndStop(1); this.nombre.gotoAndStop(1); } } movieClip 525 { } movieClip 527 { } button 529 { on (release) { gotoAndStop(959); } } button 530 { on (release) { gotoAndStop(998); } } button 531 { on (release) { gotoAndPlay(959); } } movieClip 534 { } movieClip 537 { } movieClip 540 { } movieClip 543 { } movieClip 546 { } movieClip 549 { } movieClip 552 { } movieClip 555 { } movieClip 558 { } movieClip 561 { } movieClip 564 { } movieClip 567 { } movieClip 571 { } movieClip 574 { } movieClip 579 { } movieClip 581 { } movieClip 584 { } movieClip 588 { } movieClip 592 { } movieClip 594 { } movieClip 597 { } movieClip 601 { } movieClip 603 { } movieClip 606 { } movieClip 610 { } movieClip 612 { } movieClip 615 { } movieClip 619 { } movieClip 626 { } movieClip 631 { } movieClip 632 { frame 1 { _root.stop(); } frame 371 { _root.play(); } } frame 998 { play(); } frame 998 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(12); this.popo.clip_mc.gotoAndStop(28); this.nombre.gotoAndStop(27); } } button 633 { on (release) { gotoAndStop(988); } } button 634 { on (release) { gotoAndStop(1008); } } movieClip 636 { } movieClip 639 { } movieClip 642 { } movieClip 645 { } movieClip 648 { } movieClip 653 { } movieClip 656 { } movieClip 657 { } movieClip 667 { } movieClip 668 { } movieClip 671 { } movieClip 675 { } movieClip 680 { } movieClip 688 { } movieClip 690 { } movieClip 691 { frame 1 { _root.stop(); } frame 308 { _root.play(); } } frame 1008 { play(); } frame 1008 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(13); this.popo.clip_mc.gotoAndStop(29); this.nombre.gotoAndStop(29); } } button 692 { on (release) { gotoAndStop(998); } } button 693 { on (release) { gotoAndStop(1018); } } movieClip 695 { } movieClip 700 { } movieClip 701 { } movieClip 706 { } movieClip 707 { frame 1 { _root.stop(); } frame 135 { _root.play(); } } frame 1018 { play(); } frame 1018 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(2); this.nombre.gotoAndStop(2); } } button 708 { on (release) { gotoAndStop(1008); } } button 709 { on (release) { gotoAndStop(1028); } } movieClip 737 { frame 1 { _root.stop(); } frame 248 { _root.play(); } } frame 1028 { play(); } frame 1028 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(5); this.popo.clip_mc.gotoAndStop(26); this.nombre.gotoAndStop(14); } } button 738 { on (release) { gotoAndStop(1018); } } button 739 { on (release) { gotoAndStop(1038); } } movieClip 754 { } movieClip 767 { } movieClip 783 { } movieClip 785 { } movieClip 786 { } movieClip 865 { } movieClip 890 { } movieClip 919 { } movieClip 932 { } movieClip 947 { } movieClip 1042 { } movieClip 1123 { frame 1 { _root.stop(); } frame 234 { _root.play(); } } frame 1038 { play(); } frame 1038 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(11); this.popo.clip_mc.gotoAndStop(18); this.nombre.gotoAndStop(19); } } button 1124 { on (release) { gotoAndStop(1028); } } button 1125 { on (release) { gotoAndStop(1396); } } movieClip 1127 { } movieClip 1129 { } movieClip 1131 { } movieClip 1132 { } movieClip 1134 { } movieClip 1136 { } movieClip 1138 { } movieClip 1140 { } movieClip 1141 { } movieClip 1142 { } movieClip 1144 { } frame 1396 { play(); } frame 1396 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(6); this.nombre.gotoAndStop(6); } } button 1145 { on (release) { gotoAndStop(1038); } } button 1146 { on (release) { gotoAndStop(1406); } } movieClip 1152 { } movieClip 1153 { } movieClip 1154 { frame 1 { _root.stop(); } frame 70 { _root.play(); } } frame 1406 { play(); } frame 1406 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(3); this.popo.clip_mc.gotoAndStop(13); this.nombre.gotoAndStop(12); } } button 1155 { on (release) { gotoAndStop(1396); } } button 1156 { on (release) { gotoAndStop(1416); } } movieClip 1157 { } movieClip 1165 { frame 1 { _root.stop(); } frame 402 { _root.play(); } } frame 1416 { play(); } frame 1416 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(12); this.popo.clip_mc.gotoAndStop(19); this.nombre.gotoAndStop(20); } } button 1166 { on (release) { gotoAndStop(1406); } } button 1167 { on (release) { gotoAndStop(2310); } } movieClip 1172 { } movieClip 1174 { } movieClip 1176 { } movieClip 1178 { } movieClip 1181 { } movieClip 1183 { } movieClip 1185 { } movieClip 1206 { } movieClip 1216 { } movieClip 1227 { } movieClip 1238 { } movieClip 1248 { } movieClip 1253 { } movieClip 1254 { } movieClip 1261 { } button 1263 { on (release) { gotoAndStop(7813); } } movieClip 1265 { } movieClip 1267 { } movieClip 1269 { } frame 2310 { play(); } frame 2310 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(7); this.nombre.gotoAndStop(7); } } button 1271 { on (release) { gotoAndStop(1416); } } button 1272 { on (release) { gotoAndStop(2320); } } movieClip 1283 { frame 1 { _root.stop(); } frame 329 { _root.play(); } } frame 2320 { play(); } frame 2320 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(11); this.popo.clip_mc.gotoAndStop(20); this.nombre.gotoAndStop(21); } } button 1284 { on (release) { gotoAndStop(2310); } } button 1285 { on (release) { gotoAndStop(2330); } } movieClip 1287 { } movieClip 1289 { } movieClip 1291 { } movieClip 1293 { } movieClip 1296 { } movieClip 1297 { frame 1 { _root.stop(); } frame 255 { _root.play(); } } frame 2330 { play(); } frame 2330 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(16); this.popo.clip_mc.gotoAndStop(33); this.nombre.gotoAndStop(31); } } button 1298 { on (release) { gotoAndStop(2320); } } button 1299 { on (release) { gotoAndStop(2340); } } movieClip 1301 { } movieClip 1306 { } movieClip 1315 { } movieClip 1321 { } movieClip 1322 { frame 1 { _root.stop(); } frame 164 { _root.play(); } } frame 2340 { play(); } frame 2340 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(10); this.popo.clip_mc.gotoAndStop(21); this.nombre.gotoAndStop(22); } } button 1323 { on (release) { gotoAndStop(2330); } } button 1324 { on (release) { gotoAndStop(2350); } } movieClip 1335 { } movieClip 1353 { } movieClip 1369 { frame 1 { _root.stop(); } frame 334 { _root.play(); } } frame 2350 { play(); } frame 2350 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(9); this.popo.clip_mc.gotoAndStop(22); this.nombre.gotoAndStop(23); } } button 1370 { on (release) { gotoAndStop(2340); } } button 1371 { on (release) { gotoAndStop(2360); } } movieClip 1377 { } movieClip 1380 { } movieClip 1382 { } movieClip 1384 { } movieClip 1386 { frame 1 { _root.stop(); } frame 473 { _root.play(); } } frame 2360 { play(); } frame 2360 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(3); this.nombre.gotoAndStop(3); } } button 1387 { on (release) { gotoAndStop(2350); } } button 1388 { on (release) { gotoAndStop(2370); } } movieClip 1402 { } movieClip 1405 { } movieClip 1408 { } movieClip 1409 { } movieClip 1419 { } movieClip 1421 { } movieClip 1422 { frame 1 { _root.stop(); } frame 55 { _root.play(); } } frame 2370 { play(); } frame 2370 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(8); this.popo.clip_mc.gotoAndStop(17); this.nombre.gotoAndStop(18); } } button 1423 { on (release) { gotoAndStop(2360); } } button 1424 { on (release) { gotoAndStop(2380); } } movieClip 1429 { } movieClip 1431 { } movieClip 1433 { } movieClip 1435 { } movieClip 1439 { } movieClip 1442 { frame 1 { _root.stop(); } frame 61 { _root.play(); } } frame 2380 { play(); } frame 2380 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(6); this.popo.clip_mc.gotoAndStop(12); this.nombre.gotoAndStop(15); } } button 1443 { on (release) { gotoAndStop(2370); } } button 1444 { on (release) { gotoAndStop(2391); } } movieClip 1457 { } movieClip 1465 { frame 1 { _root.stop(); } frame 308 { _root.play(); } } frame 2391 { play(); } frame 2391 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(14); this.popo.clip_mc.gotoAndStop(31); this.nombre.gotoAndStop(30); } } button 1466 { on (release) { gotoAndStop(2380); } } button 1467 { on (release) { gotoAndStop(2401); } } movieClip 1477 { } movieClip 1482 { frame 9 { stop(); } } movieClip 1491 { } movieClip 1499 { } movieClip 1511 { frame 1 { _root.stop(); } frame 78 { _root.play(); } } frame 2401 { play(); } frame 2401 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(8); this.nombre.gotoAndStop(8); } } button 1512 { on (release) { gotoAndStop(2391); } } button 1513 { on (release) { gotoAndStop(2411); } } movieClip 1539 { } movieClip 1561 { frame 1 { _root.stop(); } frame 262 { _root.play(); } } frame 2411 { play(); } frame 2411 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(9); this.popo.clip_mc.gotoAndStop(23); this.nombre.gotoAndStop(23); } } button 1562 { on (release) { gotoAndStop(2401); } } button 1563 { on (release) { gotoAndStop(2421); } } movieClip 1566 { } movieClip 1567 { } movieClip 1568 { } movieClip 1569 { } movieClip 1571 { frame 1 { _root.stop(); } frame 511 { _root.play(); } } frame 2421 { play(); } frame 2421 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(15); this.popo.clip_mc.gotoAndStop(32); this.nombre.gotoAndStop(32); } } button 1572 { on (release) { gotoAndStop(2411); } } button 1573 { on (release) { gotoAndStop(2431); } } movieClip 1576 { } movieClip 1578 { } movieClip 1581 { } movieClip 1588 { } movieClip 1590 { frame 31 { stop(); } } movieClip 1611 { frame 21 { } } // unknown tag 88 length 4 movieClip 1620 { } movieClip 1622 { frame 1 { _root.stop(); } frame 142 { _root.play(); } } frame 2431 { play(); } frame 2431 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(4); this.popo.clip_mc.gotoAndStop(10); this.nombre.gotoAndStop(10); } } button 1623 { on (release) { gotoAndStop(2421); } } button 1624 { on (release) { gotoAndStop(2441); } } movieClip 1629 { } movieClip 1632 { } movieClip 1633 { } movieClip 1634 { } movieClip 1635 { } movieClip 1636 { } movieClip 1647 { } // unknown tag 88 length 75 movieClip 1656 { frame 1 { _root.stop(); } frame 213 { _root.play(); } } frame 2441 { play(); } frame 2441 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(12); this.popo.clip_mc.gotoAndStop(24); this.nombre.gotoAndStop(24); } } button 1657 { on (release) { gotoAndStop(2431); } } button 1658 { on (release) { gotoAndStop(3120); } } movieClip 1659 { } // unknown tag 88 length 77 movieClip 1669 { } movieClip 1671 { } movieClip 1673 { } movieClip 1676 { } movieClip 1681 { } movieClip 1682 { } // unknown tag 88 length 77 movieClip 1693 { } movieClip 1696 { } movieClip 1709 { frame 15 { stop(); } } movieClip 1713 { } movieClip 1715 { } movieClip 1717 { frame 1 { function camControl() { parentColor.setTransform(camColor.getTransform()); var v4 = sX / this._width; var v3 = sY / this._height; _parent._x = cX - this._x * v4; _parent._y = cY - this._y * v3; _parent._xscale = 100 * v4; _parent._yscale = 100 * v3; } function resetStage() { var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0}; parentColor.setTransform(v2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = 'exactFit'; var cX = Stage.width / 2; var cY = Stage.height / 2; var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage; } } frame 3120 { play(); } frame 3120 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(6); this.popo.clip_mc.gotoAndStop(25); this.nombre.gotoAndStop(25); } } button 1718 { on (release) { gotoAndStop(2441); } } button 1719 { on (release) { gotoAndStop(3432); } } // unknown tag 88 length 43 movieClip 1722 { } movieClip 1785 { } frame 3432 { play(); } frame 3432 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(4); this.nombre.gotoAndStop(3); } } button 1786 { on (release) { gotoAndStop(3120); } } button 1787 { on (release) { gotoAndStop(3442); } } movieClip 1790 { } movieClip 1795 { } movieClip 1800 { } movieClip 1801 { } movieClip 1802 { } movieClip 1804 { } movieClip 1806 { } movieClip 1807 { frame 1 { _root.stop(); } frame 141 { _root.play(); } } frame 3442 { play(); } frame 3442 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(7); this.popo.clip_mc.gotoAndStop(15); this.nombre.gotoAndStop(16); } } button 1808 { on (release) { gotoAndStop(3432); } } button 1809 { on (release) { gotoAndStop(3452); } } movieClip 1821 { } movieClip 1827 { } movieClip 1838 { frame 1 { gotoAndPlay(280); } frame 1 { _root.stop(); } frame 766 { _root.play(); } } frame 3452 { play(); } frame 3452 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(4); this.popo.clip_mc.gotoAndStop(11); this.nombre.gotoAndStop(11); } } button 1839 { on (release) { gotoAndStop(3442); } } button 1840 { on (release) { gotoAndStop(3462); } } movieClip 1880 { } movieClip 1883 { frame 1 { _root.stop(); } frame 221 { _root.play(); } } frame 3462 { play(); } frame 3462 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(5); this.nombre.gotoAndStop(4); } } button 1884 { on (release) { gotoAndStop(3452); } } button 1885 { on (release) { gotoAndStop(3472); } } movieClip 1887 { } movieClip 1892 { frame 1 { _root.stop(); } frame 144 { _root.play(); } } frame 3472 { play(); } frame 3472 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(3); this.popo.clip_mc.gotoAndStop(14); this.nombre.gotoAndStop(13); } } button 1893 { on (release) { gotoAndStop(3462); } } button 1894 { on (release) { gotoAndStop(3482); } } movieClip 1926 { } movieClip 1934 { frame 1 { _root.stop(); } frame 458 { _root.play(); } } frame 3482 { play(); } frame 3482 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(4); this.popo.clip_mc.gotoAndStop(30); this.nombre.gotoAndStop(28); } } button 1935 { on (release) { gotoAndStop(3472); } } button 1936 { on (release) { gotoAndStop(3492); } } // unknown tag 88 length 34 movieClip 1971 { frame 1 { _root.stop(); } frame 230 { _root.play(); } } frame 3492 { play(); } frame 3492 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(2); this.popo.clip_mc.gotoAndStop(9); this.nombre.gotoAndStop(9); } } button 1972 { on (release) { gotoAndStop(3482); } } button 1973 { on (release) { gotoAndStop(3502); } } movieClip 1980 { } // unknown tag 88 length 178 movieClip 2008 { } movieClip 2106 { frame 1 { _root.stop(); } frame 363 { _root.play(); } } frame 3502 { play(); } frame 3502 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(7); this.popo.clip_mc.gotoAndStop(16); this.nombre.gotoAndStop(17); } } button 2107 { on (release) { gotoAndStop(3492); } } button 2108 { on (release) { gotoAndStop(3512); } } movieClip 2113 { } movieClip 2117 { } // unknown tag 88 length 153 movieClip 2133 { } movieClip 2146 { } movieClip 2148 { } movieClip 2157 { } movieClip 2167 { } movieClip 2172 { } movieClip 2181 { } movieClip 2190 { } movieClip 2213 { } movieClip 2218 { } movieClip 2242 { } movieClip 2245 { } movieClip 2266 { } movieClip 2273 { } movieClip 2286 { } movieClip 2306 { } movieClip 2313 { } movieClip 2315 { frame 1 { _root.stop(); } frame 2194 { _root.play(); } } frame 3512 { play(); } movieClip 2316 { } movieClip 2317 { } movieClip 2319 { } movieClip 2321 { } movieClip 2322 { } movieClip 2325 { } movieClip 2327 { } movieClip 2329 { } movieClip 2330 { } // unknown tag 88 length 12 movieClip 2335 { } movieClip 2338 { } movieClip 2340 { } movieClip 2342 { } movieClip 2344 { } movieClip 2345 { } movieClip 2352 { } movieClip 2354 { } movieClip 2356 { } movieClip 2358 { } movieClip 2361 { } // unknown tag 88 length 85 frame 5541 { play(); } // unknown tag 88 length 224 movieClip 2422 { } movieClip 2424 { } frame 6393 { stop(); } // unknown tag 88 length 56 movieClip 2431 { } button 2433 { on (keyPress '<Space>') { nextFrame(); } } frame 6394 { play(); } movieClip 2438 { } movieClip 2439 { } // unknown tag 88 length 85 movieClip 2452 { } movieClip 2455 { } // unknown tag 88 length 114 movieClip 2466 { } movieClip 2511 { } movieClip 2512 { } movieClip 2514 { } movieClip 2515 { } frame 7812 { gotoAndPlay(959); } frame 7813 { stop(); } // unknown tag 88 length 143 movieClip 2577 { } button 2580 { on (release) { gotoAndPlay(1416); } } frame 7814 { play(); } frame 7814 { onEnterFrame = function () { if (_ymouse > 110) { pepe.y = -100; } if (_ymouse > 0 and _ymouse <= Stage.height) { if (_ymouse < 110) { pepe.y = 32; } } }; trace('Holas, ¿Cómo estan?, espero que muy bien, pongo esto, porque no tengo más nada que hacer...; bueno, como veo que esto no es importante, me voy..., chao...'); } instance pepe of movieClip 523 { onClipEvent (enterFrame) { timagen.gotoAndPlay('jj4'); _y = _y + (y - _y) * 0.2; this.logo.nal.gotoAndStop(7); this.popo.clip_mc.gotoAndStop(27); this.nombre.gotoAndStop(26); } } movieClip 2584 { } movieClip 2595 { } movieClip 2602 { } movieClip 2609 { } movieClip 2612 { } movieClip 2617 { } movieClip 2623 { } movieClip 2628 { } movieClip 2632 { } movieClip 2640 { } movieClip 2641 { frame 1 { _root.stop(); } frame 2624 { _root.play(); } } frame 7824 { gotoAndPlay(959); }




http://swfchan.com/12/56610/info.shtml
Created: 19/4 -2019 05:01:23 Last modified: 19/4 -2019 05:01:23 Server time: 04/05 -2024 08:31:42