I want to be a flasher.

-=>JB<=- sundown at pacifier.com
Thu May 17 08:03:23 EDT 2012


LiveCode supports the HyperCard 1.x XCMD model (which means that most XCMDs and XFCNs
that don’t display a window will work in LiveCode without modification)

If I remember correctly there was a Flash XCMD for hyperCard and the original Flash used may
have been an XCMD.  These did not call a window so why won't it work in LiveCode?

-=>JB<=-


On May 16, 2012, at 10:53 PM, Scott Rossi wrote:

> This seems to get pretty close, (but I ran into some intermittent [what seem
> to be] card caching issues):
> 
> command flashThisCard
>   put the effectRate into ER
>   set the effectRate to 750
>   if version() < 5 then
>      lock screen
>   else do "lock screen for visual effect"
>   unlock screen with visual effect dissolve very fast to inverse
>   go this cd
>   set the effectRate to ER
> end flashThisCard
> 
> FWIW.
> 
> 
> Regards,
> 
> Scott Rossi
> Creative Director
> Tactile Media, UX Design
> 
> 
> 
> Recently, Richmond wrote:
> 
>> On 05/17/2012 02:30 AM, Kay C Lan wrote:
>>> Not too far off:
>>> 
>>> on mouseUp
>>>   visual dissolve very fast inverse
>>>   --go to required card/stack
>>> 
>>> end mouseUp
>>> 
>>> It's all in the Dictionary. This is only for the card/stack in question,
>>> not the entire screen.
>> 
>> That is all very well and good; but I am looking for a flash when I stay
>> on the same card.
>> 
>> I suppose I could do this; going to another card, and then come back to
>> my starting card very quickly. But that is hardly satisfactory.
>> 
>>> HTH
>>> 
>>> On Thu, May 17, 2012 at 2:20 AM, Richmond <richmondmathewson at gmail.com>wrote:
>>> 
>>>> [Well, I guess it happens to all men at a certain age]
>>>> 
>>>> I don't know about the above, but I am beginning to think there is
>>>> something wrong
>>>> with my memory.
>>>> 
>>>> I swear there was a "flash" command in RunRev/Livecode which would flash
>>>> the screen.
>>>> 
>>>> However, having looked back at RunRev 2.2.1 I think I am wrong.
>>>> 
>>>> SO . . . does anybody know how to do this sort of thing:
>>>> 
>>>> on mouseUp
>>>>  invert screen colours, and/or flash the screen rapidly
>>>> end mouseUp
>>>> 
>>>> ?
>>>> 
>>>> Richmond.
>>>> 
>>>> ______________________________**_________________
>>>> use-livecode mailing list
>>>> use-livecode at lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your
>>>> subscription preferences:
>>>> http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.
>>>> com/mailman/listinfo/use-livecode>
>>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your subscription
>>> preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list