Search found 1 match

by surfer
Wed Jun 12, 2013 10:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Video 1. Game Loops - Problem with Code
Replies: 3
Views: 3719

Video 1. Game Loops - Problem with Code

Hi,

i´m totally new in programming and bought above mentioned course.
I have a problem with this code segment right at the start of the session:

on arrowKey pKey

if pKey is "up" then
set the top of graphic "mygraphic" to the top of graphic "mygraphic" -10
end if

end arrowKey

This error ...