Plugins & Addons - Construct 3

Logo

MOTIVATIONAL QUOTES

View the Project on GitHub el3um4s/construct-plugins-and-addons

View my Blogblog.stranianelli.com

MOTIVATIONAL QUOTES

Get and create motivational quotes

Download

Short Description

This plugin has two parts:

  1. the first shows a motivation quote when you launch Construct 3.
  2. the second provide a random motivational quote in your personal project

It’s possible to set 3 sources for the random quotes:

  1. the plugin’s library
  2. a project file in your own project
  3. a json file from another site

In the example file I show how to use all the 3 methods. The external source is set on FreeCodeCamp repository but you can customize it.

ACEs

DEFAULT

LOCAL

OTHERS

REMOVE

Show a motivation quote

Show a motivation quote

How to use

demo

` -> System: Set newQuote to MotivationalQuotes.GetQuoteJSON (as JSON)`

` -> quote: Set text to MotivationalQuotes.GetQuoteFromJSON(newQuote)`

` -> author: Set text to MotivationalQuotes.GetAuthorFromJSON(newQuote)`