Hi Glyphs,
could you please post the relevant part(s) of the code?
Here is the code of the Pinchlesson.rev stack. You can download the stack in the How do I implement a multi-touch pinch motion? lesson page in the RunRev website (I would have posted the link, but it seems I don't have permission ...
Search found 7 matches
- Sat Mar 05, 2011 3:02 pm
- Forum: iOS Deployment
- Topic: Resizing an image with min and max limits
- Replies: 2
- Views: 3874
- Fri Mar 04, 2011 11:53 pm
- Forum: iOS Deployment
- Topic: Resizing an image with min and max limits
- Replies: 2
- Views: 3874
Resizing an image with min and max limits
Hi all,
I have created an app with multi-touch resizing of images using the "How do I implement a multi-touch pinch motion?" lesson, but I can't seem to set limits to the resizing. What lines could I add to the code of the sample stack from this lesson to have a min size and and a max size for my ...
I have created an app with multi-touch resizing of images using the "How do I implement a multi-touch pinch motion?" lesson, but I can't seem to set limits to the resizing. What lines could I add to the code of the sample stack from this lesson to have a min size and and a max size for my ...
- Tue Mar 01, 2011 11:27 pm
- Forum: iOS Deployment
- Topic: Zooming with a pinch motion
- Replies: 0
- Views: 2344
Zooming with a pinch motion
Hi all,
I have created a stack allowing the user to zoom on an image, and it was actually easy with the "How do I implement a multi-touch pinch motion?" lesson. Now, I need my images to have a min size of 320*480 when zoomed in, and a max size when zoomed out. Does someone know how I could ...
I have created a stack allowing the user to zoom on an image, and it was actually easy with the "How do I implement a multi-touch pinch motion?" lesson. Now, I need my images to have a min size of 320*480 when zoomed in, and a max size when zoomed out. Does someone know how I could ...
- Mon Feb 28, 2011 10:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Timing visual effects
- Replies: 3
- Views: 3784
Re: Timing visual effects
Hi Glyphs,
you CAN control visual effects, but this is a tad semantically challenging :D
Set "the effectrate" to any amount of milliseconds to control the speed of
the "very slow" visual effect! Well... :D :D :D
Example for a 500 millisecond transistion:
...
set the effectrate to 500
visual ...
you CAN control visual effects, but this is a tad semantically challenging :D
Set "the effectrate" to any amount of milliseconds to control the speed of
the "very slow" visual effect! Well... :D :D :D
Example for a 500 millisecond transistion:
...
set the effectrate to 500
visual ...
- Sat Feb 26, 2011 6:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Timing visual effects
- Replies: 3
- Views: 3784
Timing visual effects
Hi,
Me again. Still a beginner and still trying to create my eComic with Livecode. Now, I have questions about visual effects. I am looking for an effect as close as possible to the turning of a page, and the wipe right/wipe left effects seem fine. I am planning to deploy the app in as many mobile ...
Me again. Still a beginner and still trying to create my eComic with Livecode. Now, I have questions about visual effects. I am looking for an effect as close as possible to the turning of a page, and the wipe right/wipe left effects seem fine. I am planning to deploy the app in as many mobile ...
- Sat Feb 26, 2011 6:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Renaming a batch of cards
- Replies: 4
- Views: 4362
Re: Renaming a batch of cards
Thanks Dixie and Jean-Marc:) So, the only way to do this is by programming? No simple button in the interface to just display each card one by one or as a list, and rename all the cards by batch or individually without entering any line of code ? Maybe I should add this as a suggestion to RunRev...
- Sat Feb 26, 2011 1:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Renaming a batch of cards
- Replies: 4
- Views: 4362
Renaming a batch of cards
Hi,
I am a complete beginner and am trying to create an ebook with Livecode. It looks simple enough (at least for now...) but I need a quick way to rename all the cards already created into Page 1, Page 2, etc. For now, the only thing I can do is click a card window, then click the Object>Card ...
I am a complete beginner and am trying to create an ebook with Livecode. It looks simple enough (at least for now...) but I need a quick way to rename all the cards already created into Page 1, Page 2, etc. For now, the only thing I can do is click a card window, then click the Object>Card ...