I use a book on puzzles of lingo and 12 Director dislikes in the code using [cc]

The game is a game of searching for words in a book of advanced jargon and lingo code uses [cc], who is coming as an error code.  What is the problem, or is this use of [cc] obsolete?  And if so, how can it be corrected?  Thank you.

on getPropertyDescriptionList me

List = [:]

-members of the text with the words it contains

list of addProp, #pWordSource, [cc]

[#comment: "Source term",[cc] ]

#format: #text,[cc]

[#default: VOID]

list of addProp, #pEndGameFrame,[cc]

[#comment: 'End Game Frame',[cc] ]

#format: #marker,[cc]

[#default: #next]

back list

end

[cc] here stands for "continuation character. Prior to Director 8, this level was ¬ and the Director 8 go it is------(immediately followed by a carriage return). Assuming you are using a 21st century Director version, it should work for you:

on getPropertyDescriptionList me

List = [:]

-members of the text with the words it contains

List of addProp, #pWordSource,------.

[#comment: ' word Source ', \]

#format: #text,

[#default: VOID]

List of addProp, #pEndGameFrame,------.

[#comment: 'End Game Frame', \]

#format: #marker,

[#default: #next]

back list

end

Tags: Director

Similar Questions

  • dDoes anyone know of any legitimate code of windows search programs and a way to get the code for the window using the product id and receipt of a store

    Original title:

    Windows code

    I have 2 questions... 1 is - anyone know of any legit windows code, find online programs for windows on a computer code. My wifes sister and she want to fix his computer by putting in a new hard drive and installing windows, but I wanted to see if I could legitimate his computer code and the sticker is missing, damaged already.

    2. is possible to get the code for the window using the id and product received in a store you microsoft some how I have two computer, I bought my children 3 years ago and to replace hard drives with larger ones, and one of them still has readable sticker.    Thanks again

    As I said, reported for an installation by the manufacturer OEM of Windows key code reflects the image of their system and not the license key on the sticker that is what is needed for a re-installation of consumer, is not surprising that the Samsung 2 is the same.  The key to the thumbnail is not stored anywhere other than on the tile.

    If you cannot or do not want to clone the disks, you can buy a recovery media set at the manufacturer or new media of Windows 7 (becomes very expensive and problematic for the commercial version that MS no longer sells it).

  • Hello. I am creating a quiz slide / move, a simple using flash, actionscript 3. I found the free sample on the Internet and I tried to run the code. It works! BUT. Once I tried to edit in my own simple movieclip, images etc, the boxes couldn't be dragged

    Here, I am attaching my mistake

    error.JPG

    Here is the actual code (credit to the owner)

    package

    {

    import flash.display.Sprite;

    import flash.events.MouseEvent;

    SerializableAttribute public class Main extends Sprite

    {

    var xPos:int;

    var yPos:int;

    public void Main (): void

    {

    addListeners (den, ocean, jungle, River, forest);

    }

    private void getPosition(target:Object):void

    {

    Target.x = PosX;

    yPos = target.y;

    }

    private void dragObject(e:MouseEvent):void

    {

    getPosition (e.target);

    e.target.startDrag (true);

    }

    private void stopDragObject(e:MouseEvent):void

    {

    If (e.target.hitTestObject (getChildByName (e.target.name + "Target")))

    {

    e.Target.x = getChildByName(e.target.name_+_"Target").x;

    e.Target.y = getChildByName(e.target.name_+_"Target").y;

    }

    on the other

    {

    e.Target.x = xPos;

    e.Target.y = yPos;

    }

    e.target.stopDrag ();

    }

    private void addListeners(..._objects):void

    {

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

    {

    objects [i] .addEventListener (MouseEvent.MOUSE_DOWN, dragObject);

    objects [i] .addEventListener (MouseEvent.MOUSE_UP, stopDragObject);

    }

    }

    }

    }

    So here is one that I tried to change

    package

    {

    import flash.display.Sprite;

    import flash.events.MouseEvent;

    SerializableAttribute public class Main extends Sprite

    {

    var xPos:int;

    var yPos:int;

    public void Main (): void

    {

    addListeners (CAT, bear, duck);

    }

    private void getPosition(target:Object):void

    {

    Target.x = PosX;

    yPos = target.y;

    }

    private void dragObject(e:MouseEvent):void

    {

    getPosition (e.target);

    e.target.startDrag (true);

    }

    private void stopDragObject(e:MouseEvent):void

    {

    If (e.target.hitTestObject (getChildByName (e.target.name + "Target")))

    {

    e.Target.x = getChildByName(e.target.name_+_"Target").x;

    e.Target.y = getChildByName(e.target.name_+_"Target").y;

    }

    on the other

    {

    e.Target.x = xPos;

    e.Target.y = yPos;

    }

    e.target.stopDrag ();

    }

    private void addListeners(..._objects):void

    {

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

    {

    objects [i] .addEventListener (MouseEvent.MOUSE_DOWN, dragObject);

    objects [i] .addEventListener (MouseEvent.MOUSE_UP, stopDragObject);

    }

    }

    }

    }

    in frame 1, click the object that you think is the cat.  in the properties panel, is - this "cat"?

  • multiply a MovieClip using the code

    Hello

    I've been tring different strategies to add an animated video Clip of a fly to the scene.

    I have a TimerEvent and an Enter_Stage event in the code. Both seem to do their part without conflicts.

    Part of the increase in size over time.

    I want one of them to increase the number of clips totalFly over a period of perhaps twenty seconds or less.

    Do I have to write a class that contains all variables using mathematics as a multiplier or I can do that directly in my code curent?

    I left comments on the code but can set in if that would be clear.

    Thanks for help.

    Stop();
    insertion: var = new Timer timer (5000);
    insert.addEventListener (TimerEvent.TIMER, newFly);
    Insert.Start ();

    var inc:int = 0;

    var container: Sprite = new Sprite();
    addChild (container);

    var totalFly:Fly = new Fly();
    totalFly.x is totalFly.y = 250;.
    totalFly.scaleX = 0.5;
    totalFly.scaleY = 0.5;

    var newOne:Timer = new Timer (3000);
    newOne.addEventListener (TimerEvent.TIMER, anotherFly);
    newOne.start ();
    function anotherFly(event:TimerEvent):void {}
    container.addChild (totalFly);
    totalFly.x += 20;
    totalFly.y += 20;
    }

    container.addEventListener (Event.ENTER_FRAME, oneMore);

    function oneMore(event:Event):void {}

    addChild (totalFly);

    totalFly.rotation += 20;

    }

    function newFly(event:TimerEvent):void {}
    totalFly.x += 50;
    totalFly.scaleX = 2;
    totalFly.scaleY = 2;

    }

    Here are some reports with randomizing the properties of each...

    totalFly.rotation = Math.random () * 360;
    totalFly.x = Math.random () * stage.stageWidth;
    totalFly.y = Math.random () * stage.stageHeight;
    totalFly.scaleX = totalFly.scaleY = Math.Random ();

    If you want more control of the randomness, for example you want to scale not less than 50%, then you make them as a constant and add the random part...

    for a little less max 1.0

    totalFly.scaleX = totalFly.scaleY is 0.5 + Math.random () * 0.5;.

  • If anyone can help, I just bought a 2011 mac book pro and I use it for school and I work in education and currently I have lightroom, photoshop and adobe DC, are all the other apps I put on it?

    If anyone can help, I just bought a 2011 mac book pro and I use it for school and I work in education and currently I have lightroom, photoshop and adobe DC, are all the other apps I put on it?

    Chaka - welcome!

    What you want to do on your "new" MBP?

  • I plan to buy a mac book pro - MacBook Pro 15 "retina 256GB MJLQ2DK/A - has the right to 'size' if I intend to use Adobe InDesign, Photoshop etc.?"

    I plan to buy a mac book pro - MacBook Pro 15 "retina 256GB MJLQ2DK/A - has the right to 'size' if I intend to use Adobe InDesign, Photoshop etc.?"

    I do not have Mac, so all I can respond with is the official link from Adobe on system requirements

    MINIMUM requirements for programs of cloud... scroll down and check each program

    -http://helpx.adobe.com/creative-cloud/system-requirements.html

  • I bought the Adobe Photoshop classroom in a book for CS6 by chance and I CC. I know, stupid mistake. But I can't take back the book. Is is quite similar to CC I can always get the use of the book? Thank you very much

    I bought the Adobe Photoshop classroom in a book for CS6 by chance and I CC. I know, stupid mistake. But I can't take back the book. Is is quite similar to CC I can always get the use of the book? Thank you very much

    Each version of Adobe products is based on the previous ones.  Some things like filters and advanced features may change or become obsolete over time, but the basic tools remained much the same for decades.  As long as you know there are subtle differences between the versions, I think that you will always get a large part of the value of C to a and B for CS6.

    Also see the tutorials online CC

    Tutorials Photoshop CC | Learn how to use Photoshop CC

    Learn Photoshop CC | Adobe TV

    Nancy O.

  • Mac Book stop with the movie in the dvd player, and now it opens in the reset password screen?

    I'm running OS X El Capitan 10.11.5 and my daughter and her friends used to watch a movie last night and stop it before releasing the film. My Mac Book Pro is the start of the password reset screen/mode? It gives me only 3 options, none of which is true. (1) I forgot my password. (2) my password does not work when you connect 3) my keyboard does not work when you type my password to connect? When I opened the Apple on lft albums he gives me a boot disc, restart and turn off? I tried all the options and it restarts just on the same page? Someone at - it advice? Thanks in advance!

    The appearance of the password reset screen indicates FileVault2 is enabled on your MBP. Fix?

    If so, that'll probably get you out this Pickle: https://derflounder.wordpress.com/2015/01/17/yosemites-filevault-2-pre-boot-reco very-options /

  • TB c. 24.0: changed ISP. ~ new email in the settings of the server &amp; Server outgoing &amp; all address books and Contacts; TB still shows the old email ID for Fwd &amp; Rply

    TB c. 24.0, Win 7 Pro. Change of ISP. I use Outlook 2007; woman uses TB, same box. TB change username & email address in the settings of the server & outgoing server & default value. E-mail address changed in all address books and Contact lists. Now the TB still shows the old Correo electronico in < from > when reply or forward. It's confusing beneficiaries, who have sent their responses on a now non-existent account offshore. Check the Contacts Windows - empty. Check my Outlook 2007 - all Contacts changed appropriately. How do I kill this old TB e-mail address when it is not yet listed more - except when we try to reply or forward?

    Thank you! I don't remember the old data (ports, password, etc.) to re-create the old account to my wife several months ago and with a different ISP - I had written all this down, but it was destroyed in a fire at home - but you put me on the right track. I created a new account (sub?) via file > new > account existing with new information, verified mail he was working and then deleted the new subaccount. Now that works. Duh.
    This one goes in the file "fixes weird!

  • My motherboard has exploded and I have the hard drive. How can I copy the address book for a new installation on a new computer from the old hard drive?

    I have the old hard drive in a USB enclosure and connected to the computer again. I have installed firefox and you need to have the address book (critical) copied and inserted information from address book on the new computer. I hope that there is a file I can replace easily?

    Firefox send an e-mail, it's strictly a web browser.

    If you use Firefox to access your e-mail, you use "webmail". You must seek assistance from your service provider or a forum for this service.

    If your problem is with Mozilla Thunderbird, check out this forum for support.
    https://support.mozillamessaging.com/.../home

    or this one

    http://forums.mozillazine.org/viewforum.php?f=39

  • I have a Mac Book Air of 2015 running El Captain I see the airplay icon in my menu bar and I've upgraded to the latest version of the software on my AppleTV 2 but I can not Airpay icon on the menu bar of my mac to turn blue when I select the apple TV conn

    I have a Mac Book Air of 2015 running El Captain I see the airplay icon in my menu bar and I've upgraded to the latest version of the software on my AppleTV 2, but I can't get the Airpay icon on the menu bar of my mac to turn blue when I select the apple TV connected to a HD from LG smart TV. Help!

    Hi, Arghbee1.

    Please visit Apple support communities.

    I understand that you are unable to AirPlay from your Mac to your Apple TV.  Here are some troubleshooting steps that I recommend to go through this problem.

    Get help

    If you do not see the AirPlay icon , make sure that your Apple TV is awake and that it meets the system requirements.

    If you do not see your Apple TV in the AirPlay menu, make sure that your Mac and Apple TV comply with the system requirementsand your software from the Apple TV is updated. Also check your firewall settings:

    1. Choose the Apple menu > System Preferences, click Security & Privacy, and then click the Firewall tab.
    2. Click the lock icon and enter an administrator name and password.
    3. Click Firewall Options.
    4. Deselect the option "block all incoming connections".
    5. Select the option "automatically allow signed software to receive incoming connections.

    If your office does not look great on your HDTV, high-definition TV could apply image quality improvements that are not the best for the computer images. Check the manual of your HDTV for more information on how to adjust your HDTV settings for use with a computer. Your HD TV could offer a more appropriate display mode, such as the computer or game mode mode. Also try adjusting the HDTV settings like sharpness, retail building and noise reduction.

    If you mirror your screen and the image correspond to your HDTV screen, you can adjust the size of the Office for the best image. Click the AirPlay icon, and then select an option under "game size desk to." If you fit to desktop size to your Apple TV, the image fills the screen HDTV but will not look as good on your Mac screen. Learn more about overscan and underscan and what you can do about it.

    If AirPlay disconnects itself, your wireless network can be too busy or have too many wireless interference to maintain the connection of the antenna. Learn how to solve the problems of Wi-Fi connectivity. The manual of your router network may have additional suggestions for maintaining a strong and fast connection with your devices.

    Use AirPlay to view a video of your Mac on a HDTV

    See you soon

  • iPhoto book card and calendar each shuts down the system

    iPhoto slide show and Album both work normally.  The book features, card & calendar show a loading... indication, but almost immediately the activity stops and no entry except force quit is available.  A problem report is generated.

    A problem earlier with iPhoto had recently been resolved.  The problem and the solution are in the Discussion iPhoto 9.4.3 frequent crashes presented by iGardener December 14, 2015 and involves the removal of two of googlemap and S60v3.rar. html files The used at this stage iPhoto library is smaller... less than 200 photos.

    The above solution made me very happy and grateful for the discussion forum.  I have this post in hopes that I can return these functions of iPhoto.

    Greetings from Jerry-a-Tic.

    A solution to the problem that I reported when I continued to look for Discussions of iPhoto.  Specifically, MattyMiles interviewed on "iPhoto, photo books, calendars, cards of ' back on November 14, 2009.  A recommendation, due to old Toad, the user to verify the "Theme" folder to HD/Library/Application Support/iPhoto has led to a solution for the problem I raised.

    The Themes folder and the database file was, from its date, a new file, apparently created when I reinstalled iPhoto in a vain attempt earlier to solve the 'problem of crash induced Google'.  Fortunately, I had a copy of the folder themes, which turned out to be a backup.  Replace the existing folder and the Themes.db file to the location of the HD , solved problem.  A reboot is not necessary...

    Thanks to MattyMiles and old Toad.

    Jerry-a-Tic

  • A stream of unknown addresses pop up in the address book. Remove us them and before long, more pop up.

    Virus?

    A few weeks ago the current till, a deluge of mail unknown addresses pop up in address book.  Remove us them and before long, more pop up.  It will usually be a list of names w / 'B', ', 'A', etc.  Don't know how to prevent definitely more poppingup in the address book.  Is this a virus?  Now, we are sensitive to others recovering info to our email address, etc. ?  Thank you

    Hello

    1. who is your provider of mail service?
    2. using any e-mail client?
    3. what operating system is installed on the computer?

    If you are faced with the question with any e-mail client, then I suggest to run online virus scan.
    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    If the problem is in the webmail, then I suggest you to contact the provider of Web-based e-mail.

  • I scanned a book on my HP scanner and changed the settings to make a picture. but registered as a documrnt. Now, I can't open my photos because they are in word

    I scanned a book on my HP scanner and changed the settings to make a picture. but registered as a documrnt. Now, I can't open my photos because they are in word

    Hello

    I suggest you to see link below and check if it helps.

    http://www.HP.com/United-States/consumer/digital_photography/organize_archive_photos/tips/scan_resize_share.html

    http://www.HP.com/United-States/consumer/digital_photography/edit_restore_photos/tips/file-formats.html?JumpID=reg_R1002_USEN

    http://Windows.Microsoft.com/en-us/Windows7/understanding-picture-file-types

    (For Windows XP)

    Hope this information is useful.

  • Where is my book list or contacts addresses and how to import my other computer running XP?

    original title: BOOK of ADDRESSES AND CONTACTS

    I just converted to Windows 7.  Where is my book list or contacts addresses and how to import my other computer running XP?

    Hello

    The address book in Windows XP was called user name.wab. It has been used in the Outlook Express default e-mail program. You can copy/move this file .wab to the Windows 7 system.

    In Windows 7, open Windows Explorer and navigate to the C:\Users\your name\Contacts folder.

    In the toolbar, click the import button.

    In the import dialog box, select the option of Windows address book (Outlook Express contacts) .

    Click the import button and navigate to where you saved the . WAB file.

    Select that file, and then click Open.

    This will place all the e-mail addresses in the Contacts folder. This folder will be used for e-mail programs you install.

    Reference: To the inside of the Outlook Express - files and settings - OE Windows address book:
    http://www.insideoe.com/files/WAB.htm

    Concerning

Maybe you are looking for

  • GPIB write error code 6, how to make good waiting in comm GPIB

    Hello! I use a MUX Keithley and a digital Voltmeter to measure different values in my system, including the resistance of the wire 4. My project runs for several hours without any problem, but last night I got an error after about 8 hours DURATION. M

  • Upgrade RAM U310

    Hello In a few days, I'll get my IdeaPad U310, and since it comes with 4 GB of RAM DDR, I do an upgrade to 8 GB. I understand that there is only one RAM slot, so I'll buy a stick of course, but I don't know if it is the same size as that used in a de

  • I had blocked some shippers and has not been able to 'remove' to my list of "blocked senders". What should I do?

    I use Windows XP and Outlook Express.  I put some e-mail addresses on my "list of blocked senders," using "Messages". When I tried to 'remove' some of my 'list of blocked senders' email addresses, they kept reappearing. and, I was not allowed to 'rem

  • Windows 7 crashes on updates

    Yes, I know, it is a fairly common problem, but it's still not working for me.  I know that this message will be probably "attached" to a different thread, but there are many of them, I have no idea of one who even try and look for more help. I clean

  • BlackBerry Smartphones trying to synchronize RoboForm on PC for BB Storm data

    I'm trying to synchronize RoboForm (RF) updates for the BB. RF told me to synchronize RF to RoboForm data files by manually copying to any data folder visible to a drive letter in "My Computer" such as the external memory MicroSD card and then config