Search found 20 matches
- Wed Feb 12, 2014 9:54 am
- Forum: Games
- Topic: object collision
- Replies: 5
- Views: 7172
Re: object collision
thanks and its there possible way to add pipes objects over time or by score ? you know increasing difficulty thanks
- Tue Feb 11, 2014 4:54 pm
- Forum: Games
- Topic: object collision
- Replies: 5
- Views: 7172
Re: object collision
oh god im stupid thanks
one more question if i can how can i add score when object go over another object ?
one more question if i can how can i add score when object go over another object ?
- Tue Feb 11, 2014 4:36 pm
- Forum: Games
- Topic: object collision
- Replies: 5
- Views: 7172
object collision
Hi guys im making little fake app of Fluffy bird :D :D :D for fun but if bird touch the pipe it doesnt do anything my code
if intersect( button "Box" , image "pipe1" ) then
answer "You Are DEAD"
end if
and for moving
set the left of the image "pipe1" to the left of the image "pipe1" - 4
if ...
if intersect( button "Box" , image "pipe1" ) then
answer "You Are DEAD"
end if
and for moving
set the left of the image "pipe1" to the left of the image "pipe1" - 4
if ...
- Thu Feb 06, 2014 7:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Inner glow on button
- Replies: 8
- Views: 6207
Re: Inner glow on button
lol i get it for free
- Thu Feb 06, 2014 7:28 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Inner glow on button
- Replies: 8
- Views: 6207
Re: Inner glow on button
i was following this tutorial http://livecode.com/academy/livecode-bu ... cademy/25/
- Thu Feb 06, 2014 7:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Inner glow on button
- Replies: 8
- Views: 6207
- Thu Feb 06, 2014 6:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Inner glow on button
- Replies: 8
- Views: 6207
Inner glow on button
Hi i have problem with graphic effect inner glow on button i want it make highlithed with blend mode color doge. But there is no difference between normal and color dodge
- Fri Jan 24, 2014 1:48 pm
- Forum: Databases
- Topic: mysql command dont retrive data
- Replies: 2
- Views: 3798
Re: mysql command dont retrive data
sorry for your time its working now
- Thu Jan 23, 2014 10:13 pm
- Forum: Databases
- Topic: mysql command dont retrive data
- Replies: 2
- Views: 3798
mysql command dont retrive data
Hello guys
Im making little app just for fun about choosing movie by selecting genre actors ...
my code looks like
on mouseUp
global gConnectionID
put "johnny.heliohost.org" into tDatabaseAddress
put "s" into tDatabaseName
put "name" into tDatabaseUser
put "pass" into ...
Im making little app just for fun about choosing movie by selecting genre actors ...
my code looks like
on mouseUp
global gConnectionID
put "johnny.heliohost.org" into tDatabaseAddress
put "s" into tDatabaseName
put "name" into tDatabaseUser
put "pass" into ...
- Wed Nov 27, 2013 8:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Custom fonts in android app
- Replies: 2
- Views: 3731
Re: Custom fonts in android app
thanks. fck minimum 10 characters 
- Mon Nov 25, 2013 5:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Custom fonts in android app
- Replies: 2
- Views: 3731
Custom fonts in android app
Hello i would like to add some custom fonts to my app. In my mobile show only default font after i added another thanks
- Sun Oct 20, 2013 1:53 pm
- Forum: Databases
- Topic: Filtrating data from db in livecode
- Replies: 7
- Views: 7170
Re: Filtrating data from db in livecode
i have idea
its there a way how to move data from datagrid to another datagrid on another card i have it grouped but its not working. there will be data grid on every card (invisible) and it will filtrate by movies by choosing categories and stuff and at the end it will show only that movies what ...
its there a way how to move data from datagrid to another datagrid on another card i have it grouped but its not working. there will be data grid on every card (invisible) and it will filtrate by movies by choosing categories and stuff and at the end it will show only that movies what ...
- Sun Oct 20, 2013 10:24 am
- Forum: Databases
- Topic: Filtrating data from db in livecode
- Replies: 7
- Views: 7170
Re: Filtrating data from db in livecode
i want make fuction called ,,movie picker"
there people will choose http://bayimg.com/JAbHCAAFc http://bayimg.com/jaBHFaAfC you know ? and it will show them movies by choosing parameters of the movie
http://bayimg.com/jabhGAaFC
- Sat Oct 19, 2013 11:03 pm
- Forum: Databases
- Topic: Filtrating data from db in livecode
- Replies: 7
- Views: 7170
Re: Filtrating data from db in livecode
i created this http://bayimg.com/labNDaaFb which is working i just need somehow connect buttons to it that will print out movies you know ?
- Sat Oct 19, 2013 6:45 pm
- Forum: Databases
- Topic: Filtrating data from db in livecode
- Replies: 7
- Views: 7170
Filtrating data from db in livecode
Hi im creating app with movie mysql database and i need somehow filtrate movies etc when someone choose Drama 90> with Morgan Freeman it will show that movies.I know how to connect to mysql with livecode retrive data and stuff but really dont know how to make it work
Thanks
Thanks