Topic:   More Questions   (Read 12362 times)


0 Members and 1 Guest are viewing this topic.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Various Questions
« Reply #15 on: March 03, 2010, 05:52:34 AM »
Game making takes quite a bit of time and work. Though the more you do it, the faster and better you will become. Besides that, Sc has a few feature barriers that you have to work around to get what you want done. Mainly why I find Obj-C easier to make mockups and games in.


-Gan

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: Various Questions
« Reply #16 on: March 03, 2010, 08:12:56 AM »
Quote
EDIT: why must this be so hard? I thought I would be nearly done by now.
lol, oh boy, been there, you gotta get used to that part.

you can only have one timer but you can emulate multiple timers useing variables

on timer 1
let timer1=timer1+1
let timer2=timer2+1

if timer1=5 then
let timer1=0

end if