Apply multiple effects to multiple objects with single click box

I would like to click on a click box and have one object appear and another object disappear. I guess what I'd like to do is apply effects to multiple objects with a single click box. Is that possible?
Thank you.

Welcome to our community
Sure it can be done but you won't use effects to do it.
When you insert an object in Captivate, you have an option to enable or disable Visibility. You also have an option to name the object. So you would give the object a meaningful name and clear the Visibility option to "hide" it until needed.
Then you would create an Advanced Action that would hide some objects and show others.
After that, you would assign the Advanced Action to a Click Box or a Button or some other event.
Cheers... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • How to apply an effect to multiple/all clips

    I'm sure I'm missing something elementary here, but I can't find a way to apply an effect to multiple clips at once in PE7.  Specifically I'd like to apply the Auto Levels adjustment effect across all clips in my project (makes sense because they were all recorded at the same time), but at best can onely copy the effect from one clip or section on the timeline to another; one at a time.  When working with a project that has upward of 100 scenes, copy and pasting to each individual clip seems like a lot of tedious work that should be easier.
    Does anyone have any suggestions or information that could point me in the right direction?
    Thanks!
    Dale

    Dale,
    You have discovered one of the little "gottchas" with Copy/Paste Attributes - it does it for all.
    I do not know of a way to eliminate Effects globally, i.e. multiple Clips in this case. Unless there's a neat workaround, or secret switch, I think it will be by hand. That is the way it is in PrPro. Don't know about PE, but In PrPro one can select some of the Effects to Copy/Paste Attributes (for many Effects, but not all).
    Side note: Render your Clips and watch them closely with Auto Levels. I find that it "pulses" and that manually setting Levels (not the Auto one) is better.
    Good luck,
    Hunt

  • Can we create multiple billing document from delivery with single line item

    can we create multiple billing document from delivery with single line item

    Hi
    Please check the link
    [can v create multiple billing document from delivery with single line item]
    and as Lakshmi said, check the forum before posting an issue.
    Regards
    AA

  • Can v create multiple billing document from delivery with single line item

    can v create multiple billing document from delivery with single line item

    Dear Sandesh
    Go to VOV7, select your item category.  In this maintain K  for Billing Relevance
    Now go to VF01, give the delivery number and do not press Enter.  Instead click on Selection list on the next screen, select the items you want to bill and click copy and continue if necessary
    thanks
    G. Lakshmipathi

  • Replace multiple whitespaces in a string with single one

    Hi,
    I'm using Oracle 9.2.0 and I have a query on string manipulation.
    Can I replace multiple whitespaces within a string with single one. I tried with regexp_replace function but it is not supporting Oracle 9i.
    Can someone help me out?
    Regards,
    Pramod

    Just playing around:
    WITH
         Strings
    AS
          SELECT 'Can  I   replace      multiple  whitespaces   within    a     string    with single one' Text FROM Dual
    SELECT
         REPLACE
          REPLACE
           XMLAGG
            XMLElement
             "A",
             SubStr(Text, Level, 1)
           '</A>'
          '<A>'
         ) Text
    FROM
         Strings
    WHERE
         NOT
              Level > 1
          AND     SubStr(Text, Level, 1)          = ' '
          AND     SubStr(Text, Level - 1, 1)     = ' '
    CONNECT BY
         Level <= LENGTH(Text);

  • Acrobat 9 fails to open with single click.

    facts:
    Bridge created: the pdf that fails is PDF 9, PDF Producer: PDF Library 9.0, PDF version 1.6, 448 kb, [a single page thumbnail creation by Adobe bridge] opens with acrobat 9.0, application = empty
    windows Access created: pdf that works with single click: size = 13.1 mbytes, PDF producer = distiller 9. [created inside windows office access 2000], pdf version = 1.5, application = acrobat pdf maker 9.0 for access.
    Now for the annoying parts
    move both PDFs to their own folders. single click both, the one created by access opens. the one created by bridge doesn't, Buuutt it does stick an adobe pdf in the task manager showing adobe pdf IS open because of the mouse click, but it doesn't open the file, kill the adobe task. Also this one created by bridge, I insert the image into access, and access opens it just fine to my annoyance. I have to immediately close it in acrobat to do anything with the access page I've just imported the image into.
    create shortcuts on the desktop, and they both open from the shortcuts with a single click.
    Oh yeah the bridge one opens if I right click, and choose to open with acrobat 9 at the very top of the right click menu.
    What's going on here ? And how do I get the bridge file to open with a single click and not making it a shortcut ?

    I received the same error today. It's been working for weeks. At the moment I am working on Windows 8 Consumer Preview with Office 2013 installed on an x64 platform, however that hasn't bothered it since it was installed. However, today I received an Adobe Update, I don't even remember what products were being updated, the update screen popped up, downloaded, installed, the progress bar got to 100% and said 2 seconds remaining and then the module crashed. The cloud activation hasn't worked since. I first get a message that says "We are unable to activate CS6 Creative Cloud Membership Subscription Edition", below that it says, "Product Activation is required to use this product" and below that it says "You must have an active internet connection to activate this product. Please check your connection settings and choose try again." When you click on Try Again, it sends up a new message box that says "Activation Failure". Needless to say I have an active connection. Even though it always worked before, I added Adobe Application Manager to the Windows 8 firewall exceptions list, still no dice. I've rebooted the computer twice.
    Update: Turned out this followed another defect identified earlier. It is peculiar to Acrobat X. If you open a different application in the suite, login if asked, then close the application, Acrobat will function again normally.
    ---Mike

  • How to copy from one Version to Another version with single click

    Hi Everone,
    Users wants to copy from one version to another version with single click only. I.e Actuals to Planning etc.,
    They don't want use standard COPY Data manager package to do this activity as this involves many steps.
    Please let me know Is there any way to COPY with single click. Thanks in advance!!
    Regards,
    Viswanath

    Hi Viswanath,
    Use /CPMB/DEFAULT_FORMULAS
    Then edit automatically created advanced script:
    PROMPT(SELECTINPUT,,,,"%CATEGORY_DIM%,%CURRENCY_DIM%,%TIME_DIM%")
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SELECTION,%SELECTION%)
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,DEFAULT.LGF)
    Remove bold lines and change the script name in line with your script name:
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)
    TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,YOURLOGICNAME.LGF)
    Vadim

  • How Do You Apply Process Effects To Multiple Clips In A Multi-Track?

    A multi-track sequence brought over from Premiere, I have over a dozen clips from a funeral service video that need noise reduction.
    But, because it's a process effect, I can only work on one clip at a time. Furthermore, I may need to apply several passes of the NR effect to eliminate the noise without sounding weird.
    How then do I apply that effect (and its parameters) to the rest of the clips in the sequence?
    In Premiere, you can copy and paste effects (and their parameters) from one clip to another. There is no such thing in Audition that I can see.

    Hi, Alex.
    It seems you want to do some broadband de-noise processing. While one can do a noisefloor sampling from one clip and apply it to others (great for when you have multiple takes from the same setup), it may be best to noise sample each individually if the mic has moved position enough to cause the tonal characteristics to change.
    An example would be if on-screen talent is walking in an outdoor location. In one part of the location, a particular section of the clip has a lot of BG traffic noise. Another recording has a fountain in the BG - while it still may have some of the traffic in it, the predominant BG noisefloor is "strong fountain/weak traffic", so like others have mentioned, it makes more sense to make a new BG sampling to match the characteristics of this clip.
    All that being said, here is how you BATCH PROCESS / broadband de-noise a bunch of clips, it's a 4-tiered / 21-step process when starting from scratch.
                                  NOTE: there is a manual cheat after the Batch Processing lesson - skip to that if you wish
    (WARNING - this type of processing is most successful if the file has been EQ'd or gain boosted (if needed) before processing. This is also true for the noisefloor sample. It should be taken from the pre-adjusted clip so that it all matches level)
    1) find / open a source clip that best represents the BG noisefloor you wish to sample as your broadband source for processing,
    then in the WAVEFORM editor window press alt-shift-C to save this selection as a new file - give it a unique name that represents its function
         a. ideally, this selection will be more than 5000 samples
         b. should be free of non-BG noise sounds (Dx, footsteps, mouth sounds, it should sound like a very short ambiance loop)
    2) with your new sample saved and your source clip still open in the UI:
         a. load your noise print file
         b. adjust the Noise Reduction and Reduce by  sliders (I suggest you start with a noise reduction value of 100% with a reduce value of 3 to 6 dB)
         c. under Advanced Settings, set Spectral to 0%, Smoothing to 20, Precision to 7, and Transition width to 2dB - these settings
             are like painting not with a wide brush but with a thinner brush, which means less cancellation of frequencies you want to keep and less artifacting
         d. toggle on/off the Output Noise Only function to see just what you are subtracting in your process - a great way to make adjustments until your
             noisefloor-only sound is free of Dx and other Production sounds
         e. optional advanced step - in the process UI Frequency window, you can draw a curve to select the frequency ranges that will be processed - this is another
             way of "thinning the brush" so that you are NOT processing where it's not needed in the broadband range - i.e. hiss from a low-quality mic,
             open the FA window [alt-Z] to see realtime Freq. Analysis on playback of your clip with the processing;
             adjust your settings and the curve in the window to counter the frequency range of the noisefloor - this process is like alchemy, wicked awesome
         f. once you're happy with your settings,  click the Save Effects Preset button (down-arrow on hard-drive) next to the Presets pulldown button.
                   do NOT apply your process yet - that's the next step
    3) now, you're going to create the Favorite that the Batch Process will use to process your clips
         a. select Favorites / Start Recording Favorite (every user function of the software is now being recorded into a macro)
         b. in the Noise Reduction UI, click the Load Noise Print button and select your saved file
         c. now, select your preset from the pulldown menu
         d. click the Select Entire File button below the UI Freq. window
         e. click Apply
         f. click Favorites / Stop Recording Favorite
    4) now, under EDIT, select Batch Process
         a. select your new Favorite from the pulldown tab
         b. drag and drop the files into the Batch window or load them from the Load button in the upper left of the Batch window
         c. click the Export Settings button in the bottom left
         d. set any pre/postfix labeling additions (this works a lot like Adobe Bridge's Batch Rename tool - amending the original filename to differentiate
         e. set a NEW save location to isolate the files
         f. set the format / type / bitrate  (best to keep the original format or a higher quality); when finished, click OK
         g. in the lower right corner, click the RUN button and watch the magic right before your eyes
    [HERE IS THE CHEAT]
    Now that you're learned the magic of batch processing (FYI a new favorite can contain / execute multiple existing effect processes), here is what I recently did in a doc with interview footage - guys in front of a green screen with a less than perfect sound environment.
    1) in Multitrack mode, double-click your clip to process
    2) in Waveform mode, select the noisefloor area to sample and type shift-P
    3) type ctrl-shift-P to open the UI - adjust your De-noise settings for ALL of your processing
    4) type ctrl-A to select the entire file
    5) click Apply; type ctrl-shift-S to save this processed file (I add "_PROC") as an alternate to the original which still exists should you want to go back to it easily - the ALT file will be in the multitrack timeline
    6) type G (de-select I/O area) then type F12 key - returns to Multitrack mode
    7) double-click your next clip to process and repeat steps 3-7 until finished (you won't need to tweak the settings in 3 after the initial step 3)
    In 3-5 minutes, you're Done!
    I discovered another layer of coolness within Audition regarding CLIP Effects Racks where one can setup a stack of effects, save as a User Preset, and apply them to either an individual clip, a set of clips, or to a track.  This is great when you want to apply, for example, a Parametric EQ for filtering an outdoor location or boosting a lav mic's High Freq. Shelf for addition sibilance PLUS a Tube-modeled Compressor to handle dynamics...you spend a lot of time tweaking the settings "just right", and now you want to apply to more than one clip on a track.
    In a short film I'm working on, I use this technique to apply EQ and Room Ambiance (reverb) to camera perspective changes on a single track of ADR for off-camera Dx.  I place the Dx in a track. Splice on the camera edits to make unique clips, select the Audio Perspective preset I made for each camera angle, and Voila!
    Have fun!
    -CS

  • Applying same effect to multiple titles

    sorry for the newbie questions (last video stuff I did was using avid and discreet effect many years ago)
    I've got a load of titles that I want to apply the same effect to (something like a slide direction blur), I've been poking around to see if I can create the effect on a clip, then replace one title with another  OR copy and paste all the clip attributes (including position and transparency) OR create a preset that contains all the effects.
    Ideally the solution would enable me to change the effect and update all the titles.  Is there a way?

    I've got a load of titles that I want to apply the same effect to (something like a slide direction blur), I've been poking around to see if I can create the effect on a clip, then replace one title with another...
    You can do this. Copy the title with the applied effect, paste it elsewhere into the sequence, and then hold down the Alt key as you drag the replacement title on to the pasted title. The effect will be preserved, but the clip will be replaced.
    OR copy and paste all the clip attributes (including position and transparency)
    You can do this, too. Select the clip with the effects in the sequence, either press Ctrl+C or go to Edit > Copy to copy the clip, select one or more target clips, and either press Ctrl+Alt+V or go to Edit > Paste Attributes. All effects and transformations will be pasted to the target clips, without changing the clips themselves.
    OR create a preset that contains all the effects...
    And you can do this, as well. With the Effects Control Panel open, hold down the Ctrl key and click on the names of all the effects you want to include in the preset. Click the flyout menu (it's the tiny four-stack of pancakes at the upper-right corner of the pane) and select Save Preset. I'll let you figure it out from there
    Ideally the solution would enable me to change the effect and update all the titles.  Is there a way?
    No way to directly do this; any effect or effect preset applied to a clip is an independent instance, and is not connected to the original in any way. However, you could use the preset building process I outlined above to semi-quickly update all your titles. If you've applied an effect or effect preset you don't want any more, select all the clips that are thus effected, and right-click on one of them and select Remove Effects. Tick the options that you want to remove. Then, rebuild your preset, and apply it to your clips again; you can apply a preset to multiple clips by selecting them all and dragging the preset from the effects bin. It's a little bit of a round-about way, but it's about the quickest it can get.

  • Version 4 Bug - Multiple Object Editors of Same Object on Single Click

    Hi Jeff,
    thanks for your reply. You have missed that rule because you don't use SQL Developer for development. But never mind, lets go through it...
    1) Of course I have both options activated (all preferences were imported from previous version). The difference between previous version is that when you click on the SAME table multiple times - in the old version, it opened the table just once and in case you had another tab active, it swithed to the tab where the table was opened. So to have it clear, in the old version when you have table A and table B, both opened in separate tab and the focus was on table B, when you clicked on table A (in the tree) it activated tab with table A. It didn't create new tab with table A. Of course - why would I want to have multiple tabs opened with the same table??? In current version clicking on the same table multiple times, opens multiple tabs with the same table.
    This is also the reason why it sometimes openes a table multiple times even when you click it just once. This you cannot simulate because you are probably connecting to some local DB when you have perfect connection. Activate the autopin function and connect to different DBs all over the world and you will see what I mean. Right now, I have opened a connection and got 3 tabs opened, just after a single click on a table.
    2) Fetch size is again taken from previous version of SQL Developer and is set to 50. PgUp and PgDown are not working at all. I am talking about scrolling with a mouse wheel. In the old version it is working normally as expected. In this version if you scroll using a mouse wheel, the scroll speed is about 1 or even 0.5 lines per wheel round - so you can even not use a mouse wheel for scrolling! On all other places in this new release (connection tree, packages, ...) the scrolling is working normally, in the table it is unusable.
    3) I don't say it is on every table and every click. I cannot tell you how often is it because I am not using the new version. I am quite sure this is dependent on the connection speed maybe connectin quality. The difference between previous version is that in the previous version, refresh always worked. This particular issue cannot be solved by testing and searching for some rule when it happens. You must check the code and see when you display it!
    4) My screen resolution is 1920x1200, but that is only because I have an external monitor connected to my laptop. My laptop resolution is only 1366x768. Switch to this resolution and open the View menu.
    New worksheet - yes, this is exactly what I mean. I have planty of connections, for sure over 100 - but this is irelevant. Whenever you do a menu which can grow, you need to do it scrollable!!!
    I am not sure what you mean by Flyout menus, but I am scared only to hear about it

    Screen resolution, no scrolling on menus - that's a bug. Severity 2, a bad one, as you have noticed, and we'll try to make sure it's addressed for version 4.0.
    The other issue isn't as straightforward as you insinuate. I know you don't care about the particulars or why you might see this issue, so I won't bore you. But, we are aware that this is still coming up more frequently that it should, and we're on a big bug hunt to eradicate the behavior completely. It's not a simple thing, so it will more likely be incremental improvements. That being said, we are seeing it MUCH less than in previous versions of the tool.

  • Applying an Effect to Multiple Clips

    While I have such a helpful person's attention, can you tell me how to apply white balance and other settings (from the Fast Color Corrector) from one to many clips?
    Thanks.

    In CS6, you can also (and possibly preferably) create an adjustment layer, place it over the clips you want the effect on, and than apply the effect to the AL.  This way all clips underneath will get the effect, and you can make changes to just one instance of that effect.

  • Files get open with single click sometimes

    I recently started having this problem. When I browse through different image/video files, some of the files get open with one click only. This is really very annoying. I am event thinking to migrate back to Windows because of this problem.
    How to reproduce the issue:
    -> Open a folder that contains many images/video files
    -> Click on anyone of them to select it
    -> Now click outside the window. So, the finder goes out of the focus (but should stay visible)
    -> Now, inside finder click any other image/video just once, it will open up automatically with just single click

    If you have access to a mouse, try using it. If everything is okay using the mouse, then it is likely trackpad related. Other troubleshooting.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode.  Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application unistaller. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

  • Can't mount LUKS on RAID with single click

    Hello
    I use KDE and I want to create encrypted volume on software raid 1, which I could mount from time to time as simple as just with one click in dolphin +  entering the password.
    I tried with single drive, and It works. I mean I click on drive then I'm asked about password and I can see another unencrypted volume.
    When it comes to RAID ... I'm asked about password, but unencrypted volume doesn't appear (can't see any error on bottom bar because of window refresh). Mapper device is created under /dev/mapper/luks_crypto_.... which I can mount manually.
    Anybody have experience with such configuration ? Any ideas what's wrong ? Where to start ?
    Any help would be greatly appreciated.
    Kind Regards,
    osazon

    Viper_Scull wrote:
    In Thunar Preferences -Advanced. Do you have enable volume management checked?
    If so, configure it, and mark the two first options in Removable storage.
    Didn't work. I still get Not Authorized message. Also I logged out and in.
    And here is the everything.log about USB drive connecting:
    Jul 21 09:23:33 lynx kernel: [ 2239.496516] usb 2-1: new high speed USB device number 6 using ehci_hcd
    Jul 21 09:23:33 lynx mtp-probe: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1"
    Jul 21 09:23:33 lynx kernel: [ 2239.624659] scsi8 : usb-storage 2-1:1.0
    Jul 21 09:23:33 lynx mtp-probe: bus: 2, device: 6 was not an MTP device
    Jul 21 09:23:34 lynx kernel: [ 2241.054851] scsi 8:0:0:0: Direct-Access     takeMS   Mem-drive EasyII 1100 PQ: 0 ANSI: 0 CCS
    Jul 21 09:23:34 lynx kernel: [ 2241.055144] sd 8:0:0:0: Attached scsi generic sg2 type 0
    Jul 21 09:23:34 lynx kernel: [ 2241.057409] sd 8:0:0:0: [sdb] 8028160 512-byte logical blocks: (4.11 GB/3.82 GiB)
    Jul 21 09:23:34 lynx kernel: [ 2241.058419] sd 8:0:0:0: [sdb] Write Protect is off
    Jul 21 09:23:34 lynx kernel: [ 2241.058423] sd 8:0:0:0: [sdb] Mode Sense: 43 00 00 00
    Jul 21 09:23:34 lynx kernel: [ 2241.058425] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    Jul 21 09:23:34 lynx kernel: [ 2241.061294] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    Jul 21 09:23:34 lynx kernel: [ 2241.062306]  sdb: sdb1
    Jul 21 09:23:34 lynx kernel: [ 2241.063904] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    Jul 21 09:23:34 lynx kernel: [ 2241.063909] sd 8:0:0:0: [sdb] Attached SCSI removable disk
    Last edited by freyr (2011-07-21 07:28:57)

  • MacBook Pro 2012 hinge problem with single click sound when i open it

    when i go to sleep and shut my macbook off and close the screen next morning i open my screen and i hear a single click noise??
    im paranoid ita a brand new macbook its not a hard drive fail it just a single click sound when i open it to turn on
    and heres a video of the hinge is this is whats causing the single click sound? http://www.youtube.com/watch?v=wEUt2p783nA

    I have this problem too with my Mid-2012 MBP non-retina. The screen would click once, after being left for a long time, and would be fine after that, until you close it and re-open it again after a long time. It is especially loud in the morning so I think it is temperature dependent. Happened about 3 months after buying. I took it to Apple. First time they replaced the entire screen. They had to since that is the only way to replace the hinge. When I got it back, the screen still clicks. Took it back to Apple again. Second time they just tightened the screws securing the display with the unibody. When I got it back the second time, the screen still clicks. Took it back to Apple again. The third time they replaced the entire screen AGAIN! When I got it back, the problem was fixed for 2 days, then the screen started clicking again so I'm back to square one. I'm wondering whether I should take it to Apple the forth time, but then again, they've already replaced the screen twice which didn't work so I'm not sure what more they can do. It's either this is normal, which implies the screen hinge is really badly designed or the clicking has nothing to do with the screen at all.

  • How to generate random objects with a click?

    Hi Guys,
    I am new to the forum so hello to you all!
    I start here with a question that doesn't leave me sleeping during the night.
    I am working on a interactive slideshow.
    That's all right, ultil now.
    Now things becomes blurry for me.
    In every page I would like to add a little animal in the lower right angle of the screen so, when u click on this animal, a baloon appears with a wroten sentence inside it.
    But, I wanto to make the sentences inside the baloon RANDOMLY different every time u click on the animal (using a selection, for example, of 30 sentences at all), but I don't really know what I have to do in order to realize my idea.
    I am not interested to create a preset cycle of sentences, but a random behavior with a click.
    any suggestion please?
    Thaks a lot and best regards!
    Theus

    As I imagined,
    I got some problems to do do that because I am new to the director use. So I can't made it working, if u cant be a little patient with me please, that's will be good!
    What I need is a more "steb by step" help if is not boring for you.
    I go to insert>control>field in order to create a field and then, after double ciking the field, I type four example sentences into the text editor that apperars, right?
    How I have to write the sentences inside the text editor in order to subdivide the text into first sentence, second sentences and so on? There is a special syntax to follow?
    I wrote these exaple sentences:
    "Triangle" "Square" "Circle" "Cube"..... As u see, I am not sure where and how I have to put the sentences in order to select them randomy
    About handlers.
    What I have to do to create an event handler?
    I created a button then i rename it ChooseRandomSentence but now I don't know what I need to do to proceed.
    Here have I to write this script?
    On ChooseRandomSentence
      global gSentenceList, gPreviousNR
      x = gSentenceList.count -- X = count sentences
      y =  random(x) -- Picks a random number from X
      repeat While y  =  gPreviousNR then -- check if number is used previous time player clicked button
          y =  random(x)
       end repeat
      put gSentenceList[y] into field "ShowSentence"  -- Shows random sentence in a field
      put y into gPreviousNR -- add number to next check
    end
    and this?
    on MouseUP
    ChooseRandomSentence
    end
    Some other questions:
    -What about letters X and Y into the exaples scripts u wrote? If I have 4 sentences, which numbers I need to use to replace X and Y?
    -I need to change sentences with  mouse clicking, and not simply moving the mouse over the sprite or the button, is MouseUP command a script about clicking or about moving over?
    As u see I am a very very beginner but I really want to learn, so hope I don't boring u with all those questions.
    Thanks again a lot
    and, If u came in Italy, there is a beer for you! cheers!!!
    Theus

Maybe you are looking for

  • MBP and photoshop CS2

    I am an artist and I do prints of my work. I just bought a new MBP. I have to use photoshop CS3... I have the upgrade from CS2... NOW, all of a sudden, Adobe and Apple apparently aren't talking. CS2 cannot be loaded onto this computer, won't work....

  • Generation PDF Report with Graph 6i

    Hello all of u, I have a problem to Generate 6i report with pie Graph in PDF format ,, Report run well and at the bottom show the pie graph with different color But when I Generate a PDF file, graph did not show and only back circle show What is the

  • JBOSS - ORACLE

    HI, I have a problem setting up oracle pool for Jboss. The following is the thing that i have done: 1. Copy the "classes12.jar" from "oracle/ora90/jdbc/lib" to the "jboss/server/default/lib" catalog. (the Oracle JDBC driver) 2. Copy the "nls_charset1

  • Albums are empty...

    hi, really stuck on this one. my albums are empty!!! am moving an iphoto 4 library from one machine to another (running 10.4 and iphoto 5). i have literally replaced the new iphoto library with the old one. after rebuilding iphoto (command+option on

  • No longer audio on .avi files when attempting to use Elements 9

    I have compiled 20 years of videos from family videos and converted them to .avi files.  I now want to edit these files into other smaller videos to give to my children.  I have Premiere Elements 9.  When I get one of these files using PE9 there is n