Search found 28 matches

by paulgabel
Sat Feb 02, 2013 6:01 pm
Forum: Games
Topic: Flipping solitaire cards with core images
Replies: 2
Views: 4986

Re: Flipping solitaire cards with core images

Hi Paul, put image "card2" into image "card1" this replaces image "card1" with image "card2". I don't think it is what you want. first hide image "card1", at the location of image "card1" is image "card2". then issue your show image... command. I append a little stack that shows it. visualEffects.l...
by paulgabel
Fri Feb 01, 2013 11:36 pm
Forum: Games
Topic: Flipping solitaire cards with core images
Replies: 2
Views: 4986

Flipping solitaire cards with core images

Hi: I am trying to flip cards in my solitaire game using core images. on mouseUp lock screen put image "card2" into image "card1" unlock screen with visual effect CIPageCurlTransition slow with angle 0.3 and backsideImage id 15444 and extent (0,0,400,300) and radius 200.00 and shadingImage id 15449 ...
by paulgabel
Mon Jul 14, 2008 6:10 am
Forum: Animation Engine
Topic: How to control sequence of showing images and moving them?
Replies: 4
Views: 5809

Thanks

Thanks Bjornke. With your tip, I figured it out. Still a long way to go though.
by paulgabel
Sun Jul 13, 2008 5:00 am
Forum: Animation Engine
Topic: How to control sequence of showing images and moving them?
Replies: 4
Views: 5809

How to control sequence of showing images and moving them?

on mouseUp start using stack "animationengine" aeSetFrameRate 50 -- stop all moving done by aeMoveTo aeStopMoving "all" -- make sure moves are unlocked aeUnlockMoves ----- set the loc of image "E Big" to 885,535 show image "E Big" wait 20 ticks aeMoveTo the long id of image "E Big",150,150,1000,"ov...
by paulgabel
Thu Aug 30, 2007 12:07 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: White card/window update problem
Replies: 3
Views: 3697

White card/window update problem

I'M VERY EXCITED. RIGHT AFTER THE LAST POST, I TRIED AGAIN, THIS TIME USING "5 MILLISECS" INSTEAD OF "0 MILLISECS." NOW IT WORKS BEAUTIFULLY. YOU WERE RIGHT WHEN YOU SAID "YOU MAY NEED TO EXPERMENT A LITTLE MORE." THANK YOU VERY MUCH. :D
by paulgabel
Wed Aug 29, 2007 11:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: White card/window update problem
Replies: 3
Views: 3697

White card/window update problem

I really appreciate your effort to solve my problem, but when I implemented your suggestion I got the same behavior that I had before — white screen for about 1 second, then correct card of other stack shows after the two-stack movement has (presumably) occurred. I put the "foo2" handler in the Qu...
by paulgabel
Wed Aug 29, 2007 9:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: White card/window update problem
Replies: 3
Views: 3697

White card/window update problem

A script in a card in one stack (SuperExam) is supposed to take me to a particular card in another stack (Questions) and then move the stack (Questions) and another stack (Examinee Controls). What happens is that I get a white screen/blank card, then after a second or so, when the new card is drawn ...
by paulgabel
Sun Jul 22, 2007 8:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: little arrows scrollbars?
Replies: 2
Views: 4077

Thank you

Thanks, Klaus. Once again you've bailed me out (American colloquialism). I had tried these handlers, but I was putting the add and subtract in the wrong places. :D
by paulgabel
Sun Jul 22, 2007 12:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: little arrows scrollbars?
Replies: 2
Views: 4077

little arrows scrollbars?

I can't get the Little Arrows to work properly. I've read several articles by other frustrated little arrow users, but I can't find anything that helps. The docs have not been updated to specificly deal with them. Could somebody reply with an actual little arrows script that will increase or decreas...
by paulgabel
Tue Jul 17, 2007 5:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Message Box as a substack of my mainstack???
Replies: 2
Views: 3840

Thanks

Thanks xApple. I was afraid that if I deleted the stack "Message Box" I wouldn't have one anymore. But I followed your advice and everything turned out just fine. :D
by paulgabel
Mon Jul 16, 2007 5:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat loops won't work anymore
Replies: 4
Views: 4599

Thanks

Thanks Kai. I followed your advice to uninstall and reinstall. This seems to have solved the problem, though I have other weirdnesses that didn't get fixed. :D
by paulgabel
Mon Jul 16, 2007 5:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Message Box as a substack of my mainstack???
Replies: 2
Views: 3840

Message Box as a substack of my mainstack???

Rev Studio 2.8.1 Mac OS X 10.4.10 iMac Intel I had a mainstack with 5 substacks. I decided to make a new mainstack, so I created it then copied the original substacks to the new mainstack using: set the mainstack of stack "substack" to "mainstack" Also, I cloned my original mainstack and put the clo...
by paulgabel
Sun Jul 15, 2007 10:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hiliting tab panel tabs on open card
Replies: 3
Views: 4372

Thanks

Thanks Klaus! This works fine. It wasn't at all intuitive (to me). :P
by paulgabel
Sun Jul 15, 2007 9:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hiliting tab panel tabs on open card
Replies: 3
Views: 4372

Hiliting tab panel tabs on open card

Rev Studio 2.8.1 Mac OS X 10.4.10 iMac Intel I have a tab panel with six tabs. They all work fine when I click on a tab, but when I go (from outside the tabbed cards) to one of the cards that use this tab panel group background I want the corresponding tab to hilite (turn blue) so the user knows whe...
by paulgabel
Sun Jul 15, 2007 12:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat loops won't work anymore
Replies: 4
Views: 4599

Thank Kai: Is it the stack that might be corrupted, or Revolution itself, or a corrupted Revolution corrupting a stack? I don't suppose Revolution has an uninstaller.

Go to advanced search