Search found 20 matches

by totalnoob
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
by totalnoob
Tue Feb 11, 2014 4:54 pm
Forum: Games
Topic: object collision
Replies: 5
Views: 7172

Re: object collision

oh god im stupid thanks :D
one more question if i can how can i add score when object go over another object ?
by totalnoob
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 ...
by totalnoob
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
by totalnoob
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
by totalnoob
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
by totalnoob
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 ...
by totalnoob
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 :D
by totalnoob
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
by totalnoob
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 ...
by totalnoob
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" :D 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 :D http://bayimg.com/jabhGAaFC
by totalnoob
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 ?
by totalnoob
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