Hello :D I was searching for how to make a local notification. I found this code in the lessons :D on mouseUp local tCurrentTime, tNotificationTime, tAlertBody, tAlertButton, tAlertMessage, tSound put the seconds into tCurrentTime put field "alertbody" into tAlertBody put field "alertbutton" into tA...
Hello :) This is the code of side scrolling, when I run it on the mobile devices it's moving not smoothly :( on updateScreen if sGameRunning then playRocket set the left of img "bg1" to (the left of img "bg1" - 25) set the left of img "bg2" to (the left of img "bg2" - 25) set the left of img "bg4" t...
Hello :) I have now an object and a line to move the object on, and I added a button when I click on it the object move on the line,,I want to remove the button and use swiping, when i swipe up the object move on line1 , when I swipe down the object move on line2, when I swipe left the object move o...