Posts

String Manipulator

Image
Author @Anthony This Extension provides some blocks for manipulation of texts.Some of these are=> =>converting text to uppercase/lowercase =>determination of text whether it is all full of digits/alphabets/spaces =>determination of whether a text exists in another or not =>Removal of certain text from another text =>Reversing of text Download     see here how to install an extension Blocks returns the reversed text. Returns the text between the two subtexts in the third text.    [text between [a] and [y] in [anthony] ] will give 'nthon' Returns the desired last characters of the text. Returns the desired first characters of the text. Returns the text, but with all spaces removed. Determines whether the first text exists in the second text or not. Determines whether the text is all full of spaces or not. Determines whether the text contains only alphabets or not. Determine

How to use own custom Font in Text Input Extension

Image
Using the Text Input Extension , you may sometimes feel to use a custom font, to give a more in-game feel.Suppose You are playing an ancient -adventure game, a box appears asking you name, you'll probably expect the letters to be somewhat brownish-or with some cracks in them, but displaying a modern or somewhat Arial like font will fade away that in-game feel! So a block is provided to let programmers add their own custom font, below is the explanation how to use this block.  1) Pick out your own custom font You can pick out and download your preferable font from various free sources, such as google fonts 2) Place your font file in your games's extras folder If you aren't aware with the extras folder or haven't created one,go to [DEBUG]>[View Games Folder], in that [games] folder, open your current game folder,and create a folder named extras place your fontfile in that folder 3) You are ready to use your font! Set your font in your game by

Paw Scroll Behaviour

Image
Author @Anthony The behavior is a Scene Behaviour useful to scroll down pages/scenes using fingers or mouses, when no scroller bars are required, where the scene size is larger than that of the screen size. works in : Android, HTML5 and Flash. Download     see here how to install a Behavior     Play sample game made using this behaviour That's it! If you have any doubts you encounter while using this behavior, simply ask below :)