Search found 13 matches

by et_phone_home
Mon Jul 11, 2011 8:37 pm
Forum: Feature Proposals
Topic: Is the user dictionary available in pdf?
Replies: 20
Views: 99802

Re: Is the user dictionary available in pdf?

I've converted it for me a few days ago... if you wanna i can upload it for you...
by et_phone_home
Fri Jul 08, 2011 12:43 am
Forum: Feature Proposals
Topic: Livecode is getting behind competition...
Replies: 20
Views: 14056

Re: Livecode is getting behind competition...

Livecode is great and i don't even tested Corona because there is no IDE. livecode is the first language that i really tried to learn the others just to look at the syntax i gave up in the minute. I just think Livecode has to get a little step ahead for the game production and you can check the game...
by et_phone_home
Thu Jul 07, 2011 5:48 pm
Forum: Feature Proposals
Topic: Livecode is getting behind competition...
Replies: 20
Views: 14056

Livecode is getting behind competition...

As stated in the internet: "Weighing the Pros and Cons re #LiveCode and #Corona SDK for quick iPhone app development. Corona great for games, LiveCode for other apps. – by StewartLynch (StewartLynch)" I totally agree. I think livecode is the best language that I’ve met, easy, interesting and powerfu...
by et_phone_home
Mon Jun 27, 2011 3:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: After testing the app, should i always revert to last save?
Replies: 3
Views: 3448

After testing the app, should i always revert to last save?

Hi I don't understand one little thing. Ok, its cool that you can test the app without having to compile it, but if you test the app the objects can be all messed up on content and position. How can i go back the app to the way it was before tested? Let me exemplify: Imagine I'm creating a Snooker g...
by et_phone_home
Mon Jun 27, 2011 3:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: When to use a card, a Main stack or sub-stack in a IOS?
Replies: 2
Views: 2838

When to use a card, a Main stack or sub-stack in a IOS?

I'm creating a game for the Iphone. When should i use a main stack or use a sub-stack or a card? Should i create the new levels in a card, use a sub-stack or use a main stack for each new screen, including scores, opening screen... Can someone tell me the structure for a game, like The main screen, ...
by et_phone_home
Sat Jun 25, 2011 3:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Does visul effects work on IOS only on stack?
Replies: 3
Views: 3036

Does visul effects work on IOS only on stack?

I'm trying to put some visual effects when an image appears. It works well on the run, but when i compile it and test it with the iphone emulator the visual effect doesn't work... on aparecerpedacos repeat with c=1 to 9 set the loc of image ("pedaco" & c) to (left of image ("pedaco" & c)+(width of i...
by et_phone_home
Sat Jun 25, 2011 2:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: my images always have black border. I want white...
Replies: 2
Views: 2370

my images always have black border. I want white...

I've tried to change the fourth color to white or use set the bordercolor of image "xxxx" to "white" and the border keeps white...

Do we have a bug here?
by et_phone_home
Wed Jun 08, 2011 11:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Import snapshot and use as icon of button
Replies: 1
Views: 2220

Import snapshot and use as icon of button

HI

How can i copy a potion of an image and set that copy as the icon of a button?

I'm starting using Livecode:(

I use "import snapshot from rectangle 0,0,50,50 of image ID 1500" and i get a 50x50 image in the center of the screen. How can i set that image as an icon of a button?

THX