Search found 5 matches

by rafakol
Fri May 21, 2010 6:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set objects visible after 'X' seconds while player's playing
Replies: 8
Views: 7287

Re: Set objects visible after 'X' seconds while player's playing

Hi Bernd,

Sorry for keep your time, the playstopped message is awesome, wow!!! now I can make all I wanted without thousands of functions and callbacks!!!!

What I can't do is to choose the video from other card. I explain it. I got 2 cards, HOME and VIDEOS, in HOME I've got 26 buttons so when I ...
by rafakol
Fri May 21, 2010 5:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set objects visible after 'X' seconds while player's playing
Replies: 8
Views: 7287

Re: Set objects visible after 'X' seconds while player's playing

Yes Bernd...

I'm getting it but slowy but hopefully I start working better with it but simply things are so complicated because in java or c are more difficult, for example I've been more then an hour trying to change the value of a global..... but anyway...

I've done all of this and now my ...
by rafakol
Thu May 20, 2010 11:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set objects visible after 'X' seconds while player's playing
Replies: 8
Views: 7287

Re: Set objects visible after 'X' seconds while player's playing

Hello again,

I've found the solution so I answerd to myself and to users with the same problem.

The problem I have it was I didn't put the code of the functions (or messages) in the player. So the messages you want to make after X seconds go to the player script, and the callbacks in the opencard ...
by rafakol
Thu May 20, 2010 10:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set objects visible after 'X' seconds while player's playing
Replies: 8
Views: 7287

Re: Set objects visible after 'X' seconds while player's playing

Hello Bernd,

And very thank you! It is a really good explication!!!! I understood everything about the timescale, duration and callbacks!!

Anyway I still having problems, I think I'm doing it right but I guess not becuse it doesn't work, so....

The code I wrote into my card is as follow:

on ...
by rafakol
Thu May 20, 2010 6:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set objects visible after 'X' seconds while player's playing
Replies: 8
Views: 7287

Set objects visible after 'X' seconds while player's playing

Hello guys,

I'm new on this and I'm making my first 'not-easy' application so before of all thank you everyone in this community.

What I want to do is to easy to explain. I push a button so a new card with a player and some buttons appears. The player starts but the buttons are no-visible. So ...