♥About Me♥

My photo
Arkansas, United States

♥Donations♥

♥Blinkies♥

Grab my blinkie! You may copy/paste if it's easier :D

♥My Stores♥

Image and video hosting by TinyPic
 photo designerblinkie.gif
 photo KPDS_Storeblink_byevolangel.gif
♥Scripts♥
 photo FC_MysticalDesignerBlinkie.gif

♥My CT♥

♥CU4CU Licenses♥

Image and video hosting by TinyPic
 photo 504747c15a84044b0bb678dda3259caed8e8b917.png
 photo 1318c262-1063-482d-ad50-20a9215726d2.png
 photo aefdb4b5-c18d-4e4e-888b-2cf8e3c0132c.png
 photo CSBC_CU4CULicense_ScrappinKrazyDesigns.png

♥CU Permissions♥


 photo KPDPU-014_zpsd590f5c5.png

Image and video hosting by TinyPic
Image and video hosting by TinyPic
Photobucket
Photobucket
Photobucket
 photo 2nl7of4jpg.png
 photo 8b0e1677-3560-4e20-888b-ec0e79d9b4d9.png
 photo c202a732-f81b-448b-90ee-4b890ccf4f71.png
Powered by Blogger.
Wednesday, June 25, 2014
Good morning! I have yet another blog train goodie for you all today! This time it is for the Paper Blog Train. Our theme this month was Summer Days!



I have a paper pack for you this time. They are FTU/CU ok :) Measuring 1500x1500 pixels.

You can download this paper pack HERE

*Don't forget to check the rest of the stops for more summery goodies!

Scrappin Krazy Designs ***YOU ARE HERE***
Friday, June 20, 2014
Hello everyone! Here is another blog train! This is the O'Scrap Blog Train, and it is also filled with wonderful Patriotic goodies!



What I have for you all this time is a FTU/CU Script! This script measures 1500x1500 pixels and uses no outside filters! It has been tested in PSP Version 9+

You can download this script HERE

*Be sure to check out the rest of the train for more red white n blue goodies*


Photobucket
Scrappin Krazy Designs ***You are HERE***
Tuesday, June 17, 2014
So, I also have some new PTU paper scripts too! These are both Whimsy themed papers, measuring 1500x1500 pixels. Both scripts do NOT use any outside filters and have been tested in psp version 9+

You can find them at Twilight Scraps, Scrappin Dollars, and Mystical Scraps! *links to the left via the store blinkies*

Thanks for looking ♥



Happy Tuesday! Here I am with a new freebie for you all :D This time it is a Reading Themed paper/template. Template is in psd form. Script and template both measure 1500x1500. Script does NOT use any outside filters!

You can download this script/template HERE

If you do download, please leave some love and thanks ♥

Thanks for looking!


Sunday, June 15, 2014
Good evening! I have a brand new PTU kit to show you all! This one is made to match an adorable tube by Spazz called Susie HERE

This is a tagger size kit. It has 80 unique elements and 14 papers, not all of which are shown in the preview. *Tube is NOT included with kit purchase*

Now available at Spazzd Art HERE

Thanks for looking ♥


The Fantastically Free Blog Train is rolling out!!!
This month our train was inspired by the 4th of July and all things patriotic.
So grab your flag and get ready for a fun ride...



For my part I have for you a FTU commercial use script! This script makes a border/ribbon, measures 1500 pixels on the longest side *I believe it could be bigger just not totally sure this early in the morning :)

It uses NO Outside filters and has been tested in psp versions 9+

You can download it HERE


Be sure to check out all of the other stops on the train...

*******************
http://fantasticallyfreeblogtrain.blogspot.com/
********************






Scrappin Krazy Designs ***You are HERE***



Friday, June 13, 2014
I have been asked to explain how I do my scripts for scrap elements and papers. And I figured I would just do a written tutorial, as that is much easier for me :)

For this you will need a good working knowledge of PSP. I use version 9, as that is the one I am most comfortable with. I also used this tutorial HERE to learn how to do this myself :)

I am using a paper template by Josy Carson for this. Her templates are PTU and you must have her license to resell any scripts you make with her templates. Paper templates are relatively easy to make, but that's a tutorial for another day!


Alright, let's start!

Open your template. I tend to resize my paper templates to 1500x1500, as my computer doesn't handle recording any scripts much larger than that on the longest side.



We are going to first save our layers to selections. This is pretty simple. What I do is highlight the layer I want to save. Then I hit ctrl a ctrl f and then ctrl shift f. That just selects all, floats, and defloats the selection to surround the layer. If there is a background layer on the paper template, there is no need to save a selection for this. You'll see why in the script recording process when we get to it :)



Now go to Selections>Load/Save Selection>Save Selection to Disk, and choose a name for your selection you can find easily.


Name your selection something that will be easy for you to remember in the recording process.



Repeat this process for all of your layers :)


Recording The Script


Ok, so now we will begin recording the script. This is how I do this for papers.

Up at the top of your psp toolbars is the script part. You will press the circle *record button* 



Once you hit that, open your new image 1500x1500 *or whatever size you chose to use*



Now fill this with your first color of choice, for your background. 
Once you have that filled, add a new raster layer and fill with a different color.
Go to Selections>Load/Save Selection>Load Selection from Disk.



Once you have your selection loaded *the marching ants* Invert your selection on your raster 2 and hit delete. Then you may select none. Repeat this for all of the selections you have saved.

Once you are done adding all of your layers, you can then merge your layers and Save your Script :) Be sure to name it something you can remember as well. 



Editing Your Script

Now for the fun part! It can be pretty tricky, so please make sure you don't skip any steps!


First off you will need these two sets of code to paste within your recorded script text.

This part can go at the start, right before FileNew and at the VERY end. *Change the Your text here and Your url here to your particulars

####User Alert####
    result = App.Do(Environment,'MsgBox',{
        'Buttons':App.Constants.MsgButtons.OK,
        'Icon':App.Constants.MsgIcons.Info,
        'Text':'Your text here \n'
        'Your url here',
    })
####End User Alert####


This next piece of code is what you will put before EACH Layer Fill Command

    Result = App.Do(Environment,'MsgBox',{
       'Buttons':App.Constants.MsgButtons.OK,
       'Icon':App.Constants.MsgIcons.Info,
       'Text':'Select a color for your .',
       })
    MyFill = App.Do(Environment,'GetMaterial',{
       'IsPrimary':App.Constants.Boolean.true,
       'GeneralSettings': {
       'ExecutionMode':App.Constants.ExecutionMode.Interactive
         }
      })

When you are pasting these codes, be sure to add an enter command before and after each. I will screenshot in a bit what it looks like in one of mine :)

Also, in the last code, where I have Select a color for your....I always put what shape/etc I am choosing a color for.

Screenshot with first code in scripting.





Screenshot showing the second piece of coding.



Ok first off to begin editing your script, in the drop down menu on your toolbar, find the script name you used for your script.



Select it and then you will press the button that says Edit Selected Script. This will open a pop up like so:




I add my designer details here. *Shown in above screenshot* Once you do that, if you choose to, save. 
Now you will press in this popup where it says Text Editor.

One thing I need to say, that I don't personally have to change in my version of psp is up at the very top of your script text, where it has from JascApp import * Yours may say something like PSPApp *just change the PSP to Jasc so that it will work in any version of psp :)



Now, you will add your first bit of coding to the top, above # FileNew hitting enter before and after you paste.
Scroll down in your script code to where it first says # Fill
Above this you will paste the Second bit of code. Make sure to hit enter before and after you paste. Add what layer you are about to color for.
In the # Fill part of your code, you will change stuff. Scary! Be sure your are replacing in the proper place or it won't work properly. Here is what the saved code for the FILL looks like...



What you need to change is this part:

'Material': {
                'Color': (182,229,230), 
                'Pattern': None, 
                'Gradient': None, 
                'Texture': None, 
                'Art': None
                },

Highlight the coding from the *including this* { all the way to the last }



Now delete the part you just highlighted and type MyFill *just like that, uppercase is key*

You will repeat this process for each layer you filled while recording your script. You just scroll thru slowly until you find the # FillNew and paste the code. Then Replace the Materials info to MyFill
Make sure once you finish editing to hit ctrl s to save!

I surely hope this was helpful! If you have any questions, feel free to contact me on facebook or email kacimcvay@yahoo.com
Monday, June 9, 2014
Hello all! I have another new ptu kit to show you all :) This one is called Oceana and was inspired by this tube by Misticheskaya HERE

There are 60 Unique elements and 14 papers, and not everything is shown in the preview.

You can find it now at Twilight Scraps, Scrappin Dollars, and Whimsical Divaz *links via blinkies on the left*

Thanks for looking♥


Good morning! I have some new scripts this morning. They are reading/book themed scripts. All are large tagger size scripts and use NO outside filters! 

They have been tested in psp version 9+

Now available at Twilight Scraps, Scrappin Dollars, Whimsical Divaz, and Mystical Scraps! *links by clicking the store blinkies to the left*

Thanks for looking ♥






Search

♥My Tut Site♥

Photobucket

♥TOU♥

My terms of use.


Any of my creations are of my own invention and imagination. Any resemblance to any other kit or commercial use item is pure coincidence :)

1. You may use my kits in tutorials, but please link to my blog for users to download from here. I would also love to know if you tut my kits so I can showcase your results! Same for if you use my templates.

2. Do not share my kits thru groups, but you may pass my blog links.

3. Do not reupload my kits, via box.net, mediafire etc.

4. If you make anything with my kits ALONE *ie no tubes etc* giving credit as follows is HIGHLY appreciated:

*Kit Name* By Scrappin Krazy Designs
scrappinkrazydesigns.blogspot.com

That way anyone who likes it can find it if it is not part of a tutorial

5. My kits are for personal use only, period. Do not use them for monetary gain of any kind.



TOU IS SUBJECT TO CHANGE AS I SEE FIT

♥Script Tester♥


 photo EASTest_byevolangel_zps15a5af96.gif
Photobucket
 photo asDesignsScriptTesterBlinkie15-vi.gif

♥Awesome Forums♥

Photobucket

♥Awesomeness♥

Photobucket
scrappingcopebutton150X50

 photo tashablinkie.gif

Archives