Show Posts

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.


Messages - PetriSimolin

Pages: [1]
1
Mega Tokyo SCI Archive / Re:SCI Studio 2.1 Released!
« on: June 24, 2002, 09:04:46 PM »
Wait until actor is in the first location:

(local
hiihtaja
kierros1
)

(instance alku1 of Act
 (properties
   y 95
   x 40
   view 1
 )
 
 (method (doit)
      (super:doit())
       (if (send hiihtaja:isStopped())
           (if (== kierros1 1)
               (send hiihtaja:setMotion(MoveTo 40 93))
               = kierros1 0
           )
           (else
           (if (== kierros1 0)
               (send hiihtaja:setMotion(MoveTo 300 106))
               = kierros1 1
           ))
       )
   )

)

---

in Rm:init:

       = hiihtaja alku1
       
       (alku1:
           setCycle(Walk)
           setMotion(MoveTo 400 105)
         setStep(1 1)
         init()
           )

---

Did this help you?

2
Mega Tokyo SCI Archive / Re:Problem with SCI Studio template game
« on: June 24, 2002, 03:13:19 PM »
Have you ever tried to run any memory-defragmenters?

In my understanding, winnt-based operating systems do this own their own (and handle memory much more wisely in other aspects also), but win9x/winme does not handle memory-fragmentation very well.

Maybe you should try running some memory-defragmenter once in a while, when using SCI Studio?

(I don't know if those programs really work, just suggesting)

3
Mega Tokyo SCI Archive / Re:Problem with SCI Studio template game
« on: June 24, 2002, 02:51:44 PM »
Quote
SCI Studio seems to waste alot of system resources.

With what computers are you guys running SCI Studio on?



I don't think SCI Studio is hogging any resources. About 15 megs of ram, processor usage is also very low in use (I am running P3@800 with 512 megs RAM).

Are you using win9x? This could be the reason, win9x/winme have very poor memory-management.

4
Bugs noticed in SCI Studios script-syntax checking,
where should they be submitted? (here in the forum?)

???

5
Mega Tokyo SCI Archive / SCI Studio view-resource editor shifting
« on: June 23, 2002, 09:05:41 PM »
When you shift (or extend) frames in view, is it possible to some day get "shift all cels in loop" or/and "extend all cels in loop"-features?

When doing all the animation from the scratch this would be very useful feature.

Example:
You create an Ego. 4 loops (<- -> ^ v) with about 10 cels each.

You want to create similar Ego, only skiing.
You need to extend every cel (<-) from 20 to 50 (width) and shift every cel 13(?) times to the right.

See what I mean?

Sorry for my poor english.

6
Mega Tokyo SCI Archive / SCI Studio tabbing
« on: June 23, 2002, 08:58:56 PM »
Is it possible to get one feature some day to SCI Studio:

Current situation:
When you select many lines in script editor and press tab, selection is replaced with tab-character.

Hopeful situation:
When you select many lines in script editor and press tab, in front of every line (selected) is inserted a tab-character.

Pardon my poor english-skill.

Pages: [1]

SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.032 seconds with 15 queries.