Need help with AS3 on Radio button Quiz

I am trying to set up a quiz question multiple choice of radio button, but I have problems with some of the ACE and hoped that some of you could help me. I'm fairly new to ActionScript, but I'm trying to pick up quickly. The code is listed below. The lines of errors have been increased in size.

Import fl.controls.RadioButtonGroup;


var radioGroup1:RadioButtonGroup = new RadioButtonGroup ("QuestionC1");

var totalScore:int = 0;

var totalCorrect:int = 0;

var totalWrong:int = 0;


cpr1a.label = "" Complete a resuscitation ";"

cpr1b.label = "" cardio a resuscitation ";"

cpr1c.label = "" cardio a Revival ";"

cpr1d.label = "" Complete a Revival ";"


cpr1a. Group = radioGroup1;

cpr1b. Group = radioGroup1;

cpr1c. Group = radioGroup1;

cpr1d. Group = radioGroup1;


submit_btn.addEventListener (MouseEvent.CLICK, submitClick);


function submitClick (MouseEvent): void {}

If (radioGroup1.selection == null) { }

return;

}

If (radioGroup1.selection.label == "Cardio a resuscitation") { }

status_txt.text is radioGroup1.selection.label + "is correct!";

totalCorrect ++;

score_txt.text = "Correct number:" + String (totalCorrect) + "\n"; "."

score_txt.appendText ("wrong number:" + String (totalWrong));

}else{

status_txt.text is radioGroup1.selection.label + "is incorrect. I'm sorry. » ;

totalWrong ++;

score_txt.text = "Correct number:" + String (totalCorrect) + "\n"; "."

score_txt.appendText ("wrong number:" + String (totalWrong));

}

}

I don't see where this error could occur except perhaps for a case where a radio AS2 is used because it seems that they do not have a group property, but an AS3 radio button.  Make sure that your publication of Flash settings are set to use AS3.  AS3 errors normally have error numbers that also made the mistake that you mentioned ring of a scenario of AS2.

Here is a link to the file that I made based on your code that works very well and does not display the errors you mention.  It is a CS3 file.

http://www.nedwebs.com/Flash/AS3_Radios.fla

Tags: Adobe Animate

Similar Questions

  • Need help with AS3!

    Hello! I need help on as3. I'm still a noob at this stuff.

    I'm doing a simple game. You must click on the bugs that moves randomly to the bottom of the screen. When you click on the bugs, they will become invisible

    and if none of the bugs through the bottom of the screen, you lose 1 live.

    But right now, im of the problems with the script. When I click on the bugs and she go, life is further reduced. I don't understand.

    And theres also error coming out. "TypeError: Error #1009: cannot access a property or method of a null object reference."

    " to buh_fla::MainTimeline/tekan().

    Here is the script:

    ===================================

    Stop();

    import flash.events.Event;

    import flash.events.MouseEvent;

    var iscore:int = 0;

    score. Text = iscore.toString ();

    var health: int;

    health = 3;

    trace (Health);

    for (var i: int = 0; i < 10; i ++) {}

    var f: bug = new bogues();

    addChild (f);

    var fn = Math.round (Math.random () * 2) + 1;

    f.gotoAndPlay (fn);

    f.x = Math.random () * stage.stageWidth;

    f.SP = Math.random () * 7;

    f.addEventListener (Event.ENTER_FRAME, animate);

    f.addEventListener (MouseEvent.CLICK, klik);

    }

    function klik(e:MouseEvent) {}

    e.target.visible = false;

    iscore += 1;

    score. Text = iscore.toString ();

    }

    function animate (e: Event) {}

    e.Target.y += e.target.sp;

    if(e.Target.y > stage.stageHeight) {}

    -health;

    trace (Health);

    e.Target.y = - 20;

    e.Target.Visible = true;

    {if(health==0)}

    gotoAndPlay ("gameover")

    }

    }

    }

    ============================================

    You lose life because you are not to remove bugs or their listener but only making them invisible

    function klik(e:MouseEvent) {}

    e.Target.Visible = false;

    iscore += 1;

    score. Text = iscore.toString ();

    to this code

    var delbug = e.currentTarget
    delbug (Event.ENTER_FRAME, animate) .removeEventListener;

    removeChild (delbug)

    }

    --

    http://ww.darshanrane.com

  • Need help with as3 for pop-up window

    I'm nearing the end of the semester in my Flash Animation class. I learned things very simple AS3, extracted etc. code. I'll try to find the actionscript code to encode a simple popup window, but have not found a clue.

    Here's what I want to do... I have a white box with a certain guy on the stage. When a person clicks on the white box, I want a popup to open which is larger, which contains the same type but bigger. This box will have an x, so it may be rejected. I don't want to do it in html, only in Flash CS5. I don't want a browser window, I want just a larger version of the smaller area. I know how to build the two boxes, do not know how to write the code. I know there will be a click on the mouse event listener, and then I'm lost.

    Can someone help with the code that I could use? It would be most appreciated.

    It would be something along the lines of... (using the names of instance from your description)...

    Popup.Visible = false;

    whiteBox.addEventListener (MouseEvent.CLICK, showPopup);

    function showPopup(evt:MouseEvent):void {}

    Popup.Visible = true;

    }

    popup.popupX.addEventListener (MouseEvent.CLICK, hidePopup);

    function hidePopup(evt:MouseEvent):void {}

    Popup.Visible = false;

    }

  • Need help with AS3 to Java conversion

    Hi to all who can help. I learned finally action script 3 and now the company wants course eLearning flash for flash for the Web, and found out that AS3 does not work. It is a code button which is a simple click to continue.

    Here is my AS3 code for red buttons:

    import flash.events.MouseEvent;

    Stop();

    Red_btn.addEventListener (MouseEvent.CLICK, Red_btn_onMouseClick);

    function Red_btn_onMouseClick(e:MouseEvent):void

    {

    Play();

    you mean javascript, not java.

    var tl = this;

    TL. Stop();

    TL. Red_btn.addEventListener ('click', Red_btn_onMouseClick);

    function Red_btn_onMouseClick (e) {}

    TL. Play();

    }

  • Desperately need help with AS3 and Twitter Feed!

    Hi all

    I took another developer and try to add a Twitter feed to my flash application. The twitter feed has, but only the first title and loops. It does not show the other tweets, just the first title and repeat over and over again. Please help me with this because I'm desperate to fix.

    Here is my source code for Twitter.as

    I use Flash develop to make it the main.swf, but I don't know the code below for the Twitter account is wrong because it shows more then 1 tweet.

    package src.main

    {

    import com.greensock.TweenMax;

    import com.theppc.cmstools.CmsVars;

    import com.theppc.cmstools.TextTool;

    import com.theppc.visualtools.DrawBox;

    import flash.display.MovieClip;

    import flash.display.Sprite;

    import flash.errors.IOError;

    import flash.events.Event;

    import flash.events.IOErrorEvent;

    import flash.events.SecurityErrorEvent;

    import flash.events.TimerEvent;

    import flash.net.URLLoader;

    import flash.net.URLLoaderDataFormat;

    import flash.net.URLRequest;

    import flash.text.TextFieldAutoSize;

    import flash.utils.Timer;

    Import src.utils.TitleBlock;

    import com.greensock.easing.Back;

    import com.greensock.easing.Strong;

    import of CBC. Main;

    Import src.utils.HandleXml;

    /**

    * ...

    * @author Joshua King

    */

    SerializableAttribute public class extends MovieClip TwitterBox

    {

    private var _title:TitleBlock;

    private var _bg:Sprite

    private var _width:int;

    private var _height:int;

    private var _tweetholder:MovieClip;

    private var _txt:ContentTxt;

    private var _mask:Sprite;

    private var _user:String = "PPC_Creative";

    private var _tweetcount:int = 5;

    private var _tweets:Array = [];

    private var _times:Array = [];

    private var _gap:Number = 55;

    private var _tweetmove:int = 0;

    public void TwitterBox (_w:int, _h:int)

    {

    _width = _f;

    _height = _it;

    init();

    }

    private function init (): void

    {

    _bg = new Sprite();

    addChild (_bg);

    _bg. Graphics.LineStyle(1,0x00ccff);

    _bg. Graphics.beginFill (0xFFFFFF);

    _bg. Graphics.drawRect(0,0,_width,_height);

    _bg. Graphics.endFill ();

    _tweetholder = new MovieClip();

    _tweetholder.y = 55;

    _tweetholder.x = 5;

    addChild (_tweetholder);

    _MASK = new Sprite();

    _MASK. Graphics.beginFill (0xF09FFF);

    _MASK. Graphics.drawRect (0, _gap, _width, _height - _gap - 5);

    _MASK. Graphics.endFill ();

    addChild (_mask);

    _tweetholder. Mask = _mask;

    _txt = new ContentTxt();

    _txt.txt.text = ";

    _txt.Alpha = 0;

    _txt.txt.width = 537;

    _txt.txt.height = _height - _gap - 5;

    _tweetholder. AddChild (_txt);

    addContentboxes();

    }

    private function addContentboxes (): void

    {

    _title = new cartridge (Main._sitedata ['text'] [5] .we, 547);

    addChild (_title);

    addTweets();

    }

    public function addTweets (): void

    {                    /*

    var urlReq:URLRequest = new URLRequest (_url);

    var loader: URLLoader = new URLLoader();

    loader.addEventListener (Event.COMPLETE, getTweets);

    loader.addEventListener (IOErrorEvent.IO_ERROR, IOError);

    loader.addEventListener (SecurityErrorEvent.SECURITY_ERROR, SError);

    Loader.Load (urlReq);

    */

    var loader: URLLoader = new URLLoader();

    loader.dataFormat = URLLoaderDataFormat.TEXT;

    loader.addEventListener (Event.COMPLETE, getTweets);

    var url: String = " " https://API.Twitter.com/1/statuses/user_timeline.RSS?screen_name=PPC_Creative ";

    must use a proxy due to security sandbox issues if you call this twitter url directley to flash

    var req:URLRequest = new URLRequest ("rssProxy.php? rss =", CmsVars.PHP_ROOT + url)

    trace (CmsVars.PHP_ROOT + ' rssProxy.php? rss =' + url);

    Loader.Load (req)

    }

    private void getTweets(evt:Event):void

    {

    var twitterXML:XML = new XML (evt.target.data);

    var tweetList:XMLList = twitterXML.children ();

    var tweetItem:String;

    var timeItem:String;

    var _counter:int = 0;

    _tweetmove = 0;

    _tweets = [];

    for (var i: int = 0; i < tweetList.length (); i ++)

    {

    tweetItem = cheat [i]. *: title;

    trace (tweetItem);

    If (tweetItem! = "")

    {

    _tweets.push (tweetItem);

    _Counter ++

    If (_counter > = _tweetcount)

    {

    break;

    }

    }

    }

    moveTweet();

    }

    private function moveTweet (): void

    {

    _txt.Alpha = 0;

    TextTool.setText (_txt.txt, _tweets [_tweetmove], true);

    TweenMax.to (_txt, 1, {delay: 1, alpha: 1, replace: 0});

    TweenMax.to (_txt, 1, {delay: 12, alpha: 0, crush: 0, onComplete:moveTweet});})

    _tweetmove ++

    If (_tweetmove > = _tweets.length) _tweetmove = 0;

    }

    private void IOError(e:Event):void

    {

    trace ("io error!");

    }

    private void SError(e:Event):void

    {

    trace ("security error!");

    }

    }

    }

    First of all, your cheating XMLList length is only 1. I like to use E4X rating rather than the old children() as you're here, so I might suggest to change this:

    var tweetList:XMLList = twitterXML.children ();

    in your getTweets() method to:

    var tweetList:XMLList = twitterXML.channel.item;

    Then you have all your items. I liked so much out of each of them:

    for (var i: int = 0; i< tweetlist.length();="">

    {

    trace (tweetList [i] .title);

    }

    Also, I had no trouble calling Twitter directly from Flash using:

    var loader: URLLoader = new URLLoader();

    Loader.Load (new URLRequest ("https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=PPC_Creative"));

    loader.addEventListener (Event.COMPLETE, getTweets);

    However, there is a typing error in what you had posted - you had a space in the URL - after the C in C reactive...

  • Need help with the navigation of Captivate quiz

    Hi all

    I did a (very linear) e-Learning module. After every bit of learning, I put a quiz question option multiple choice to focus on learning. The problem I'm having, is that when I'm going through (response), the question, click back to return to the question (although grey - which is good), and then click back again (I have "allow back them' checked), I have the following problems: -.

    • By clicking on the "Continue" button on the front blade slide q, takes me to the slide after the question
    • Once the question has been answered, all buttons continue jump is no longer to the next slide, instead they just 'continue' - using the timeline.

    Is it possible to have the quiz items, touch them, good or bad responses etc on a normal slide instead of a question slide page. I don't mind if the user has to do again the question (if anything that this would be better) that I'm not making anything on the server of scorm.

    Thanks in advance.

    Chris

    You can create your question slides, using the standard objects such as text captions, text entry boxes, buttons or click boxes, etc. slidelets.  If you use CP4 you can even use the possibility to insert system variables in text captions to show e.g. the score to the user. It will be more work, but you will have full control of these issues. Use of pools of questions is probably excluded in this case.

    Lilybiri

  • Need help with buttons!

    Hello someone!

    The thing that I would need help with is the buttons that moves... Say there are 2 buttons on the stage, when someone clicks the button, the button from left to right movement and opens something when it stops there. So long it's fine for me, but now the peal problem.

    The thing is I want the button now on the right rear to place there where appropriate when I click on a button of the second (and it goes right to the place). When I do now the first button remains in place right... Do someone know what to type in Actionscript?

    Please help me... [email protected]

    what you use now which causes your keys for you move?

  • Hi, I need help with my flash mp3 player

    Hi, I need help with my mp3 player, I wan't to add the pause button... Can you help me?

    I created the button I added btn_pause and it won't work.

    function soundStatus() {}

    var amountLoaded = _root.sound_mc.sound_obj.getBytesLoaded () / _root.sound_mc.sound_obj.getBytesTotal ();

    _root. Loader.loadBar._width = amountLoaded * 260;

    duration = _root.sound_mc.sound_obj.duration;

    position = _root.sound_mc.sound_obj.position;

    _root.playHead._x = position / duration * 272 + 5;

    }

    btn_play.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    This._parent.sound_mc.songStarter (songfile [song_nr]);

    };

    btn_pause.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    This._parent.sound_mc.sound_obj.pause ();

    };

    btn_stop.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    This._parent.sound_mc.sound_obj. Stop();

    };

    btn_fw.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    (song_nr == songfile.length - 1)? _Global.song_nr = 0: _global.song_nr ++;

    _root.sound_mc.songStarter (songfile [song_nr]);

    };

    btn_rev.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    (song_nr == 0)? _Global.song_nr = songfile. Length-1:-_global.song_nr;

    _root.sound_mc.songStarter (songfile [song_nr]);

    };

    < proposed by the mod to as3 - kglad >

    :

    function soundStatus() {}

    var amountLoaded = _root.sound_mc.sound_obj.getBytesLoaded () / _root.sound_mc.sound_obj.getBytesTotal ();

    _root. Loader.loadBar._width = amountLoaded * 260;

    duration = _root.sound_mc.sound_obj.duration;

    position = _root.sound_mc.sound_obj.position;

    _root.playHead._x = position / duration * 272 + 5;

    }

    btn_play.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    This._parent.sound_mc.songStarter (songfile [song_nr]);

    };

    btn_pause.onRelease = function() {}

    clearInterval (timeInterval);  you must re - set interval when the unpause button is clicked

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    This._parent.sound_mc.sound_obj. Stop()

    };

    {btn_unpause.onRelease = Function ()}

    This._parent.sound_mc.sound_obj. Start(position/1000);

    }

    btn_stop.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    This._parent.sound_mc.sound_obj. Stop();

    };

    btn_fw.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    (song_nr == songfile.length - 1)? _Global.song_nr = 0: _global.song_nr ++;

    _root.sound_mc.songStarter (songfile [song_nr]);

    };

    btn_rev.onRelease = function() {}

    clearInterval (timeInterval);

    _root.timeDisplay_txt. Text = "00:00 / 00:00 ';

    (song_nr == 0)? _Global.song_nr = songfile. Length-1:-_global.song_nr;

    _root.sound_mc.songStarter (songfile [song_nr]);

    };

  • need help with 'ifs' field calculation

    Hello

    I am trying to create a field in a form that adds 20% for a cost base according to which of these options is selected in a drop down list which forms the title of the form

    This is a form of new/used vehicle and requires 20% VAT to be added to the basic price if the vehicle is "new".

    If the "vehicle" then no VAT should be added

    Is this possible?

    If this can help I could use radio buttons to determine whether the vehicle is 'New' or 'Used' in the upper part of the form?

    I'm out of my depth here with java - I'm a humble designer more usually responsible to make things just look pretty on the page!

    You can you "techies" help?

    Yes, and it is even possible to do it without an 'if' statement and without writing any JavaScript.

    You need to know about domain names. Using the field names, types, and properties:

    Subtotal - amount to calculate the tax on - field digital - read-write - visible

    TaxRate - tax rate applies if taxable - digital field - read-only - hidden

    Taxable - check 2 boxes eponymous - an export value of 1 (default is checked), the other export value 0

    TaxAmount - amount of tax to be applied - field digital - read only - visible - calculation: "field is the product of the following fields: ', subtotal, TaxRate, taxable.

    -Sum of the subtotal and TaxAmount - GrandTotal numeric field, read-only, visible - calculation "field is the sum of the following fields:" TaxAmount and GrandTotal

  • Need help with drag and drop

    IM really new to this program as a

    day new hehe and I need help. im making a game quiz and your supposed

    ED to score in the hoop with a circle.  I have the

    codes for the drag and drop for the circle, but I need help with the collision between the Hoop and the ball, I want to go to the image next or gotoandPlay when the ball touches the ring. HELP PLEASE

    You should not attach code to objects.  and you can be able to happen by using a loop.

    Start by removing all the code the suggested by maqro (i.e. as3) and by removing all the code attached to objects.

    use:

    {yourobject.onPress = function ()}

    this.startDrag ();

    }

    {yourobject.onRelease = yourobject.onReleaseOutside = function ()}

    this.stopDrag ();

    {if (this.) HitTest (whatever))}

    do something

    }

    }

  • Need help with a Hp Papvilion Dv7-1270US, from vista to xp 64

    Well, I noticed that a lot of guys are useful here with installing XP on Vista and yes I'm another unhappy Vista user, I am a graphic designer and let me tell you programs and performance is not very good on my laptop HP that I am ready to go back to XP.

    I have an extra HD a seagate sata 80 GB of my PS3 that I drag never used, so I'll use it to install XP on my laptop

    Its what I need help with drivers, man what a pain. I can install drivers left and right that I know how to do this, but Nlite, manual, unzip its so confusing...

    good so I use Nlite to wake my sata drivers and my installation of Windows XP on my HP I would add something in there like {video card driver} {driver Chipset} etc, what should I put in the wake? and once the wake is done and winxp is installed in what order should I start to install stuff, please guys Im confused and need help if someone can point me in the right direction of the dv7-1270 drivers I would appreciate...

    If I happen to screw up my 80 GB hard drive, not a big deal, blue screen, can not load, etc etc... can I just put my original 320 GB hard drive and back to Vista the way it was. ??? is it possible, which would ease my mind, thank you for your responses and assistance.

    Drivers:

    Chipset Intel, (install and reboot before other drivers) here

    Intel Matrix Storage Manager here

    MS-UAA fo SP2 (required with a reboot before the graphic and Audio driver) here

    MS-UAA fo SP3 (required with a reboot before the graphic and Audio driver) here

    NVIDIA GeForce 9600GT here

     

    Intel Wireless 5100 here

    Bluetooth here

    Realtek RTL8168C Family PCI - E Fast Ethernet NIC here

    Please check first that link written by Joshua Wood and concentrate on problems that may appear when you install the sound card in it.

    IDT High-Definition Audio CODEC Pilot,

    1 sp41693, pilot, work reported in XP here view

    2 SP39671, driver, jobs reported in XP here or here view

    3 sp41698, vista, work reported in here XP driver

    High-Definition Audio (HDA) Modem Installer and driver here

    .NET framework (required before HP Quick Lunch Buttons) here

    HP Quick Launch buttons here

    Synaptic Touchpad here S

    ENE CIR (infrared receiver) here (your Vista driver)

    JMB38X card reader Host Controller Driver here

    HP 3D DriveGuard 1.10 has here

    If you had for 7 unknown devices (buttons drivers), here

    Do a manual installation

    Go to Device Manager, right click on the unknown device,

    Choose update driver, not to communicate.

    Choose the install from a list or a specific location, not search, have-disk,

    Navigate to the location of machine.inf.

    Do it for the rest of the unknown devices

  • Need help with mobile layout

    Hello. Need help with my layout sensitive, using straight lines only html5 and css3 that I can understand and explain a novice level please - without any restart. Desktop and mobile are in a single html doc. The desktop version is 'ok '.

    current version (6_2)

    Try to match these mobile Office layouts

    On the mobile version:

    -Impossible to get the buttons nav blocks, vertical text button Align, and align the image of the product (square pictures) to the Center. (margin: auto; does not work)

    I used heights in the header because I'll have code for desktop, mobile and tablet in the CSS so it changes (and do not know how to support better). Also need to Add a link to the logo image background in header.

    Thanks in advance!

    TheOriginal150mph wrote:

    Hello. Need help with my layout sensitive, using straight lines only html5 and css3 that I can understand and explain a novice level please - without any restart. Desktop and mobile are in a single html doc. The desktop version is 'ok '.

    current version (6_2)

    Try to match thesemobile Officelayouts     

    On the mobile version:

    -Impossible to get the buttons nav blocks, vertical text button Align, and align the image of the product (square pictures) to the Center. (margin: auto; does not work)

    Commenting on just a habit of property changing the css if you have defined it for the desktop version. Your nav elements are not vertically Center because you have a bottom padding set on them for the office, there are only changes for mobile in your css media query.

    .main-nav a {}

    display: block;

    text-decoration: none;

    / * padding-bottom: 15px;   */

    Padding: 12px 0;

    }

    Change the properties for the .product-images for mobile boxes: you have float attached to them for the desktop version and which cascade down to the mobile version, unless you change in the media query:

    .product-image {}

    float: none;

    Width: 50%;

    margin: 0 auto 20px auto;

    }

    As I mentioned in one of my posts related to your project, you will probably have to make your product images a bit larger. They fill the area once they form a column to width of 768px screen or you could resist transform them to one column until a little more by using a media query extra set at a narrow screen width to evoke this action

  • I'm on Acrobat 10 and I need help with the distribution of shape feature. Is there a way to change the registration e-mail download addressed to the? Currently all forms I create and then distribute may only be subjected to my email account... I appreciat

    I'm on Acrobat 10 for mac and I need help with the distribution of shape feature. Is there a way to change the registration e-mail download addressed to the? Currently all forms I create and then distribute may only be subjected to my email account... I appreciate any help!

    Do not use the feature distribute the form. Instead of this, just put up a button "submit" and configure it to send email using any email address you want. Just add a button and set the action of the mouse upward on "Submit a form" and use a type mailto URL and specify that you want to send the full PDF. Then activate the reader of the document: where "Advanced/extended features in Adobe Reader" is located in Acrobat XI?

    If you really want to use distribute the form for some reason, change the e-mail address in your preferences: Edit > Preferences > identity > Email address

  • Need help with a simple basketball game.

    Hi im new here and I need help with what makes this simple basketball game.

    Im trying to recreate this this video game. I'm not sure if it uses as2 or as3

    If someone could help me make a game like this or point me to a link on how to do it would be greatly appreciated.

    AS2 is used in the video.  If you have other issues, please post in the forum AS1/AS2.

  • Newbie needs help with cookie cutter in PSE8

    I'm new to PSE8, the cookie cutter tool and work with layers, what I need help with to accomplish what I want to do.

    I want to use one form of cookie cutter to make several 'holes' in an image, leaving a solid color background layer to show through. (Or another path, use the form of Cutter of biscuit as a solid 'rubber stamp' color to stop shape on the image in several places)?

    I opened my image in the editor and create a solid color fill layer, and then I select the shape of Cutter of biscuit that I want to use, for example a sheet.  Then I select the color fill layer, click and drag to create the sheet randomly somewhere in it.  When I release the mouse button, the window returns to the image and there is the leaf, locked in a box, in the color I want, on the image. I drag the box (leaves) to where I want it and click the green checkmark to accept. So far so good.  Here's the problem: in order to create another sheet on the image, I have to create another layer of fill and repeat the whole process.  If I try to use the same fill layer to a second sheet, the first sheet disappears.  I must be missing something very simple, but I can't figure out how to get out several sheets of a filling layer.  Also, I use a version without the constraint of the sheet because I would create several sheets of different sizes out of the fill layer as well.

    I would be grateful for any help or suggestion!

    Try the following:

    1. File > new > empty file - white
    2. Create a new layer, fill it red
    3. Create a new layer, fill it out of blue
    4. Access the marquee tool, drag the rectangle to the blue layer. You should see "ants in market". Press DELETE on the keyboard.  You should see red in the rectangular hole.
    5. Access to the custom shape (U) tool. In the form of culture library, select the heart shape black all and hang out on the blue layer. Press CTRL + left click the thumbnail of the layer of the capping layer for "mobile dotted." Hit delete on keyboard twice, and you should see red in the heart shaped hole.
    6. Continue with other forms.

Maybe you are looking for

  • Boot recovery dvd not working not not on Portege R200

    I can't start with my dvd drive external px1055e-1nst. Update my bios with the latest version 1.60. No response to C or F12 at startup. What can we do? Thanks in advance.

  • Satellite Pro U400 - need info on external display connector

    Description of technical data shows: 1 x external monitor What kind of connector is this? VGA, DVI, HDMI

  • Interface of MD

    This is my first post to this list. I know that this topic should do with minidisc but can't find this discussion group. If I lost my way would be someone to push me in the right direction. I have a player, minidisc MZ - RH1 I've interfaced with happ

  • Windows scam Call-What should I do?

    Hello, I just fell for a scam Microsoft Cold Calling. They told me to check my observer of events, and then go to www.support.me. They then told me to enter a 6-digit number and click on "connect to technician. I did, but then they realized I was onl

  • TCP ip error. Obtaining of svchost.exe, cvpnd.exe failure.

    I deleted bojour.exe and tried to registry cleaning.  I think I somehow corrupt tcp ip driver in this process.  I installed the sp3 thinking that it will fix the problem of tcp ip. But it did not work. I have uninstalled/reinstalled NIC drivers. Trie