31
Lua / Re: what should l do if l want two speed? it doesn't work
« on: July 10, 2011, 06:56:32 am »
Got it !
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 31
Lua / Re: what should l do if l want two speed? it doesn't work« on: July 10, 2011, 06:56:32 am »
Got it !
32
Lua / Re: what should l do if l want two speed? it doesn't work« on: July 10, 2011, 06:17:26 am »
what should l write in event:init() ?
33
Lua / what should l do if l want two speed? it doesn't work« on: July 09, 2011, 07:40:13 am »
event1=class()
function event1:paint(gc) gc:drawString("XX",x1,y1) timer.start(0.1) end function event1:timer() x1=x1+1 y1=y1+1 platform.window.invalidate() end event2=class() function event2:paint(gc) gc:drawString("XXX",x2,y2) timer.start(1) end function event2:timer() x2=x2+1 y2=y2+1 platform.window.invalidate() end function on.paint(gc) event1():paint(gc) event2():paint(gc) end function on.timer() event1():timer() event2():timer() end ------you know, it doesn't work. what should l do? 34
Lua / Re: setPen« on: July 08, 2011, 09:28:49 am »
oh! l see
just like setFont ,Right?! --[[l'm learning lua by reading Ti's examples,books about lua ,and ...oclua...Just again and again..]] 35
News / Re: An update to Bobby Carrot« on: July 08, 2011, 09:01:20 am »
l like it. it's a great job
36
l'm learning lua now. l've learnt a lot such as on.timer(),class()...l found that lua is much much better than the Ti-Basic.but l still have plenty of questions so where do we use the setPen ? and what can it do ? Can you give me some examples? Thanks a lot..
37
News / Re: Space Invaders Lua update and Pixel Escape v0.8« on: June 17, 2011, 09:42:38 am »
this is very cool
38
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 08:26:40 am »
l'm a chinese,so my english isn't good. l can't explain it clearly .do you have a msn ?
39
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 08:10:00 am »
l installed the TILP and then the TI computer link can't open
40
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 07:24:53 am »
the error message is........
"this application is unable to run because the connectivity library will not start. Please try running this application again." And l've been uninstalled the prgm for several times.but still doesn't work HELP !!! 41
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 03:49:20 am »
then ?
42
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 03:42:41 am »
in usb category ?what does it mean?
43
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 03:37:29 am »
l thought it was TILP's drivers that replaced the Ti's official drives?
44
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 03:33:01 am »
??actually,what l am using now is TI - Nspire Computer Link 1 .4。but l can't open it
45
Other / Re: Can someone help ?My Ti connent software doesn't work ..T T« on: June 05, 2011, 03:16:15 am »
Could you please tell me what's the name of other softwares ? Then l can search it……
|
|