Search found 8 matches

by apprentice12
Sat Apr 26, 2014 3:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Help with ebook chapter 1 playing the video.
Replies: 7
Views: 6235

Help with ebook chapter 1 playing the video.

So i have been trying to play the video. Following the instructions

on openCard
play videoClip (specialfolderpath("desktop")&"/ebook/Video/Intro.mp4")
end openCard

on playStopped
go to the next card
end playStopped


(I've only changed the folder name on my desktop from Bitterrevenge to ebook ...
by apprentice12
Wed Apr 16, 2014 2:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Question about item 1 and item 2 on accelerometer
Replies: 2
Views: 2262

Question about item 1 and item 2 on accelerometer

Hi all.
So i was watching the video lesson on how to use the accelerometer.
I can't understand what the item 1 and item 2 of the Loc is.

add (pX * kSensitivity) to item 1 of theLoc
subtract (pY * kSensitivity) from item 2 of theLoc

if item 1 of theLoc < 0 then put 0 into item 1 of theLoc
if item 1 ...
by apprentice12
Fri Apr 11, 2014 9:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sheep herder game Cant grab sheep.
Replies: 3
Views: 3586

Re: sheep herder game Cant grab sheep.

Hi Michael.

Thank you very much for your reply.


Unfortunately the problem remains and yes i have declared the local sImAsheep in the top.

Maybe there is a bug on the version that i am using.

Have you uploaded your stack somewhere so i can download it ?

Thanks
by apprentice12
Thu Apr 10, 2014 2:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sheep herder game Cant grab sheep.
Replies: 3
Views: 3586

sheep herder game Cant grab sheep.

Dear community.

I have been studying the lessons from the academy courses but i am getting stuck .

Here is the code that i got from the lessons. Can you tell me what is wrong ?

Local sImASheep


on mouseDown
if the cIsSheep of the target is true then
put true into sImASheep
end if
end ...
by apprentice12
Fri Mar 28, 2014 3:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: code for scaling screen problem
Replies: 5
Views: 3924

Re: code for scaling screen problem

Hi ! Yes you were right.
The version that my app was build on was on 6.1.3 although i have updated to 6.6 version.

I thought that my app was also updated automatically .

Can i migrate it somehow to 6.6 ?

Opening it with 6.6 version and saving it doesn't help. It says 6.1.3 version again.
by apprentice12
Fri Mar 28, 2014 3:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: code for scaling screen problem
Replies: 5
Views: 3924

Re: code for scaling screen problem

LiveCode Community 6.6 and windows 8.1
by apprentice12
Fri Mar 28, 2014 3:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: code for scaling screen problem
Replies: 5
Views: 3924

code for scaling screen problem

Hi all,
As you can see i have tried to copy and paste the following code

on preOpenStack
if the environment is "mobile" then
set the fullscreenmode of me to "exactFit"
end if
end preOpenStack

The problem is that the livecode doesn't mark fullscreenmode in blue colors as it should be and auto ...