Warning: The magic method EDD_Blocks::__wakeup() must have public visibility in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php on line 101

Warning: The magic method EDD_Blocks::__wakeup() must have public visibility in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks/edd-blocks.php on line 101

Warning: The magic method GAINWP_Manager::__wakeup() must have public visibility in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/gainwp.php on line 78

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/tools/gapi.php on line 555

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/tools/gapi.php on line 585

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/tools/gapi.php on line 617

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/tools/gapi.php on line 651

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/tools/gapi.php on line 686

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/tools/gapi.php on line 745

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home/wcc1969/public_html/phasergames.com/wp-content/plugins/ga-in/tools/gapi.php on line 785

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/wcc1969/public_html/phasergames.com/wp-content/plugins/edd-blocks-master/edd-blocks.php:101) in /home/wcc1969/public_html/phasergames.com/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":6067,"date":"2018-05-26T02:14:25","date_gmt":"2018-05-25T19:14:25","guid":{"rendered":"https:\/\/phasergames.com\/?post_type=download&p=6067"},"modified":"2020-03-26T08:14:29","modified_gmt":"2020-03-26T01:14:29","slug":"text-effects-pack-1","status":"publish","type":"download","link":"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/","title":{"rendered":"Text Effects Pack 1"},"content":{"rendered":"

Phaser 3 Text Effects Pack 1<\/h1>\n

Here is a pack of 3 Phaser 3 text effects that may be useful in your games.<\/p>\n

TypeWriter<\/h2>\n

Demo<\/h3>\n

http:\/\/phasergames.com\/phaser\/demos\/texteffects\/typewriter.html<\/a><\/p>\n

Usage<\/h3>\n
var myText = \"When in the Course of human events it becomes necessary for one people to dissolve the political bands which have connected them with another and to assume among the powers of the earth, the separate and equal station to which the Laws of Nature and of Nature\/'s God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation.\\nWe hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness. \u2014 That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed, \u2014 That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness.\";\r\n        var style = {\r\n            'color': 'white',\r\n            'fontSize': '24px',\r\n            'wordWrap': {\r\n                'width': this.sys.game.config.width\r\n            }\r\n        }\r\n        this.tw = new TypeWriter({\r\n            'scene': this,\r\n            'text': myText,\r\n            'speed': .5,\r\n            'style': style\r\n        });<\/pre>\n

Speed – the lower the number, the faster the text will display.<\/p>\n

 <\/p>\n

Scrolling Text<\/h2>\n

Demo<\/h3>\n

http:\/\/phasergames.com\/phaser\/demos\/texteffects\/scrollText.html<\/a><\/p>\n

Usage<\/h3>\n
var myText = \"The scrolling text goes here.\";\r\n          var style = {\r\n            fontFamily: \"Arial Black\", fontSize: 26, color: \"#ffffff\"\r\n        }\r\n        this.scrollText = new ScrollText({\r\n            'scene': this,\r\n            'text': myText,\r\n            'speed': 10,\r\n            'style': style,\r\n            'y':200\r\n        });\r\n        this.scrollText.getText().setStroke('#2980b9', 6);<\/pre>\n

Zoom Text<\/h2>\n

Demo
\n
http:\/\/phasergames.com\/phaser\/demos\/texteffects\/zoomText.html<\/a><\/h3>\n

Usage<\/h3>\n
var myText = \"When in the Course of human events it becomes necessary for one people to dissolve the political bands which have connected them with another and to assume among the powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation.\\nWe hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.\";\r\n        var style = {\r\n            'color': 'white',\r\n            'fontSize': '24px',\r\n            'wordWrap': {\r\n                'width': this.sys.game.config.width\r\n            }\r\n        }\r\n        this.zoomText = new ZoomText({\r\n            'scene': this,\r\n            'text': myText,\r\n            'speed':1,\r\n            'style': style\r\n        });<\/pre>\n

Speed – lower is faster<\/p>\n

 <\/p>\n","protected":false},"excerpt":{"rendered":"

Phaser 3 Text Effects Pack 1 Here is a pack of 3 Phaser 3 text effects that may be useful in your games. TypeWriter Demo http:\/\/phasergames.com\/phaser\/demos\/texteffects\/typewriter.html Usage var myText = “When in the Course of human events it becomes necessary for one people to dissolve the political bands which have connected them with another and […]<\/p>\n","protected":false},"author":1,"featured_media":6075,"template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"edd_variable_prices":[],"_edd_bundled_products":["0"],"_edd_button_behavior":["add_to_cart"],"footnotes":""},"edd-categories":[43,65],"edd-tags":[],"class_list":["post-6067","download","type-download","status-publish","has-post-thumbnail","hentry","download_category-effects","download_category-premium","edd-download","edd-download-cat-effects","edd-download-cat-premium"],"yoast_head":"\nText Effects Pack 1 - Phaser Games<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Text Effects Pack 1 - Phaser Games\" \/>\n<meta property=\"og:description\" content=\"Phaser 3 Text Effects Pack 1 Here is a pack of 3 Phaser 3 text effects that may be useful in your games. TypeWriter Demo http:\/\/phasergames.com\/phaser\/demos\/texteffects\/typewriter.html Usage var myText = "When in the Course of human events it becomes necessary for one people to dissolve the political bands which have connected them with another and […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Phaser Games\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-26T01:14:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/media.publit.io\/file\/w_1000,h_1000,c_fit,q_80\/websiteImages\/phasergames\/phaser-3-text-effects.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/\",\"url\":\"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/\",\"name\":\"Text Effects Pack 1 - Phaser Games\",\"isPartOf\":{\"@id\":\"https:\/\/phasergames.com\/#website\"},\"datePublished\":\"2018-05-25T19:14:25+00:00\",\"dateModified\":\"2020-03-26T01:14:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/phasergames.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Downloads\",\"item\":\"https:\/\/phasergames.com\/downloads\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Text Effects Pack 1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/phasergames.com\/#website\",\"url\":\"https:\/\/phasergames.com\/\",\"name\":\"Phaser Games\",\"description\":\"Tutorials Code and Resources\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/phasergames.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Text Effects Pack 1 - Phaser Games","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/","og_locale":"en_US","og_type":"article","og_title":"Text Effects Pack 1 - Phaser Games","og_description":"Phaser 3 Text Effects Pack 1 Here is a pack of 3 Phaser 3 text effects that may be useful in your games. TypeWriter Demo http:\/\/phasergames.com\/phaser\/demos\/texteffects\/typewriter.html Usage var myText = \"When in the Course of human events it becomes necessary for one people to dissolve the political bands which have connected them with another and […]","og_url":"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/","og_site_name":"Phaser Games","article_modified_time":"2020-03-26T01:14:29+00:00","og_image":[{"width":"1000","height":"1000","url":"https:\/\/media.publit.io\/file\/w_1000,h_1000,c_fit,q_80\/websiteImages\/phasergames\/phaser-3-text-effects.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/","url":"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/","name":"Text Effects Pack 1 - Phaser Games","isPartOf":{"@id":"https:\/\/phasergames.com\/#website"},"datePublished":"2018-05-25T19:14:25+00:00","dateModified":"2020-03-26T01:14:29+00:00","breadcrumb":{"@id":"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/phasergames.com\/downloads\/text-effects-pack-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/phasergames.com\/"},{"@type":"ListItem","position":2,"name":"Downloads","item":"https:\/\/phasergames.com\/downloads\/"},{"@type":"ListItem","position":3,"name":"Text Effects Pack 1"}]},{"@type":"WebSite","@id":"https:\/\/phasergames.com\/#website","url":"https:\/\/phasergames.com\/","name":"Phaser Games","description":"Tutorials Code and Resources","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/phasergames.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en"}]}},"_links":{"self":[{"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/edd-downloads\/6067"}],"collection":[{"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/edd-downloads"}],"about":[{"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/types\/download"}],"author":[{"embeddable":true,"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":2,"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/edd-downloads\/6067\/revisions"}],"predecessor-version":[{"id":11264,"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/edd-downloads\/6067\/revisions\/11264"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/media\/6075"}],"wp:attachment":[{"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/media?parent=6067"}],"wp:term":[{"taxonomy":"download_category","embeddable":true,"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/edd-categories?post=6067"},{"taxonomy":"download_tag","embeddable":true,"href":"https:\/\/phasergames.com\/wp-json\/wp\/v2\/edd-tags?post=6067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}