Complete Noob Desperate for Help!

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
eferhilda
Posts: 3
Joined: Tue Jan 16, 2018 7:00 pm

Complete Noob Desperate for Help!

Post by eferhilda »

I am learning to use livecode slowly while in my master's course. I was an English major and want to combine my love of gaming with my love of writing. So far, I was having a pretty good time of it, but now I am like stalling out hard and I need some help.

Is anyone familiar with the Rocket Joy Ride assignment/application that is given out to students learning to use Livecode?

If so, are there some specific resources or tutorial videos that anyone could link to me so that I can conquer it? I am behind in work and just barely scrapping by at this point so any help would be greatly appreciated. Thank you so much in advance.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Complete Noob Desperate for Help!

Post by Klaus »

Hi eferhilda,

1. welcome to the forum! :D

2. Here some lessons from the mothership:
http://lessons.livecode.com

3. And here some very good stacks for the basics of Livecode:
http://www.hyperactivesw.com/revscriptc ... ences.html

Best

Klaus
eferhilda
Posts: 3
Joined: Tue Jan 16, 2018 7:00 pm

Re: Complete Noob Desperate for Help!

Post by eferhilda »

Thank you very much. I will look at those later tonight.

Do you know where I can get some help with the Collision code? And Object collision detection?
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2734
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Complete Noob Desperate for Help!

Post by jmburnod »

Hi,
where I can get some help with the Collision code? And Object collision detection?
have a look to "intersect" function in LC dictionary should be useful
Best regards
Jean-Marc
https://alternatic.ch
AndyP
Posts: 634
Joined: Wed Aug 27, 2008 12:57 pm
Contact:

Re: Complete Noob Desperate for Help!

Post by AndyP »

For game related code and ideas this is a great resource.

https://sites.google.com/a/pgcps.org/li ... rogramming
Andy .... LC CLASSIC ROCKS!
eferhilda
Posts: 3
Joined: Tue Jan 16, 2018 7:00 pm

Re: Complete Noob Desperate for Help!

Post by eferhilda »

AndyP wrote: Wed Jan 17, 2018 8:22 am For game related code and ideas this is a great resource.

https://sites.google.com/a/pgcps.org/li ... rogramming
Thank you so much!

Also, when I am adding in code does it matter where I put the code? Or does it not matter?
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Complete Noob Desperate for Help!

Post by Klaus »

Hi eferhilda,

it REALLY DOES matter!

Please read this article to get some more detailed info about the "message hierarchy" in Livecode:
http://www.fourthworld.com/embassy/arti ... _path.html

Best

Klaus
Post Reply